- 25 May, 2007 1 commit
-
-
Roger Dingledine authored
svn:r10335
-
- 16 May, 2007 1 commit
-
-
Nick Mathewson authored
Make -Wstrict-overflow=5 happy with GCC 4.2. It is kind of a pain, but it does agood job of letting us know where we can make our code better by simplifying dependent conditionals. svn:r10201
-
- 16 Feb, 2007 2 commits
-
-
Nick Mathewson authored
Fix 35 remaining DOCDOC comments. Yowza. svn:r9596
-
Nick Mathewson authored
Resolve 56 DOCDOC comments. svn:r9594
-
- 12 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Update copyright dates. svn:r9570
-
- 02 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Removing the last DOCDOC comment hurt so much that I had to use Doxygen to identify undocumented macros and comments, and add 150 more DOCDOCs to point out where they were. Oops. Hey, kids! Fixing some of these could be your first Tor patch! svn:r9477
-
- 29 Dec, 2006 3 commits
-
-
Nick Mathewson authored
Another cleanup: expand_exit_policy_aliases was totally redundant with respect to router_parse_[private_]addr_policy_private. svn:r9219
-
Nick Mathewson authored
Calculate the length of policy strings correctly again. svn:r9215
-
Nick Mathewson authored
Remove some dead code; refactor some duplicated code. svn:r9206
-
- 18 Dec, 2006 1 commit
-
-
Roger Dingledine authored
NNTP by default, so this seems like a sensible addition. (suggested by bug 331) svn:r9149
-
- 08 Dec, 2006 1 commit
-
-
Nick Mathewson authored
Refactor GETINFO into a table-driven dispatch, as suggested by arma. My brain hurts. svn:r9052
-
- 23 Oct, 2006 1 commit
-
-
Nick Mathewson authored
Let directory authorities set the BadExit flag if they like. Also, refactor directory authority code so we can believe multiple things about a single router, and do fewer linear searches. svn:r8794
-
- 01 Oct, 2006 1 commit
-
-
Roger Dingledine authored
svn:r8558
-
- 21 Sep, 2006 2 commits
-
-
Nick Mathewson authored
Consider non-exit servers unsuitable for RESOLVE commands. svn:r8442
-
Nick Mathewson authored
Trivial cleanup: !!x is a weird way to spell x != NULL. svn:r8441
-
- 13 Jun, 2006 3 commits
-
-
Roger Dingledine authored
this time for sure! svn:r6617
-
Roger Dingledine authored
don't need to guess what it is / will be later. svn:r6615
-
Roger Dingledine authored
how many ports are allowd. require two ports open, not just one. svn:r6609
-
- 12 Jun, 2006 1 commit
-
-
Peter Palfrader authored
svn:r6608
-
- 08 Apr, 2006 1 commit
-
-
Nick Mathewson authored
svn:r6317
-
- 27 Mar, 2006 1 commit
-
-
Roger Dingledine authored
Fix some minor bugs and memory leaks along the way. svn:r6246
-