aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
...
* helper nodes are dead. long live entry nodes.Roger Dingledine2005-12-28
* normalize spacesNick Mathewson2005-12-27
* Keep bandwidth history accross restarts/crashesPeter Palfrader2005-12-23
* Instead of "Network down", say "Is your network connection down?"Nick Mathewson2005-12-15
* Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...Nick Mathewson2005-12-15
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson2005-12-09
* when we're checking reachability, make it clearer in the logsRoger Dingledine2005-12-08
* Expunge remaining places where we used "tree" to mean "associative array".Nick Mathewson2005-12-03
* Move connection_or_remove_from_identity_map() to connection_unlink, but dont ...Nick Mathewson2005-11-30
* when event_add or event_del fail, tell us why.Roger Dingledine2005-11-26
* "How about 'never'? Does 'never' work for you?"Nick Mathewson2005-11-26
* Dump bytes held to store descriptors.Nick Mathewson2005-11-23
* Recover better from TCP connections to Tor servers that are broken butRoger Dingledine2005-11-19
* 15*60 is 15 minutes, not 5Peter Palfrader2005-11-18
* Remove ip address change flapping detection. It is not really needed and I d...Peter Palfrader2005-11-18
* Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson2005-11-15
* shorten more of the startup log messagesRoger Dingledine2005-11-14
* prevent duplicat mark-for-closeNick Mathewson2005-11-04
* enable code to remove members of old_routers when it gets big.Nick Mathewson2005-11-01
* Do round-robin writes of at most 16 kB per write. This mightRoger Dingledine2005-10-29
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Change more files to new loggin interface. 3 left.Nick Mathewson2005-10-25
* fix some typosRoger Dingledine2005-10-18
* Make a few INFO log lines into DEBUGPeter Palfrader2005-10-17
* more log unclutteringRoger Dingledine2005-10-17
* start the process of reducing clutter in server logsRoger Dingledine2005-10-17
* cut out a warning that doesn't need to warnRoger Dingledine2005-10-16
* Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson2005-10-14
* Check if our IP address has changed every 5 minutes. If it has, update our s...Peter Palfrader2005-10-12
* Once an hour (not just on startup) give OpenSSL some more entropy.Nick Mathewson2005-10-06
* Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson2005-10-05
* call circuit_expire_all_dirty_circs() on do_hup().Roger Dingledine2005-10-05
* replace former relaunches of directory downloads with reset of failure count ...Nick Mathewson2005-10-05
* size_t int printf muckingRoger Dingledine2005-10-05
* Note the two places where clients will still try to fetch old-style (v1) dire...Nick Mathewson2005-10-05
* reset warning flags on SIGHUP. arma: is this everything?Nick Mathewson2005-10-05
* Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson2005-10-05
* Give a less frequent and more helpful warning on failed serverdesc downloadsNick Mathewson2005-10-05
* When we get an EOF or a timeout on a directory connection, note how many byte...Nick Mathewson2005-10-04
* Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...Nick Mathewson2005-10-03
* free helper node status info on shutdownNick Mathewson2005-09-30
* Try to hunt down a few more leaksNick Mathewson2005-09-30
* Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* better cleanups as i figure out what's going onRoger Dingledine2005-09-29
* Decouple router downloads from old directory downloads entirelyNick Mathewson2005-09-23
* Fix logic error (people who ask authorities should never split; others should...Nick Mathewson2005-09-23
* Fix at least one overzealous download bug. (tor_malloc_zero new local_routers...Nick Mathewson2005-09-23