- Jan 27, 2007
-
-
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
-
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
-
Roger Dingledine authored
svn:r9420
-
Roger Dingledine authored
svn:r9419
-
Roger Dingledine authored
svn:r9418
-
Nick Mathewson authored
Split tor-spec-v2 and dir-voting into component proposals. svn:r9417
-
Nick Mathewson authored
svn:r9416
-
Nick Mathewson authored
Make a new directory for specification proposals, and move some proposals there. Also, move dir-spec-v1.txt to spec. svn:r9415
-
Nick Mathewson authored
svn:r9414
-
Roger Dingledine authored
svn:r9412
-
Nick Mathewson authored
Move specification documents into new doc/spec subdirectory. (Proposals, drafts, and bad ideas still remain in doc.) svn:r9411
-
Nick Mathewson authored
svn:r9410
-
Roger Dingledine authored
svn:r9409
-
- Jan 25, 2007
-
-
Roger Dingledine authored
svn:r9408
-
Roger Dingledine authored
svn:r9407
-
Roger Dingledine authored
svn:r9406
-
Roger Dingledine authored
summary changelogs from the stable releases. we'll be removing these summaries from ChangeLog, in favor of more detailed per-sub-release changelogs. svn:r9405
-
Roger Dingledine authored
DirPort due to AccountingMax enabled or a low BandwidthRate. It was confusing Zax, so now we're hopefully more helpful. svn:r9404
-
Nick Mathewson authored
Fix argument types in printf: try to make buildbot happier. svn:r9403
-
- Jan 24, 2007
-
-
Roger Dingledine authored
svn:r9400
-
Nick Mathewson authored
Use set_uint16/32 instead of raw assignments in order to make gcc happier. svn:r9399
-
Nick Mathewson authored
Try to be really explicit that ServerDNS options affect what your server does on behalf of clients, and nothing else. svn:r9398
-
Nick Mathewson authored
Yet more documentation. (Again, trying to see whether I have buildbot working). svn:r9396
-
Roger Dingledine authored
svn:r9395
-
Nick Mathewson authored
More documentation. (Again, trying to see whether I have buildbot working). svn:r9394
-
Nick Mathewson authored
Add documentation to dns.c (mainly to test new buildbot version) svn:r9393
-
- Jan 23, 2007
-
-
Nick Mathewson authored
More doxygen comments: this time mainly around spooling and storing directory information. svn:r9392
-