- Jul 19, 2012
-
-
Test for config option AuthDirPublishIPv6 == 1 rather than for running as a bridge authority when deciding whether to care or not about IPv6 OR ports in descriptors. Implements enhancement #6406.
-
Nick Mathewson authored
-
-
-
Implements enhancement 5974.
-
-
-
To have only reachable ports in "a" lines.
-
-
-
We can end up in dirserv_orconn_tls_done() with a node missing routerinfo in at least two cases -- command_process_certs_cell() and connection_or_check_valid_tls_handshake() -- and probably more.
-
-
Nick Mathewson authored
You can say "struct foo_t" as much as you want, but you'd better not have "typedef struct foo_t foo_t" more than once. Fix for bug 6416. Bug not in any released version of Tor.
-
- Jul 18, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jul 17, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
The SMARTLIST_FOREACH macro is more convenient than BEGIN/END when you have a nice short loop body, but using it for long bodies makes your preprocessor tell the compiler that all the code is on the same line. That causes grief, since compiler warnings and debugger lines will all refer to that one line. So, here's a new style rule: SMARTLIST_FOREACH blocks need to be short.
-
Nick Mathewson authored
-
Allow TestingTorNetwork when AlternateDirAuthority and AlternateBridgeAuthority is set even if DirServer is not.
-
- Jul 16, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 6397 and coverity issue 709599. Bugfix on 0.2.3.17-beta.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jul 12, 2012
-
-
George Kadianakis authored
- Add a changes/ file. - Make it compile under --enable-gcc-warnings. - Update the file-level documentation of src/or/transports.c. - Only update descriptor if at least a managed proxy was configured. - Add our external IP address to the extra-info descriptor instead of 0.0.0.0.
-
- Jul 07, 2012
-
-
Roger Dingledine authored
-
- Jul 06, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
The June 2012 db marks too many relays as country "A1". Addresses bug 6334.
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
-
Nick Mathewson authored
This could result in bizarre window values. Report and patch contributed pseudymously. Fixes part of bug 6271. This bug was introduced before the first Tor release, in svn commit r152. (bug 6271, part a.)
-
- Jul 05, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-