summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
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
2006-05-08stop telling people that "tor -h" will help them in any way.Roger Dingledine
2006-04-25petty cleanupsRoger Dingledine
2006-04-16no need to escape the address for our connections -- they areRoger Dingledine
2006-04-10Stop assuming every authority is a v1 authorityPeter Palfrader
2006-04-10make DirFetchPeriod and StatusFetchPeriod truly obsolete.Roger Dingledine
2006-03-27Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine
2006-03-22stop caching the v1 directory so often.Roger Dingledine
2006-03-22stop writing the "router.desc" file, ever. nothing uses it anymore.Roger Dingledine
2006-03-21Bugfix: looks like clients since 0.1.1.10-alpha have beenRoger Dingledine
2006-03-19Allow non-printable characters for exit streams (both forRoger Dingledine
2006-03-15if we as a directory mirror don't know of any v1 directoryRoger Dingledine
2006-03-13when event_add or event_del fail, tell us why.Roger Dingledine