Age | Commit message (Expand) | Author |
2005-02-03 | another minor fix | Roger Dingledine |
2005-02-03 | Add --with-dmalloc configure option | Peter Palfrader |
2005-02-03 | Write a function header for Roger so he can fill it with life | Peter Palfrader |
2005-02-02 | sometimes, a conn on the closeable_lst gets absolutely | Roger Dingledine |
2005-02-01 | define TOR_FRAGILE if you want tor to give you a core when | Roger Dingledine |
2005-01-31 | lay a trap for situations where we connection_free something | Roger Dingledine |
2005-01-31 | stop the infinite loop of freeing the same connection_t over and | Roger Dingledine |
2005-01-30 | Stop crashing when we're asking to close_if_marked a conn that | Roger Dingledine |
2005-01-30 | try to find the corrupt closeable_connection_lst entry early | Roger Dingledine |
2005-01-30 | comment about a bug wrt clock skew | Roger Dingledine |
2005-01-28 | forward-port the dns and maxconn fixes | Roger Dingledine |
2005-01-27 | Forward-port win32 service patch; try to clean it a touch. | Nick Mathewson |
2005-01-20 | Appease another 64-bit warning | Nick Mathewson |
2005-01-20 | Appease weasel's paranoid 64-bit compiler. | Nick Mathewson |
2005-01-17 | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine |
2005-01-13 | Move call to event_init() immediately after start_daemon(); move start_daemon... | Nick Mathewson |
2005-01-12 | more cleanup | Roger Dingledine |
2005-01-12 | fix up some comments | Roger Dingledine |
2005-01-12 | tolerate bandwidtch buckets going negative (i hope) | Roger Dingledine |
2005-01-12 | Make Tor use Niels Provos's libevent instead of it's current | Nick Mathewson |
2005-01-11 | if somebody starts his tor server in jan 2004 and then fixes his | Roger Dingledine |
2005-01-10 | separate time_of_process_start from stats_n_seconds_uptime: | Roger Dingledine |
2005-01-10 | it helps to use the correct name for the struct | Roger Dingledine |
2005-01-10 | when pruning circuit-wait streams when a dir fetch failed, | Roger Dingledine |
2005-01-07 | when we haven't fetched a directory yet, or the last time we | Roger Dingledine |
2005-01-06 | finish marking my comment in main.c | Roger Dingledine |
2005-01-06 | clean up string printing in relay logs | Roger Dingledine |
2005-01-05 | Implement SIGNAL control command. | Nick Mathewson |
2005-01-03 | Use correct logic to decide whether there are more directory servers to retry. | Nick Mathewson |
2004-12-25 | stop calling assert_connection_ok(conn, time(NULL)) on every single | Roger Dingledine |
2004-12-25 | stop telling win32 folks they have a bug just because we haven't finished | Roger Dingledine |
2004-12-22 | move network_init from or/main to common/compat | Roger Dingledine |
2004-12-22 | respond to an 009 XXX | Roger Dingledine |
2004-12-16 | Clarify confusing messagetor-0.0.9.1 | Nick Mathewson |
2004-12-13 | note a future thing we should do | Roger Dingledine |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-12-13 | Only launch dns workers when we are actually starting a server. | Nick Mathewson |
2004-12-07 | log bytes written with kill -USR1 too | Roger Dingledine |
2004-12-07 | salvage another 300 bytes per hup | Roger Dingledine |
2004-12-07 | Make unit tests work on win32 | Nick Mathewson |
2004-12-01 | Spell-check strings and comments | Nick Mathewson |
2004-12-01 | do even less inside our signal handler, | Roger Dingledine |
2004-11-30 | Let resolve conns retry/expire also, rather than sticking around forever. | Roger Dingledine |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-28 | remember; tor_socket_errno has side effects! | Nick Mathewson |
2004-11-26 | inform him more sanely | Roger Dingledine |
2004-11-26 | inform the user that you noticed when he sent a USR2 | Roger Dingledine |
2004-11-26 | if you want to handle -USR2, you should catch it too. | Roger Dingledine |