aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2006-10-25 r9389@Kushana: nickm | 2006-10-25 17:46:16 -0400Nick Mathewson
2006-10-25 r9386@Kushana: nickm | 2006-10-25 17:35:38 -0400Nick Mathewson
2006-10-23spec and implement some more status events. start to buildRoger Dingledine
2006-10-23implement a few status events, so we can make sure they work,Roger Dingledine
2006-10-20 r9307@Kushana: nickm | 2006-10-20 13:53:54 -0400Nick Mathewson
2006-10-15move the 'time jump' warning back to a higher threshold.Roger Dingledine
2006-10-09Security bugfixes:Roger Dingledine
2006-10-09whitespace tweaksRoger Dingledine
2006-10-09 r8970@totoro: nickm | 2006-10-09 10:12:53 -0400Nick Mathewson
2006-10-08try dirport reachability testing five times less often.Roger Dingledine
2006-10-08 r8932@totoro: nickm | 2006-10-07 20:29:03 -0400Nick Mathewson
2006-10-06fetch all the v1 directory stuff way less often. plus, moveRoger Dingledine
2006-09-29 r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson
2006-09-28 r8750@totoro: nickm | 2006-09-27 20:52:01 -0400Nick Mathewson
2006-09-25Minor fix: add code to eventdns so it can free memory on shutdown. This shoul...Nick Mathewson
2006-09-25Trivial fix to make dmalloc happier: release memory held in static member of ...Nick Mathewson
2006-09-21 r8878@Kushana: nickm | 2006-09-21 17:15:47 -0400Nick Mathewson
2006-09-21 r8875@Kushana: nickm | 2006-09-21 16:46:28 -0400Nick Mathewson
2006-09-17 r8839@Kushana: nickm | 2006-09-17 16:11:59 -0400Nick Mathewson
2006-09-15make my bandwidth exercises actually happenRoger Dingledine
2006-09-14 r9752@danube: weasel | 2006-09-14 07:06:49 +0200Peter Palfrader
2006-09-14 r9736@danube: weasel | 2006-09-14 05:53:06 +0200Peter Palfrader
2006-09-06- made configure check if we are building for win32Mike Chiussi
2006-08-28and make the comment better, while i'm at itRoger Dingledine
2006-08-28an even better check -- now servers hang up if they can't writeRoger Dingledine
2006-08-28fix bug found by Adam J. Richter: directory clients shouldn'tRoger Dingledine
2006-08-28 r8608@Kushana: nickm | 2006-08-27 16:57:47 -0400Nick Mathewson
2006-08-27i'm guessing nick meant to check the return value of dns_init.Roger Dingledine
2006-08-24clean up logging conventions in do_list_fingerprint()Roger Dingledine
2006-08-23tor --verify-config now exits with -1(255) or 0 depending on whetherRoger Dingledine
2006-08-17 r7411@Kushana: nickm | 2006-08-17 19:00:25 -0400Nick Mathewson
2006-08-11fix typo, add explanatory commentRoger Dingledine
2006-08-11 r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson
2006-07-28 r6949@Kushana: nickm | 2006-07-28 10:17:38 -0400Nick Mathewson
2006-07-27 r6922@Kushana: nickm | 2006-07-26 16:32:24 -0400Nick Mathewson
2006-07-26 r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400Nick Mathewson
2006-07-26 r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson
2006-07-23publish a new descriptor after we hup. this is important if ourRoger Dingledine
2006-07-22think harder about my logicRoger Dingledine
2006-07-22i lied, that won't work at all. maybe this will.Roger Dingledine
2006-07-22more bulletproof reachability testingRoger Dingledine
2006-07-21bugfix: if you find yourself reachable, then don't ever make any clientRoger Dingledine
2006-07-18Oh. And apparently, msvc6 doesnt think very much of doing u64-and-double arit...Nick Mathewson
2006-07-17fix some more places where we shouldn't crash if we can't buildRoger Dingledine
2006-07-17MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t an...Nick Mathewson
2006-07-04Get rid of the router_retry_connections notion. Now routers no longerRoger Dingledine
2006-06-15lower the number of seconds before we yell about clock jump.Roger Dingledine
2006-06-07simplify the tortls api: we only support being a "server", thatRoger Dingledine
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-05-28clean up a commentRoger Dingledine