Age | Commit message (Expand) | Author |
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 |
2004-12-04 | Now we allow writing to the buffer even when the stream if marked for | Roger Dingledine |
2004-12-01 | one more typo | Roger Dingledine |
2004-12-01 | Spell-check strings and comments | Nick Mathewson |
2004-12-01 | If we are using select, make sure we stay within FD_SETSIZE. | Nick Mathewson |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-29 | put in initial support for ".nickname.exit" addresses, to let alice | Roger Dingledine |
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 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-24 | update conn_state_to_string | Roger Dingledine |
2004-11-24 | don't process marked-for-close conns further. | Roger Dingledine |
2004-11-22 | Fix sign-related warnings | Nick Mathewson |
2004-11-22 | Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw... | Nick Mathewson |
2004-11-21 | break reached_eof() out of process_inbuf() | Roger Dingledine |
2004-11-21 | be more greedy about filling up all relay cells. | Roger Dingledine |
2004-11-20 | kill -USR2 now moves all logs to loglevel debug | Roger Dingledine |
2004-11-20 | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se... | Nick Mathewson |
2004-11-15 | clean up socks handling, refuse connections to port 0 | Roger Dingledine |
2004-11-13 | Track whether descriptor is dirty/uploaded. When any options are set, mark i... | Nick Mathewson |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-12 | Resolve FIXME: Possible solution to note_disconnect problem; needs thought an... | Nick Mathewson |
2004-11-12 | Resolve FIXMES: sometimes an error code is just an error code | Nick Mathewson |