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