Age | Commit message (Expand) | Author |
2005-04-06 | oh, and accept() into the right place, too. | Roger Dingledine |
2005-04-06 | Forward-port the checking of | Roger Dingledine |
2005-04-06 | fix an assert trigger: when we have the rare case of accepting | Roger Dingledine |
2005-04-06 | Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ... | Nick Mathewson |
2005-04-06 | update conn-type-state-strings to handle https states for ORs | Roger Dingledine |
2005-04-06 | Fix Tor for no-threading compilation: move connection_unregister from _connec... | Nick Mathewson |
2005-04-03 | Move most of *_mark_for_close out of macros. | Nick Mathewson |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-03-31 | redo the state descriptors now that we have a controller-wait state | Roger Dingledine |
2005-03-27 | stop most cases of hanging up on a socks connection without sending | Roger Dingledine |
2005-03-26 | make it clearer to the human that his server is testing | Roger Dingledine |
2005-03-25 | fix another case where we need to send a socks reply (reject) | Roger Dingledine |
2005-03-25 | don't mark a router down just because your httpsproxy is unreachable | Roger Dingledine |
2005-03-25 | Note where connection that hasnt sent end was marked. | Nick Mathewson |
2005-03-24 | REUSEADDR on normal places means you can rebind to the port | Roger Dingledine |
2005-03-23 | fix an assert -- we're not allowed to write onto a conn after we've | Roger Dingledine |
2005-03-23 | fix an over-eager assert, to make httpsproxy get a little farther | Roger Dingledine |
2005-03-23 | forward-port the commenting out of the assert that glenn fink was | Roger Dingledine |
2005-03-23 | fix assert triggers (bugs 109 and 96), and put in some | Roger Dingledine |
2005-03-22 | make httpsproxy more likely to work | Roger Dingledine |
2005-03-17 | Commit fixes for several pending tor core tasks: document all DOCDOCed functi... | Nick Mathewson |
2005-03-14 | Renormalize whitespace | Nick Mathewson |
2005-03-12 | Implement the common case of ATTACHSTREAM. | Nick Mathewson |
2005-03-01 | Revise all calls to connection_edge_end to avoid sending MISC, and to take er... | Nick Mathewson |
2005-03-01 | Forward-port new reasons; clean up code more; add code to convert new reasons... | Nick Mathewson |
2005-03-01 | make control interface stream IDs monotonically increasing to prevent possibl... | Nick Mathewson |
2005-02-28 | Try a little harder to avoid openssl SSL* double-free reports. | Nick Mathewson |
2005-02-25 | Check returns from libevent calls better; stop poking at internals of events ... | Nick Mathewson |
2005-02-24 | Insert missing ! in assert_connection_ok; test was accidentally reversed in r... | Nick Mathewson |
2005-02-23 | Clarify comment. Use CONN_IS_EDGE more. Try to be more zealous about calling ... | Nick Mathewson |
2005-02-22 | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson |
2005-02-22 | After we successfully connect, try handling pending stuff immediately, rather... | Nick Mathewson |
2005-02-17 | forward-port some fixes | Roger Dingledine |
2005-02-10 | when a client asks us for a dir mirror and we don't have one, | Roger Dingledine |
2005-02-09 | remove redundant lines | Roger Dingledine |
2005-02-09 | Patch from adam langley: always remove sockets from libevent before closing t... | Nick Mathewson |
2005-02-03 | fix the latest bug: don't explode when some router declares a | Roger Dingledine |
2005-02-01 | define TOR_FRAGILE if you want tor to give you a core when | Roger Dingledine |
2005-01-31 | don't double-detach a closing exit conn that's waiting for dns resolve | Roger Dingledine |
2005-01-31 | but don't spring the trip on worker children, because it turns | Roger Dingledine |
2005-01-31 | lay a trap for situations where we connection_free something | Roger Dingledine |
2005-01-19 | Handle unavailable hidden services better. We try each intro point | Roger Dingledine |
2005-01-12 | fix another integer underflow caused by buckets going negative | 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-03 | Split mark-dir-failed-and-retry logic into separate function; make it retry r... | Nick Mathewson |
2005-01-03 | Make directory fail-and-retry logic happen in connection_about_to_close(); fi... | Nick Mathewson |
2004-12-22 | respond to an 009 XXX | Roger Dingledine |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-12-07 | fix the other half of the pipe race | Roger Dingledine |