- 14 Dec, 2003 1 commit
-
-
Roger Dingledine authored
svn:r915
-
- 18 Nov, 2003 1 commit
-
-
Roger Dingledine authored
svn:r837
-
- 13 Nov, 2003 2 commits
-
-
Roger Dingledine authored
change RecommendedVersions into a config option, so dirservers can hup for a new one svn:r809
-
Roger Dingledine authored
make exit dns cache entries last 15 minutes svn:r807
-
- 08 Nov, 2003 1 commit
-
-
Nick Mathewson authored
svn:r778
-
- 22 Oct, 2003 1 commit
-
-
Roger Dingledine authored
move default exit policy into config files svn:r653
-
- 21 Oct, 2003 1 commit
-
-
Roger Dingledine authored
not when we're closing the stream. this lets us put a payload in the end cell if we want to, to describe why we're closing the stream. there are still some places where we don't send the end cell immediately. i need to track them down. but it's a low priority, since i've made it send the end cell when we close the stream if we haven't already sent it. svn:r640
-
- 18 Oct, 2003 1 commit
-
-
Roger Dingledine authored
make dnsconn->address reflect what it's currently resolving svn:r624
-
- 15 Oct, 2003 1 commit
-
-
Nick Mathewson authored
svn:r592
-
- 10 Oct, 2003 1 commit
-
-
Roger Dingledine authored
and fix a few typos svn:r571
-
- 04 Oct, 2003 2 commits
-
-
Roger Dingledine authored
svn:r538
-
Roger Dingledine authored
svn:r537
-
- 27 Sep, 2003 2 commits
-
-
Roger Dingledine authored
svn:r502
-
Roger Dingledine authored
svn:r497
-
- 26 Sep, 2003 1 commit
-
-
Roger Dingledine authored
ERR is if something fatal just happened WARNING is something bad happened, but we're still running. The bad thing is either a bug in the code, an attack or buggy protocol/implementation of the remote peer, etc. The operator should examine the bad thing and try to correct it. (No error or warning messages should be expected. I expect most people to run on -l warning eventually.) NOTICE is never ever used. INFO means something happened (maybe bad, maybe ok), but there's nothing you need to (or can) do about it. DEBUG is for everything louder than INFO. svn:r486
-
- 25 Sep, 2003 1 commit
-
-
Nick Mathewson authored
'buf_t' is now an opaque type defined in buffers.c . Router descriptors now include all keys; routers generate keys as needed on startup (in a newly defined "data directory"), and generate their own descriptors. Descriptors are now self-signed. Implementation is not complete: descriptors are never published; and upon receiving a descriptor, the directory doesn't do anything with it. At least "routers.or" and orkeygen are now obsolete, BTW. svn:r483
-
- 16 Sep, 2003 1 commit
-
-
Roger Dingledine authored
svn:r460
-
- 14 Sep, 2003 1 commit
-
-
Roger Dingledine authored
still several (many) tls-related bugs outstanding. svn:r454
-
- 25 Aug, 2003 1 commit
-
-
Roger Dingledine authored
svn:r417
-
- 20 Aug, 2003 1 commit
-
-
Roger Dingledine authored
please poke at it and report bugs still needs polishing, and only handles onions now (should handle OR handshakes too) svn:r402
-
- 14 Aug, 2003 1 commit
-
-
Roger Dingledine authored
add NumCpus config variable in preparation for cpuworkers hardcode /etc/torrc path for config (simplifies win32 port) improve exit policy debugging during router entry parsing svn:r397
-
- 13 Aug, 2003 1 commit
-
-
Roger Dingledine authored
svn:r396
-
- 12 Aug, 2003 3 commits
-
-
Nick Mathewson authored
svn:r389
-
Roger Dingledine authored
svn:r388
-
Nick Mathewson authored
- signal support - forking for DNS farm - changes for async IO - daemonizing In other words, some files still don't build, and the ones that do build, do nonblocking IO incorrectly. I'm also not checking in the project files till I have a good place for them. svn:r380
-
- 27 Jun, 2003 1 commit
-
-
Roger Dingledine authored
svn:r359
-
- 25 Jun, 2003 2 commits
-
-
Roger Dingledine authored
(expiry time set to 100 seconds so we can play with it) exit connections are now informed when pending resolves fail we kill off the oldest busy worker when we're under attack and need to resolve something new svn:r356
-
Roger Dingledine authored
svn:r354
-
- 24 Jun, 2003 1 commit
-
-
Roger Dingledine authored
apparently glibc 2.2.4 and windows both have async gethostbynames now. we'll want to make use of them if they're available (via autoconf). svn:r347
-
- 17 Jun, 2003 1 commit
-
-
Roger Dingledine authored
i've eliminated the master dns process, so now the workers just act like regular connections and are handled by the normal pollarray. everything seems to still work. ;) svn:r327
-
- 12 Jun, 2003 1 commit
-
-
Roger Dingledine authored
clean up circuit_deliver_relay_cell convention svn:r312
-
- 20 May, 2003 1 commit
-
-
Roger Dingledine authored
remove sendme cells replace malloc with tor_malloc patch (but not track down) bug in onion pending list streamline connection_ap handshake svn:r293
-
- 07 Apr, 2003 1 commit
-
-
Nick Mathewson authored
svn:r224
-
- 05 Apr, 2003 1 commit
-
-
Roger Dingledine authored
svn:r223
-
- 04 Mar, 2003 1 commit
-
-
Roger Dingledine authored
svn:r164
-
- 18 Feb, 2003 1 commit
-
-
Roger Dingledine authored
Bugfixes and enhancements in sendmes and dns farm svn:r161
-
- 16 Feb, 2003 1 commit
-
-
Roger Dingledine authored
svn:r159
-
- 14 Feb, 2003 1 commit
-
-
Roger Dingledine authored
serious performance increase over non-caching svn:r158
-
- 06 Feb, 2003 2 commits
-
-
Roger Dingledine authored
(they wouldn't have before) alternate code which bypasses the dns farm, so we can compare speed svn:r154
-
Roger Dingledine authored
performance is better, but not by much. not sure why yet. svn:r153
-