- Feb 02, 2007
-
-
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
-
Nick Mathewson authored
Resolve remaining DOCDOC comments. svn:r9476
-
Nick Mathewson authored
Fail when we are unable to parse the nameserver configuration. svn:r9475
-
- Feb 01, 2007
-
-
Nick Mathewson authored
Note a few questionable bits pointed out by RATS. (And no, RATS, I'm not about to stop having fixed-sized local buffers for you. I know how to use them, thankyouverymuch.) svn:r9474
-
Nick Mathewson authored
Fix another VC compiler warning. svn:r9473
-
Nick Mathewson authored
Call stat() slightly less often; use fstat() when possible. svn:r9472
-
- Jan 31, 2007
-
-
Nick Mathewson authored
Tweak Trans/NATDPort documention to be less tool-specific. svn:r9471
-
Nick Mathewson authored
Documentation patch from ioerror for TransPort and related issues. svn:r9470
-
Nick Mathewson authored
Re-enable server side PTR-record cacheing. svn:r9468
-
- Jan 30, 2007
-
-
Nick Mathewson authored
Fix a bug in our assertions related to removing recently-completed DNS lookup attempts on exit. It is okay to find a cache entry with the same name as a DONE entry, so long it is not the same struct as the DONE entry. svn:r9467
-
Nick Mathewson authored
Audit non-const char arguments; make a lot more of them const. svn:r9466
-
Nick Mathewson authored
Write the entry guards section of path-spec; note a possible bug in cirbuitbuild.c; add a const; defer work on torrc.complete to be part of a bigger config documentation reorg. svn:r9465
-
Nick Mathewson authored
Oops, dir-voting is Open and drop-opt is closed. svn:r9462
-
Nick Mathewson authored
Add a description of our new change process. Assign statuses to existing proposals. svn:r9461
-
- Jan 29, 2007
-
-
Nick Mathewson authored
Oops. Apparently, we weren't supposed to call our autoconf cached variables ac_cv_*; these are reserved. svn:r9460
-
Nick Mathewson authored
Add an XXXX comment to dirserv.c so I can take it out of my todo email folder. svn:r9459
-
Nick Mathewson authored
Add a couple of fixes I turned up while writing regression tests for libevent: Allow DNS servers on ports other than 53, and handle TTLs correctly on reverse hostname lookups. svn:r9458
-
Nick Mathewson authored
Oops; fix compilation. svn:r9457
-
Nick Mathewson authored
Fix/update some XXX012 points. svn:r9456
-
Nick Mathewson authored
Make man page stop saying that BandwidthRate is for incoming bandwidth only; Add some XXX012s for config options that should maybe die. svn:r9455
-
- Jan 28, 2007
-
-
Roger Dingledine authored
svn:r9451
-
- Jan 27, 2007
-
-
Roger Dingledine authored
bit in routerstatus_t that tells us what we need to know. svn:r9448
-
Peter Palfrader authored
svn:r9447
-
Peter Palfrader authored
svn:r9445
-
Peter Palfrader authored
svn:r9443
-
Roger Dingledine authored
let's hope i got them all. svn:r9442
-
Roger Dingledine authored
unstable ones. svn:r9441
-
Roger Dingledine authored
directory tunnel without knowing a descriptor first. Still not ready yet. As part of the change, now assume we can use a create_fast cell if we don't know anything about a router. svn:r9440
-
Roger Dingledine authored
svn:r9439
-
Roger Dingledine authored
svn:r9438
-
Roger Dingledine authored
"DNS resolve socks failed" handshake reply; just close it. svn:r9437
-
Roger Dingledine authored
svn:r9435
-
Roger Dingledine authored
svn:r9434
-
Roger Dingledine authored
let servers enable write limiting but still allow most clients to succeed at their directory requests. svn:r9433
-
Nick Mathewson authored
This one is a little tricky. Our BEGIN_DIR implementation has a problem: the dirserv conns will decide they can flush all their data immediately, since the edge_conns will read greedily. For our 0.1.2 workaround, we track which or_conn a bridged dirserv conn is attached to, and stop writing when its outbuf is too full, and start writing again when the or_conn's outbuf empties out a little. This requires a bit of pointer management. Let's hope it works. svn:r9432
-
Nick Mathewson authored
TODO items: Defer complicated solution to BEGIN_DIR memory problem; mark the simple one partially implemented; note a forward compatibility TODO. svn:r9431
-
Nick Mathewson authored
Fix two assert bugs encountered when trying ipv6 lookups with eventdns code. svn:r9430
-
- Jan 26, 2007
-
-
Nick Mathewson authored
More templating: give each proposal an overview and a summary of its status. svn:r9428
-
Nick Mathewson authored
Add an index to proposals, and apply a template to existing ones. svn:r9427
-
Roger Dingledine authored
svn:r9425
-