aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* log buffer sizes on kill -usr1 too.Roger Dingledine2005-05-06
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* Call tor_free_all instead of connections_free_all after forkingNick Mathewson2005-05-03
* Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...Nick Mathewson2005-05-02
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
* help debug: when we close a conn due to timeout, tell us itsRoger Dingledine2005-04-25
* zero-out errno before calling event_dispatch, just in case we have misdiagnos...Nick Mathewson2005-04-17
* remove some redundant codeRoger Dingledine2005-04-08
* Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson2005-04-07
* blow away most calls to assert_all_pending_dns_resolves_ok, sinceRoger Dingledine2005-04-06
* fix an assert trigger: when we have the rare case of acceptingRoger Dingledine2005-04-06
* Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson2005-04-02
* update copyright notices.Nick Mathewson2005-04-01
* Use recent libevent features when possibleNick Mathewson2005-04-01
* still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine2005-03-31
* don't check for reachability, and don't whine about it, while we'reRoger Dingledine2005-03-29
* but only do the rapid reachability testing if we're hoping to be a server.Roger Dingledine2005-03-27
* if your server hasn't found itself to be reachable, complain everyRoger Dingledine2005-03-27
* clean up socks reply stuff more.Roger Dingledine2005-03-27
* stop most cases of hanging up on a socks connection without sendingRoger Dingledine2005-03-27
* try harder to establish reachability, in the first 20 minutesRoger Dingledine2005-03-26
* make it clearer to the human that his server is testingRoger Dingledine2005-03-26
* and fill in another missing socks replyRoger Dingledine2005-03-25
* remove dead codeRoger Dingledine2005-03-25
* Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_...Nick Mathewson2005-03-23
* fix a 32bit/64bit sprintf mixup that weasel pointed outRoger Dingledine2005-03-22
* Prevent spurious closes when we put stuff on a conn that has not written for ...Nick Mathewson2005-03-22
* cleanup and a questionRoger Dingledine2005-03-22
* Clear up a couple of pedantic compiler warningsNick Mathewson2005-03-22
* be more explicit about why we are expiring a conn; improve logic a bit tooNick Mathewson2005-03-22
* if our clock jumps forward by 100 seconds or more, assume somethingRoger Dingledine2005-03-19
* stop logging at -l notice every single time a create cell successfullyRoger Dingledine2005-03-19
* Enable NT service code by defaultNick Mathewson2005-03-19
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* Fix some more obscure compiler warningsNick Mathewson2005-03-14
* Renormalize whitespaceNick Mathewson2005-03-14
* Get address map resetting implemented.Nick Mathewson2005-03-11
* Still more code to make sure we send the right number and kind of RELAY END c...Nick Mathewson2005-03-02
* Clean up rend cache on shutdownNick Mathewson2005-02-28
* Try a little harder to avoid openssl SSL* double-free reports.Nick Mathewson2005-02-28
* free some more memory at shutdownRoger Dingledine2005-02-28
* Checkpoint in-progress fixes:Roger Dingledine2005-02-27
* Check returns from libevent calls better; stop poking at internals of events ...Nick Mathewson2005-02-25
* Forward-port fix to make dual-purpose NT executable work.Nick Mathewson2005-02-23
* Forward-port the trick to bump up ConnLimit as far as it canRoger Dingledine2005-02-22
* Fix windows build: juggle }s and #endifs around in main.cNick Mathewson2005-02-22
* Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine2005-02-22
* Free tls resources on exit tooNick Mathewson2005-02-11
* Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson2005-02-11
* Add more functions to free things to help dmalloc allong.Nick Mathewson2005-02-10