r13798@catbus: nickm | 2007-07-17 11:26:08 -0400
[tor.git] / doc / TODO.012
bloba109e0b436afc17a72b37c046d2ea21e98d65ab7
1 Backport items for 0.1.2:
2   o r10148: open cached-routers with FILE_SHARE_READ on win32.
3   o r10240,10242: avoid choosing family of exit as guard.
4   o r10248: handle lack of nul at end of mmaped data.
5   o r10346: Try even harder not to look at the first byte after an mmap.
6   o r10376, r10396: Fix segfaults in directory code
7   o r10478: stop tearing down entire circuits because the user asked for
8             a nonexistent hidden service port
9   o r10493: weight guard selection by bandwidth
10   o r10495: change an assert into a tor_assert
11   o r10521: fix an impossible^Wapparently real memory leak
12   o r10524: make the LICENSE and AUTHORS files mention Tor.
13   o r10563: use correct types with desc_digest_map.
14   o r10566: build correctly on systems where size_t is bigger than ulong. 
15   o r10643: eventdns.c behavior fix for solaris.
16   o r10730: Don't choose guards after any never-connected-to guard.
17   o r10760: fix possible buffer overrun in old BSD natd code
18   o r10790: Don't include reasons in destroy cells from the origin.
19   o Some fix for bug 455.
20   o r10830 if nick thinks it's a real fix
21   X r10835 (no need to backport i think, the code is way different)
24 Backport for 0.1.2.x once better tested:
25   - r10579: new addsysuser implementation for osx (??)
26   - Some fix for bug 438
27   - coderman's constrained socket buffers patch