aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* r8875@Kushana: nickm | 2006-09-21 16:46:28 -0400Nick Mathewson2006-09-21
* r8839@Kushana: nickm | 2006-09-17 16:11:59 -0400Nick Mathewson2006-09-17
* make my bandwidth exercises actually happenRoger Dingledine2006-09-15
* r9752@danube: weasel | 2006-09-14 07:06:49 +0200Peter Palfrader2006-09-14
* r9736@danube: weasel | 2006-09-14 05:53:06 +0200Peter Palfrader2006-09-14
* - made configure check if we are building for win32Mike Chiussi2006-09-06
* and make the comment better, while i'm at itRoger Dingledine2006-08-28
* an even better check -- now servers hang up if they can't writeRoger Dingledine2006-08-28
* fix bug found by Adam J. Richter: directory clients shouldn'tRoger Dingledine2006-08-28
* r8608@Kushana: nickm | 2006-08-27 16:57:47 -0400Nick Mathewson2006-08-28
* i'm guessing nick meant to check the return value of dns_init.Roger Dingledine2006-08-27
* clean up logging conventions in do_list_fingerprint()Roger Dingledine2006-08-24
* tor --verify-config now exits with -1(255) or 0 depending on whetherRoger Dingledine2006-08-23
* r7411@Kushana: nickm | 2006-08-17 19:00:25 -0400Nick Mathewson2006-08-17
* fix typo, add explanatory commentRoger Dingledine2006-08-11
* r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson2006-08-11
* r6949@Kushana: nickm | 2006-07-28 10:17:38 -0400Nick Mathewson2006-07-28
* r6922@Kushana: nickm | 2006-07-26 16:32:24 -0400Nick Mathewson2006-07-27
* r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400Nick Mathewson2006-07-26
* r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson2006-07-26
* publish a new descriptor after we hup. this is important if ourRoger Dingledine2006-07-23
* think harder about my logicRoger Dingledine2006-07-22
* i lied, that won't work at all. maybe this will.Roger Dingledine2006-07-22
* more bulletproof reachability testingRoger Dingledine2006-07-22
* bugfix: if you find yourself reachable, then don't ever make any clientRoger Dingledine2006-07-21
* Oh. And apparently, msvc6 doesnt think very much of doing u64-and-double arit...Nick Mathewson2006-07-18
* fix some more places where we shouldn't crash if we can't buildRoger Dingledine2006-07-17
* MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t an...Nick Mathewson2006-07-17
* Get rid of the router_retry_connections notion. Now routers no longerRoger Dingledine2006-07-04
* lower the number of seconds before we yell about clock jump.Roger Dingledine2006-06-15
* simplify the tortls api: we only support being a "server", thatRoger Dingledine2006-06-07
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* clean up a commentRoger Dingledine2006-05-28
* stop telling people that "tor -h" will help them in any way.Roger Dingledine2006-05-08
* petty cleanupsRoger Dingledine2006-04-25
* no need to escape the address for our connections -- they areRoger Dingledine2006-04-16
* Stop assuming every authority is a v1 authorityPeter Palfrader2006-04-10
* make DirFetchPeriod and StatusFetchPeriod truly obsolete.Roger Dingledine2006-04-10
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
* stop caching the v1 directory so often.Roger Dingledine2006-03-22
* stop writing the "router.desc" file, ever. nothing uses it anymore.Roger Dingledine2006-03-22
* Bugfix: looks like clients since 0.1.1.10-alpha have beenRoger Dingledine2006-03-21
* Allow non-printable characters for exit streams (both forRoger Dingledine2006-03-19
* if we as a directory mirror don't know of any v1 directoryRoger Dingledine2006-03-15
* when event_add or event_del fail, tell us why.Roger Dingledine2006-03-13
* More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson2006-03-12
* Cleanup on time-relaqted constants. New conventions:Nick Mathewson2006-03-12
* a better clean-upRoger Dingledine2006-03-12
* and another fixRoger Dingledine2006-03-12
* stop printing a log message at every iteration through theRoger Dingledine2006-03-09