mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fold in more changes entries
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
o Minor features
|
||||
- Make sure to disable DirPort if running as a bridge. DirPorts aren't
|
||||
used on bridges, and it makes bridge scanning way too easy.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
o Minor bugfixes:
|
||||
- Fix a bunch of compile warnings revealed by mingw with gcc 4.5. Fixes
|
||||
bug 2314.
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
o Minor bugfixes
|
||||
- Handle SOCKS messages longer than 128 bytes long correctly, rather
|
||||
than waiting forever for them to finish. Fixes bug 2330. Bugfix on
|
||||
0.2.0.16-alpha. Found by doorss.
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
o Minor bugfixes:
|
||||
- Add assertions to check for overflow in arguments to
|
||||
base32_encode and base32_decode; fix a signed-unsigned
|
||||
comparison there too. These bugs are not actually reachable in
|
||||
Tor, but it's good to prevent future errors too. Found by
|
||||
doorss.
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
o Minor bugfixes
|
||||
- Detect broken platforms with a signed size_t, and refuse to
|
||||
build there. Found and analyzed by doorss and rransom.
|
||||
@@ -1,6 +0,0 @@
|
||||
o Minor features
|
||||
- If writing the state file to disk fails, wait up to an hour
|
||||
before retrying again. (Our old code would retry the write
|
||||
immediately.) Fixes bug 2346. Bugfix on Tor 0.1.1.3-alpha.
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
o Minor bugfixes
|
||||
- Correctly detect failures to create DNS requests when using Libevent
|
||||
versions before v2. (Before Libevent 2, we used our own evdns
|
||||
implementation. Its return values for Libevent's evdns_resolve_*()
|
||||
functions are not consistent with those from Libevent.) Found by
|
||||
Lodger; fixes bug 2363; bugfix on 0.2.2.6-alpha.
|
||||
@@ -1,4 +0,0 @@
|
||||
o Documentation
|
||||
- Document the default socks host and port (127.0.0.1:9050) for
|
||||
tor-resolve.
|
||||
|
||||
Reference in New Issue
Block a user