- Jul 19, 2012
-
-
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
-
Nick Mathewson authored
-
- Jul 03, 2012
-
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
- Also reorder functions.
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
Move 'transport_t' to transports.h, and all transport-related functions that don't rely on 'bridge_list' to transports.c.
-
- Jul 01, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
This reverts commit c32ec9c4. It turns out the two sides of the circuit don't actually stay in sync, so it is perfectly normal for the circuit window on the exit relay to grow to 2000+. We should fix that bug and then reconsider this patch.
-
Roger Dingledine authored
-