summaryrefslogtreecommitdiff
path: root/src/or/relay.c
AgeCommit message (Expand)Author
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-28one of the debugging aids was misleadingRoger Dingledine
2004-11-26give up trying to track down the reason we're calling package_inbufRoger Dingledine
2004-11-21clean up some more.Roger Dingledine
2004-11-21some more debugging aidsRoger Dingledine
2004-11-21be more greedy about filling up all relay cells.Roger Dingledine
2004-11-15clean up socks handling, refuse connections to port 0Roger Dingledine
2004-11-12Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-08-15fix assert triggers in 0.0.7.x: if the other side returnsRoger Dingledine
2004-08-15o clients choose nodes proportional to advertised bandwidthRoger Dingledine
2004-08-07avoid racing the mark-for-close when the client hangs up on usRoger Dingledine
2004-08-05bugfix: when you finish answering a 'resolve' request, hold theRoger Dingledine
2004-07-23don't send an end back for a malformed resolved cell,Roger Dingledine
2004-07-23tor-resolve triggered a has_sent_end warningRoger Dingledine
2004-07-22clean whitespace and tabsRoger Dingledine
2004-06-17Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson
2004-05-15bugfix: if a circuit if borderline too old, then count it as too old.Roger Dingledine
2004-05-13Break files apart into more modulesRoger Dingledine
2004-05-12break part of circuit.c into relay.cRoger Dingledine