summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
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
2005-12-31Some tor servers process billions of cells in a matter of days.Roger Dingledine
2005-12-28helper nodes are dead. long live entry nodes.Roger Dingledine
2005-12-27normalize spacesNick Mathewson
2005-12-23Keep bandwidth history accross restarts/crashesPeter Palfrader
2005-12-15Instead of "Network down", say "Is your network connection down?"Nick Mathewson
2005-12-15Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-09In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson
2005-12-08when we're checking reachability, make it clearer in the logsRoger Dingledine
2005-12-03Expunge remaining places where we used "tree" to mean "associative array".Nick Mathewson
2005-11-30Move connection_or_remove_from_identity_map() to connection_unlink, but dont ...Nick Mathewson
2005-11-26when event_add or event_del fail, tell us why.Roger Dingledine
2005-11-26"How about 'never'? Does 'never' work for you?"Nick Mathewson
2005-11-23Dump bytes held to store descriptors.Nick Mathewson
2005-11-19Recover better from TCP connections to Tor servers that are broken butRoger Dingledine
2005-11-1815*60 is 15 minutes, not 5Peter Palfrader
2005-11-18Remove ip address change flapping detection. It is not really needed and I d...Peter Palfrader