summaryrefslogtreecommitdiff
path: root/src/or/relay.c
AgeCommit message (Expand)Author
2005-04-01update copyright notices.Nick Mathewson
2005-03-27clean up socks reply stuff more.Roger Dingledine
2005-03-27stop most cases of hanging up on a socks connection without sendingRoger Dingledine
2005-03-26fix assert: stop trying to send a socks reply to an *exit*Roger Dingledine
2005-03-25fix another case where we need to send a socks reply (reject)Roger Dingledine
2005-03-24forward-port the circuit_resume_edge_reading_helper fix.Roger Dingledine
2005-03-23whoops, fix seg fault i just introducedRoger Dingledine
2005-03-23fix assert triggers (bugs 109 and 96), and put in someRoger Dingledine
2005-03-22Specify and implement close-stream and close-circuit control messagesNick Mathewson
2005-03-22remove obsolete codeRoger Dingledine
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-14Raise common code for "detach this stream and try it with a different circuit...Nick Mathewson
2005-03-13bugfix: now that we don't do the client dns thing, our checksRoger Dingledine
2005-03-11Remove unused macro; add a comment on remaining macros.Nick Mathewson
2005-03-10Fix error codes to work on windowsNick Mathewson
2005-03-02Still more code to make sure we send the right number and kind of RELAY END c...Nick Mathewson
2005-03-01Revise all calls to connection_edge_end to avoid sending MISC, and to take er...Nick Mathewson
2005-03-01Forward-port new reasons; clean up code more; add code to convert new reasons...Nick Mathewson
2005-02-24cache .exit address better (i think)Roger Dingledine
2005-02-24stop a potential overflow (pointed out by ilja)Roger Dingledine
2005-02-22Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine
2005-02-13remove redundant unpack in critical pathNick Mathewson
2005-01-30be safe: if you got a resolvefailed end cell but you're not an AP, bail.Roger Dingledine
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2005-01-06clean up string printing in relay logsRoger Dingledine
2005-01-06fix trivial typo in log entryRoger Dingledine
2005-01-01Fix a double-mark-for-close bug, where we were finding a connRoger Dingledine
2004-12-13clarify a log entryRoger Dingledine
2004-12-13clean up logging,Roger Dingledine
2004-12-07avoid a sigpipe from a race: if we get the end right afterRoger Dingledine
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