aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
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
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