aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* 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
* Implement NEWNYM. Nick, did I do a bad thing?Roger Dingledine2006-03-09
* clean up typoRoger Dingledine2006-03-09
* Explain why we only expire open connectionsPeter Palfrader2006-02-14
* Do not mark connections obsolete before they have done their TLS handshake or...Peter Palfrader2006-02-14
* the things we do for our windows users.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* stop calling it a "libevent poll" -- the word "poll" hasRoger Dingledine2006-02-09
* as soon as we've fetched some more directory info, that's timeRoger Dingledine2006-02-05
* forward-port the part where ordinary users try to fetch directoriesRoger Dingledine2006-02-05
* don't try to upload hidden service descriptors until we haveRoger Dingledine2006-02-01
* only start testing reachability once we've established a circuit.Roger Dingledine2006-01-29
* a slightly more useful message when you get a sighupRoger Dingledine2006-01-26
* Stop complaining loudly whenever some poor client falls offRoger Dingledine2006-01-23
* oh hey. we were hanging up on every tor client because heRoger Dingledine2006-01-11
* Fix wide linesNick Mathewson2006-01-11
* entry nodes are now entry guards.Roger Dingledine2006-01-10
* balance the reachability testing so a smidgen of it happensRoger Dingledine2006-01-10
* bugfix: we were leaving open duplicate connections to other ORsRoger Dingledine2006-01-07
* and get the log arguments rightRoger Dingledine2006-01-07
* a more correct log messageRoger Dingledine2006-01-07
* Some tor servers process billions of cells in a matter of days.Roger Dingledine2005-12-31