aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* don't connection_edge_end() on eof if we're already marked for close,Roger Dingledine2004-12-24
* clean up logging,Roger Dingledine2004-12-13
* resolve tequila's crash bug: you can't free somethingRoger Dingledine2004-12-07
* fix the other half of the pipe raceRoger Dingledine2004-12-07
* answer resolved ip in network orderRoger Dingledine2004-12-06
* avoid using uninitialized variableRoger Dingledine2004-12-06
* don't use cache for resolving .foo.exit names, but do reply immediatelyRoger Dingledine2004-12-06
* fix indentingRoger Dingledine2004-12-06
* check if we have a cached resolve for a tor-resolve address *after*Roger Dingledine2004-12-05
* New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine2004-12-05
* Now we allow writing to the buffer even when the stream if marked forRoger Dingledine2004-12-04
* React to eof immediately on non-open edge connections.Roger Dingledine2004-12-04
* bugfix: When we were checking to see if an ap_conn should time outRoger Dingledine2004-12-04
* Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson2004-12-04
* clean up the other "Tell Roger" log that dfc keeps gettingRoger Dingledine2004-11-30
* Let resolve conns retry/expire also, rather than sticking around forever.Roger Dingledine2004-11-30
* refuse .exit addresses immediately if the requested node wouldRoger Dingledine2004-11-30
* Fix last patchNick Mathewson2004-11-30
* Rename parse_address to parse_extended_hostname (since we have other kinds of...Nick Mathewson2004-11-30
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine2004-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
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* make tor-resolve work, uh, more. this time for sure!Roger Dingledine2004-11-24
* make tor-resolve work againRoger Dingledine2004-11-24
* bugfix: let socks do multiple rounds of negotiation againRoger Dingledine2004-11-24
* Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson2004-11-22
* The crowning bugfix.Roger Dingledine2004-11-21
* break reached_eof() out of process_inbuf()Roger Dingledine2004-11-21
* some more debugging aidsRoger Dingledine2004-11-21
* be more greedy about filling up all relay cells.Roger Dingledine2004-11-21
* allow StrictEntryNode and StrictExitNode to be singularRoger Dingledine2004-11-20
* clean up socks handling, refuse connections to port 0Roger Dingledine2004-11-15
* Remove redundant declarationNick Mathewson2004-11-14
* Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson2004-11-12
* remove extraneous variableRoger Dingledine2004-11-10
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Resolve many XXXs and all DOCDOCsNick Mathewson2004-11-09
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* better interface for connection_ap_handshake_socks_reply()Roger Dingledine2004-11-03
* - Implement all of control interface except authentication, setconfig,Nick Mathewson2004-11-03
* implement first piece of hibernationRoger Dingledine2004-10-31
* Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson2004-10-27
* Use strlcpy, not strcpy.Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* Add "pass" target for RedirectExit, to make it easier to break out of a seque...Nick Mathewson2004-10-19
* start the process of making 0.0.7* obsoleteRoger Dingledine2004-10-17
* use connection_edge_is_rendezvous_stream() moreRoger Dingledine2004-10-17