aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
Commit message (Expand)AuthorAge
* Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson2005-04-02
* update copyright notices.Nick Mathewson2005-04-01
* clean up socks reply stuff more.Roger Dingledine2005-03-27
* stop most cases of hanging up on a socks connection without sendingRoger Dingledine2005-03-27
* fix assert: stop trying to send a socks reply to an *exit*Roger Dingledine2005-03-26
* fix another case where we need to send a socks reply (reject)Roger Dingledine2005-03-25
* forward-port the circuit_resume_edge_reading_helper fix.Roger Dingledine2005-03-24
* whoops, fix seg fault i just introducedRoger Dingledine2005-03-23
* fix assert triggers (bugs 109 and 96), and put in someRoger Dingledine2005-03-23
* Specify and implement close-stream and close-circuit control messagesNick Mathewson2005-03-22
* remove obsolete codeRoger Dingledine2005-03-22
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* Raise common code for "detach this stream and try it with a different circuit...Nick Mathewson2005-03-14
* bugfix: now that we don't do the client dns thing, our checksRoger Dingledine2005-03-13
* Remove unused macro; add a comment on remaining macros.Nick Mathewson2005-03-11
* Fix error codes to work on windowsNick Mathewson2005-03-10
* Still more code to make sure we send the right number and kind of RELAY END c...Nick Mathewson2005-03-02
* Revise all calls to connection_edge_end to avoid sending MISC, and to take er...Nick Mathewson2005-03-01
* Forward-port new reasons; clean up code more; add code to convert new reasons...Nick Mathewson2005-03-01
* cache .exit address better (i think)Roger Dingledine2005-02-24
* stop a potential overflow (pointed out by ilja)Roger Dingledine2005-02-24
* Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine2005-02-22
* remove redundant unpack in critical pathNick Mathewson2005-02-13
* be safe: if you got a resolvefailed end cell but you're not an AP, bail.Roger Dingledine2005-01-30
* Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine2005-01-17
* clean up string printing in relay logsRoger Dingledine2005-01-06
* fix trivial typo in log entryRoger Dingledine2005-01-06
* Fix a double-mark-for-close bug, where we were finding a connRoger Dingledine2005-01-01
* clarify a log entryRoger Dingledine2004-12-13
* clean up logging,Roger Dingledine2004-12-13
* avoid a sigpipe from a race: if we get the end right afterRoger Dingledine2004-12-07
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* one of the debugging aids was misleadingRoger Dingledine2004-11-28
* give up trying to track down the reason we're calling package_inbufRoger Dingledine2004-11-26
* clean up some more.Roger Dingledine2004-11-21
* some more debugging aidsRoger Dingledine2004-11-21
* be more greedy about filling up all relay cells.Roger Dingledine2004-11-21
* clean up socks handling, refuse connections to port 0Roger Dingledine2004-11-15
* Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson2004-11-12
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Build without warnings on mac gcc 3.3Nick Mathewson2004-10-14
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* fix assert triggers in 0.0.7.x: if the other side returnsRoger Dingledine2004-08-15