- 01 Feb, 2007 2 commits
-
-
Nick Mathewson authored
Fix another VC compiler warning. svn:r9473
-
Nick Mathewson authored
Call stat() slightly less often; use fstat() when possible. svn:r9472
-
- 31 Jan, 2007 3 commits
-
-
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
-
- 30 Jan, 2007 5 commits
-
-
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
-
- 29 Jan, 2007 6 commits
-
-
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
-
- 28 Jan, 2007 1 commit
-
-
Roger Dingledine authored
svn:r9451
-
- 27 Jan, 2007 16 commits
-
-
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
-
- 26 Jan, 2007 7 commits
-
-
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
-
Roger Dingledine authored
svn:r9424
-
Roger Dingledine authored
when we're deciding the required bandwidth to become a guard. svn:r9423
-
Roger Dingledine authored
connection_is_rate_limited(). One day this will be useful. svn:r9422
-
Roger Dingledine authored
svn:r9421
-