aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
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
2005-11-15Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson
2005-11-14shorten more of the startup log messagesRoger Dingledine
2005-11-04prevent duplicat mark-for-closeNick Mathewson
2005-11-01enable code to remove members of old_routers when it gets big.Nick Mathewson
2005-10-29Do round-robin writes of at most 16 kB per write. This mightRoger Dingledine
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Change more files to new loggin interface. 3 left.Nick Mathewson
2005-10-18fix some typosRoger Dingledine
2005-10-17Make a few INFO log lines into DEBUGPeter Palfrader
2005-10-17more log unclutteringRoger Dingledine
2005-10-17start the process of reducing clutter in server logsRoger Dingledine
2005-10-16cut out a warning that doesn't need to warnRoger Dingledine
2005-10-14Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson
2005-10-12Check if our IP address has changed every 5 minutes. If it has, update our s...Peter Palfrader
2005-10-06Once an hour (not just on startup) give OpenSSL some more entropy.Nick Mathewson
2005-10-05Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson
2005-10-05call circuit_expire_all_dirty_circs() on do_hup().Roger Dingledine
2005-10-05replace former relaunches of directory downloads with reset of failure count ...Nick Mathewson