summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2005-05-27clean up a few more log entriestor-0.1.0.9-rctor-0.1.0.14tor-0.1.0.13tor-0.1.0.12tor-0.1.0.11tor-0.1.0.10Roger Dingledine
2005-05-25downgrade the 'caught sigpipe' notice.Roger Dingledine
2005-05-24make lucky's weird libevent poll einprogress bug just warn, not kill tor.Roger Dingledine
2005-05-24Fix not-freed-on-exit eventNick Mathewson
2005-05-23Bugfix: we were checking to see if you want to send a keepalive, basedRoger Dingledine
2005-05-23i screwed up the dirport reachability testing when we don't yetRoger Dingledine
2005-05-23Make hashed controller password encoding use hex not base64; this makes it po...Nick Mathewson
2005-05-20a note for nick about other memory not freed at exitRoger Dingledine
2005-05-16free some memory that is still reachable on exitRoger Dingledine
2005-05-15clean up some log entriesRoger Dingledine
2005-05-14move the periodic buffer shrinking interval from 3 mins to 1 minRoger Dingledine
2005-05-07Implement --verify-config command-line option to fix bug 69.Nick Mathewson
2005-05-06log buffer sizes on kill -usr1 too.Roger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-03Call tor_free_all instead of connections_free_all after forkingNick Mathewson
2005-05-02Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...Nick Mathewson
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-25help debug: when we close a conn due to timeout, tell us itsRoger Dingledine
2005-04-17zero-out errno before calling event_dispatch, just in case we have misdiagnos...Nick Mathewson
2005-04-08remove some redundant codeRoger Dingledine
2005-04-07Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson
2005-04-06blow away most calls to assert_all_pending_dns_resolves_ok, sinceRoger Dingledine
2005-04-06fix an assert trigger: when we have the rare case of acceptingRoger Dingledine
2005-04-02Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-04-01Use recent libevent features when possibleNick Mathewson
2005-03-31still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine
2005-03-29don't check for reachability, and don't whine about it, while we'reRoger Dingledine
2005-03-27but only do the rapid reachability testing if we're hoping to be a server.Roger Dingledine
2005-03-27if your server hasn't found itself to be reachable, complain everyRoger Dingledine
2005-03-27clean up socks reply stuff more.Roger Dingledine
2005-03-27stop most cases of hanging up on a socks connection without sendingRoger Dingledine
2005-03-26try harder to establish reachability, in the first 20 minutesRoger Dingledine
2005-03-26make it clearer to the human that his server is testingRoger Dingledine
2005-03-25and fill in another missing socks replyRoger Dingledine
2005-03-25remove dead codeRoger Dingledine
2005-03-23Fix bug 44: on HUP, if descriptor building fails (say, because router_get_my_...Nick Mathewson
2005-03-22fix a 32bit/64bit sprintf mixup that weasel pointed outRoger Dingledine
2005-03-22Prevent spurious closes when we put stuff on a conn that has not written for ...Nick Mathewson
2005-03-22cleanup and a questionRoger Dingledine
2005-03-22Clear up a couple of pedantic compiler warningsNick Mathewson
2005-03-22be more explicit about why we are expiring a conn; improve logic a bit tooNick Mathewson
2005-03-19if our clock jumps forward by 100 seconds or more, assume somethingRoger Dingledine
2005-03-19stop logging at -l notice every single time a create cell successfullyRoger Dingledine
2005-03-19Enable NT service code by defaultNick Mathewson
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-14Fix some more obscure compiler warningsNick Mathewson
2005-03-14Renormalize whitespaceNick Mathewson
2005-03-11Get address map resetting implemented.Nick Mathewson
2005-03-02Still more code to make sure we send the right number and kind of RELAY END c...Nick Mathewson