aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2005-03-02Still more code to make sure we send the right number and kind of RELAY END c...Nick Mathewson
2005-02-28Clean up rend cache on shutdownNick Mathewson
2005-02-28Try a little harder to avoid openssl SSL* double-free reports.Nick Mathewson
2005-02-28free some more memory at shutdownRoger Dingledine
2005-02-27Checkpoint in-progress fixes:Roger Dingledine
2005-02-25Check returns from libevent calls better; stop poking at internals of events ...Nick Mathewson
2005-02-23Forward-port fix to make dual-purpose NT executable work.Nick Mathewson
2005-02-22Forward-port the trick to bump up ConnLimit as far as it canRoger Dingledine
2005-02-22Fix windows build: juggle }s and #endifs around in main.cNick Mathewson
2005-02-22Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine
2005-02-11Free tls resources on exit tooNick Mathewson
2005-02-11Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson
2005-02-10Add more functions to free things to help dmalloc allong.Nick Mathewson
2005-02-09don't list version in the win32 service display name or service name,Roger Dingledine
2005-02-05Re-normalize whitespace; make "make check-spaces" happyNick Mathewson
2005-02-05forward-port NT service patchNick Mathewson
2005-02-03another minor fixRoger Dingledine
2005-02-03Add --with-dmalloc configure optionPeter Palfrader
2005-02-03Write a function header for Roger so he can fill it with lifePeter Palfrader
2005-02-02sometimes, a conn on the closeable_lst gets absolutelyRoger Dingledine
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-01-31lay a trap for situations where we connection_free somethingRoger Dingledine
2005-01-31stop the infinite loop of freeing the same connection_t over andRoger Dingledine
2005-01-30Stop crashing when we're asking to close_if_marked a conn thatRoger Dingledine
2005-01-30try to find the corrupt closeable_connection_lst entry earlyRoger Dingledine
2005-01-30comment about a bug wrt clock skewRoger Dingledine
2005-01-28forward-port the dns and maxconn fixesRoger Dingledine
2005-01-27Forward-port win32 service patch; try to clean it a touch.Nick Mathewson
2005-01-20Appease another 64-bit warningNick Mathewson
2005-01-20Appease weasel's paranoid 64-bit compiler.Nick Mathewson
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2005-01-13Move call to event_init() immediately after start_daemon(); move start_daemon...Nick Mathewson
2005-01-12more cleanupRoger Dingledine
2005-01-12fix up some commentsRoger Dingledine
2005-01-12tolerate bandwidtch buckets going negative (i hope)Roger Dingledine
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2005-01-11if somebody starts his tor server in jan 2004 and then fixes hisRoger Dingledine
2005-01-10separate time_of_process_start from stats_n_seconds_uptime:Roger Dingledine
2005-01-10it helps to use the correct name for the structRoger Dingledine
2005-01-10when pruning circuit-wait streams when a dir fetch failed,Roger Dingledine
2005-01-07when we haven't fetched a directory yet, or the last time weRoger Dingledine
2005-01-06finish marking my comment in main.cRoger Dingledine
2005-01-06clean up string printing in relay logsRoger Dingledine
2005-01-05Implement SIGNAL control command.Nick Mathewson
2005-01-03Use correct logic to decide whether there are more directory servers to retry.Nick Mathewson
2004-12-25stop calling assert_connection_ok(conn, time(NULL)) on every singleRoger Dingledine
2004-12-25stop telling win32 folks they have a bug just because we haven't finishedRoger Dingledine
2004-12-22move network_init from or/main to common/compatRoger Dingledine
2004-12-22respond to an 009 XXXRoger Dingledine
2004-12-16Clarify confusing messagetor-0.0.9.1Nick Mathewson