summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-08-09minor fixtor-0.0.8pre3Roger Dingledine
2004-08-09make "%llu" less likely to warn on weird platformsRoger Dingledine
2004-08-09Add replace_file to util.[ch] to survive stupidity of windows rename callNick Mathewson
2004-08-09Fix commentNick Mathewson
2004-08-09Fix bug in saving onion keys to disk when rotating; also survive short-term s...Nick Mathewson
2004-08-09Make unittests passNick Mathewson
2004-08-08Fix a fencepost error in the last bandwidth reporting fixNick Mathewson
2004-08-08stop wasting cpu time on authdirserversRoger Dingledine
2004-08-08fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine
2004-08-08let children survive sigint, sigterm, etc.Roger Dingledine
2004-08-08reject the default edonkey, kazaa, gnutella portsRoger Dingledine
2004-08-07Don't warn about being unverified if you're not in the running-routersRoger Dingledine
2004-08-07touch-upsRoger Dingledine
2004-08-07Handle loop initialization for bandwidth tracking properlyNick Mathewson
2004-08-07Only warn about version newness onceNick Mathewson
2004-08-07list the port and socks version when complaining about unsafe socksRoger Dingledine
2004-08-07Allow multiple ORs with same nickname in routerlistNick Mathewson
2004-08-07Remove obsolete link-key keywordNick Mathewson
2004-08-07router_get_hash_impl would fail when end_str started with \n. Now it works.Nick Mathewson
2004-08-07rotate onion keys every 12 hours, not every 2 hoursRoger Dingledine
2004-08-07Fix a leakNick Mathewson
2004-08-07Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson
2004-08-07avoid racing the mark-for-close when the client hangs up on usRoger Dingledine
2004-08-07untwisting the logic, it would seem the pkey is always defined?Roger Dingledine
2004-08-07Comment about n_args<1 is correct, since all directory servers are running po...Nick Mathewson
2004-08-07fencepostNick Mathewson
2004-08-07print the name of the dirserver that told us we were unverifiedRoger Dingledine
2004-08-07Always initialize hexid in rend_mid_rendezvous, no matter whatNick Mathewson
2004-08-07hex_encode is obsoleted by base16_encode, and never actually worked in the fi...Nick Mathewson
2004-08-07reject tor-resolve requests for .onion addresses earlyRoger Dingledine
2004-08-06be willing to expire routers that have a dirport openRoger Dingledine
2004-08-06let purging routerinfos and descriptors take an age argumentRoger Dingledine
2004-08-06Keep track of a whole day of bandwidth, not just 12 hrsNick Mathewson
2004-08-06(size_t)-1 is never < 0; fix an XXXX008 by changing the interface for dirserv...Nick Mathewson
2004-08-06There is no space after network-status; make router_get_hash_impl more bullet...Nick Mathewson
2004-08-06when they use tor as an http proxy, point them at a better urlRoger Dingledine
2004-08-06and add a comment to that effectRoger Dingledine
2004-08-06make explicit that 'no socks policy' means 'accept'Roger Dingledine
2004-08-06clarify sockspolicy, exitpolicy rulesRoger Dingledine
2004-08-06fix an assert: check the sockspolicy before we make/add the connection,Roger Dingledine
2004-08-06they're uint64 and uint32, not int and intRoger Dingledine
2004-08-06list total traffic and total uptime in -usr1 statsRoger Dingledine
2004-08-06note a bug that adam foundRoger Dingledine
2004-08-05note a bug in our dns error handling. we should fix this sometime.Roger Dingledine
2004-08-05bugfix: when you finish answering a 'resolve' request, hold theRoger Dingledine
2004-08-04bugfix: when tor-resolve asks to resolve an IP to an IP and we answerRoger Dingledine
2004-08-04fix rare race condition that causes infinite loopRoger Dingledine
2004-08-04update the sample torrcRoger Dingledine
2004-08-04commit some odds and ends, so my tree is cleanRoger Dingledine
2004-08-04<arma> did you get it working on win32? or just compilingNick Mathewson