aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
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
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