summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
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
2004-12-13note a future thing we should doRoger Dingledine
2004-12-13clean up logging,Roger Dingledine
2004-12-13Only launch dns workers when we are actually starting a server.Nick Mathewson
2004-12-07log bytes written with kill -USR1 tooRoger Dingledine
2004-12-07salvage another 300 bytes per hupRoger Dingledine
2004-12-07Make unit tests work on win32Nick Mathewson
2004-12-01Spell-check strings and commentsNick Mathewson
2004-12-01do even less inside our signal handler,Roger Dingledine
2004-11-30Let resolve conns retry/expire also, rather than sticking around forever.Roger Dingledine
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-28remember; tor_socket_errno has side effects!Nick Mathewson
2004-11-26inform him more sanelyRoger Dingledine
2004-11-26inform the user that you noticed when he sent a USR2Roger Dingledine
2004-11-26if you want to handle -USR2, you should catch it too.Roger Dingledine