| Commit message (Expand) | Author | Age |
* | Downgrade a few INFO level logs to DEBUG again. Also add two or three new | Peter Palfrader | 2005-10-17 |
* | there was no need to die when we failed to spawn a cpuworker. | Roger Dingledine | 2005-09-23 |
* | rotate dns and cpu workers if the controller changes options that | Roger Dingledine | 2005-08-15 |
* | initialize the dns worker cache tree whether or not we start | Roger Dingledine | 2005-08-15 |
* | Make errors retrievable from tor_socketpair; resolve bug 163. | Nick Mathewson | 2005-06-30 |
* | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson | 2005-06-11 |
* | flesh out the source file descriptions for doxygen | Roger Dingledine | 2005-06-11 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson | 2005-06-09 |
* | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson | 2005-06-09 |
* | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson | 2005-05-07 |
* | Call tor_free_all instead of connections_free_all after forking | Nick Mathewson | 2005-05-03 |
* | New and frightening code to implement fast-path first-hop CREATE_FAST cells. ... | Nick Mathewson | 2005-05-02 |
* | only complain about wedged cpuworkers after an hour, not 100 secs | Roger Dingledine | 2005-04-23 |
* | If it has not been 100 seconds since we told the cpuworker about an onion, co... | Nick Mathewson | 2005-04-08 |
* | add function comment | Roger Dingledine | 2005-04-07 |
* | We have a bug that I can't find. Sometimes, very rarely, cpuworkers get | Roger Dingledine | 2005-04-07 |
* | fix an assert trigger: when we have the rare case of accepting | Roger Dingledine | 2005-04-06 |
* | Hopefully, this will make ORs much faster, and not break them: keep a big spl... | Nick Mathewson | 2005-04-06 |
* | Make last fix work on windows too. | Nick Mathewson | 2005-04-04 |
* | Fix possible bug on threading platforms with running out of fds do to cpuwork... | Nick Mathewson | 2005-04-04 |
* | update copyright notices. | Nick Mathewson | 2005-04-01 |
* | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson | 2005-02-22 |
* | forward-port the shutting up | Roger Dingledine | 2005-01-28 |
* | Handle unavailable hidden services better. We try each intro point | Roger Dingledine | 2005-01-19 |
* | Give more useful log messages when the tor process closes dns/cpuworker conne... | Nick Mathewson | 2005-01-19 |
* | More work on task #43: fix race conditions on multithreaded (win32) servers. | Nick Mathewson | 2005-01-03 |
* | Possible fix for task #43: when running on a multithreaded environment (curre... | Nick Mathewson | 2005-01-03 |
* | More win32 fixes: 1) tolerate extra "readable" events better. 2) when being m... | Nick Mathewson | 2004-12-06 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson | 2004-11-29 |
* | 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 |
* | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | 2004-11-26 |
* | break reached_eof() out of process_inbuf() | Roger Dingledine | 2004-11-21 |
* | minor fixes | Roger Dingledine | 2004-11-16 |
* | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson | 2004-11-12 |
* | Clean up copyrights. | Roger Dingledine | 2004-11-07 |
* | Make options no longer a global variable. | Roger Dingledine | 2004-11-06 |
* | start the process of making 0.0.7* obsolete | Roger Dingledine | 2004-10-17 |
* | don't assert multiple things in the same tor_assert() | Roger Dingledine | 2004-10-16 |
* | let children survive sigint, sigterm, etc. | Roger Dingledine | 2004-08-08 |
* | stop using atexit() to remove our pid, since it's called | Roger Dingledine | 2004-07-22 |
* | Revert cpuworker to use addr/port | Nick Mathewson | 2004-07-16 |
* | Finish most pre2 items: make running-routers list work right; rename secret k... | Nick Mathewson | 2004-07-13 |
* | Switch most uses of *_by_addr_port to *_by_identity_digest | Nick Mathewson | 2004-07-01 |
* | Make tor build on win32 again; handle locking for server | Nick Mathewson | 2004-06-05 |
* | bump an info message down to a debug | Roger Dingledine | 2004-06-03 |
* | break connection_edge_end out of connection_mark_for_close | Roger Dingledine | 2004-05-12 |
* | Make some functions static | Nick Mathewson | 2004-05-12 |
* | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine | 2004-05-10 |
* | More doxygenation. | Nick Mathewson | 2004-05-10 |