summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
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
2006-03-12More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson
2006-03-12Cleanup on time-relaqted constants. New conventions:Nick Mathewson
2006-03-12a better clean-upRoger Dingledine
2006-03-12and another fixRoger Dingledine
2006-03-09stop printing a log message at every iteration through theRoger Dingledine
2006-03-09Implement NEWNYM. Nick, did I do a bad thing?Roger Dingledine
2006-03-09clean up typoRoger Dingledine
2006-02-14Explain why we only expire open connectionsPeter Palfrader
2006-02-14Do not mark connections obsolete before they have done their TLS handshake or...Peter Palfrader
2006-02-13the things we do for our windows users.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-02-09stop calling it a "libevent poll" -- the word "poll" hasRoger Dingledine
2006-02-05as soon as we've fetched some more directory info, that's timeRoger Dingledine
2006-02-05forward-port the part where ordinary users try to fetch directoriesRoger Dingledine
2006-02-01don't try to upload hidden service descriptors until we haveRoger Dingledine
2006-01-29only start testing reachability once we've established a circuit.Roger Dingledine
2006-01-26a slightly more useful message when you get a sighupRoger Dingledine
2006-01-23Stop complaining loudly whenever some poor client falls offRoger Dingledine
2006-01-11oh hey. we were hanging up on every tor client because heRoger Dingledine
2006-01-11Fix wide linesNick Mathewson
2006-01-10entry nodes are now entry guards.Roger Dingledine
2006-01-10balance the reachability testing so a smidgen of it happensRoger Dingledine
2006-01-07bugfix: we were leaving open duplicate connections to other ORsRoger Dingledine
2006-01-07and get the log arguments rightRoger Dingledine
2006-01-07a more correct log messageRoger Dingledine