Age | Commit message (Expand) | Author |
2005-05-02 | New and frightening code to implement fast-path first-hop CREATE_FAST cells. ... | Nick Mathewson |
2005-04-23 | only complain about wedged cpuworkers after an hour, not 100 secs | Roger Dingledine |
2005-04-08 | If it has not been 100 seconds since we told the cpuworker about an onion, co... | Nick Mathewson |
2005-04-07 | 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-06 | 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-04 | 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-01 | update copyright notices. | Nick Mathewson |
2005-02-22 | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson |
2005-01-28 | forward-port the shutting up | Roger Dingledine |
2005-01-19 | 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-03 | 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 |
2004-12-06 | More win32 fixes: 1) tolerate extra "readable" events better. 2) when being m... | Nick Mathewson |
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-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-21 | break reached_eof() out of process_inbuf() | Roger Dingledine |
2004-11-16 | minor fixes | Roger Dingledine |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-10-17 | start the process of making 0.0.7* obsolete | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-08-08 | let children survive sigint, sigterm, etc. | Roger Dingledine |
2004-07-22 | stop using atexit() to remove our pid, since it's called | Roger Dingledine |
2004-07-16 | Revert cpuworker to use addr/port | Nick Mathewson |
2004-07-13 | Finish most pre2 items: make running-routers list work right; rename secret k... | Nick Mathewson |
2004-07-01 | Switch most uses of *_by_addr_port to *_by_identity_digest | Nick Mathewson |
2004-06-05 | Make tor build on win32 again; handle locking for server | Nick Mathewson |
2004-06-03 | bump an info message down to a debug | Roger Dingledine |
2004-05-12 | break connection_edge_end out of connection_mark_for_close | Roger Dingledine |
2004-05-12 | Make some functions static | Nick Mathewson |
2004-05-10 | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine |
2004-05-10 | More doxygenation. | Nick Mathewson |
2004-05-09 | more doxygen markup | Roger Dingledine |
2004-05-09 | bugfix: do directory_send_command only after we've established a socket | Roger Dingledine |
2004-05-06 | bugfix: add a circ->resolving_streams field, and make dns resolving ... | Roger Dingledine |
2004-05-05 | Comments for nearly all non-tricky files | Nick Mathewson |
2004-05-02 | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson |
2004-04-28 | Use socketclose on windows as appropriate; end pid files with newline | Nick Mathewson |
2004-04-25 | use tor_assert | Roger Dingledine |
2004-04-25 | log correctly if decoding onion failed | Roger Dingledine |
2004-04-24 | Merge flagday into main branch. | Nick Mathewson |
2004-03-20 | deal with hardware word alignment | Roger Dingledine |
2004-03-12 | don't close all the fd's when you spawn a thread, only when you fork | Roger Dingledine |