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-02-24 | cache .exit address better (i think) | Roger Dingledine |
2005-02-24 | stop a potential overflow (pointed out by ilja) | Roger Dingledine |
2005-02-22 | Add a new AddressMap directive to rewrite incoming socks addresses. | Roger Dingledine |
2005-02-13 | remove redundant unpack in critical path | Nick Mathewson |
2005-01-30 | be safe: if you got a resolvefailed end cell but you're not an AP, bail. | Roger Dingledine |
2005-01-17 | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine |
2005-01-06 | clean up string printing in relay logs | Roger Dingledine |
2005-01-06 | fix trivial typo in log entry | Roger Dingledine |
2005-01-01 | Fix a double-mark-for-close bug, where we were finding a conn | Roger Dingledine |
2004-12-13 | clarify a log entry | Roger Dingledine |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-12-07 | avoid a sigpipe from a race: if we get the end right after | 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 | one of the debugging aids was misleading | Roger Dingledine |
2004-11-26 | give up trying to track down the reason we're calling package_inbuf | Roger Dingledine |
2004-11-21 | clean up some more. | Roger Dingledine |
2004-11-21 | some more debugging aids | Roger Dingledine |
2004-11-21 | be more greedy about filling up all relay cells. | Roger Dingledine |
2004-11-15 | clean up socks handling, refuse connections to port 0 | Roger Dingledine |
2004-11-12 | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-02 | Use a stricter set of warnings; make them all pass. | Nick Mathewson |
2004-11-02 | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-14 | Build without warnings on mac gcc 3.3 | Nick Mathewson |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-08-15 | fix assert triggers in 0.0.7.x: if the other side returns | Roger Dingledine |
2004-08-15 | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine |
2004-08-07 | avoid racing the mark-for-close when the client hangs up on us | Roger Dingledine |
2004-08-05 | bugfix: when you finish answering a 'resolve' request, hold the | Roger Dingledine |
2004-07-23 | don't send an end back for a malformed resolved cell, | Roger Dingledine |
2004-07-23 | tor-resolve triggered a has_sent_end warning | Roger Dingledine |
2004-07-22 | clean whitespace and tabs | Roger Dingledine |
2004-06-17 | Implement RESOLVE/RESOLVED cells and socks resolve code | Nick Mathewson |
2004-05-15 | bugfix: if a circuit if borderline too old, then count it as too old. | Roger Dingledine |
2004-05-13 | Break files apart into more modules | Roger Dingledine |
2004-05-12 | break part of circuit.c into relay.c | Roger Dingledine |