summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine
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-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-24make tor-resolve work, uh, more. this time for sure!Roger Dingledine
2004-11-24make tor-resolve work againRoger Dingledine
2004-11-24bugfix: let socks do multiple rounds of negotiation againRoger Dingledine
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-21The crowning bugfix.Roger Dingledine
2004-11-21break reached_eof() out of process_inbuf()Roger Dingledine
2004-11-21some more debugging aidsRoger Dingledine
2004-11-21be more greedy about filling up all relay cells.Roger Dingledine
2004-11-20allow StrictEntryNode and StrictExitNode to be singularRoger Dingledine
2004-11-15clean up socks handling, refuse connections to port 0Roger Dingledine
2004-11-14Remove redundant declarationNick Mathewson
2004-11-12Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson
2004-11-10remove extraneous variableRoger Dingledine
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-03better interface for connection_ap_handshake_socks_reply()Roger Dingledine
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-10-31implement first piece of hibernationRoger Dingledine
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-19Add "pass" target for RedirectExit, to make it easier to break out of a seque...Nick Mathewson
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
2004-10-17use connection_edge_is_rendezvous_stream() moreRoger Dingledine
2004-10-17whoops, resolve cells were probably brokenRoger Dingledine
2004-10-17Implement RedirectExit.Nick Mathewson
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-12Use parse_addr_port() function instead of ad-hoc variantsNick Mathewson
2004-10-10when a begin cell has an invalid port, give us a better hint ofRoger Dingledine
2004-09-27checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine
2004-09-23cleanup: use strcmpstart() in more placesRoger Dingledine
2004-09-21Attach dummy resolve connections to a circuit *before* calling dns_resolve()....Nick Mathewson
2004-08-15fix assert triggers in 0.0.7.x: if the other side returnsRoger Dingledine
2004-08-08reject the default edonkey, kazaa, gnutella portsRoger Dingledine
2004-08-07avoid racing the mark-for-close when the client hangs up on usRoger Dingledine
2004-08-07reject tor-resolve requests for .onion addresses earlyRoger Dingledine
2004-08-06and add a comment to that effectRoger Dingledine
2004-08-06make explicit that 'no socks policy' means 'accept'Roger Dingledine
2004-08-05bugfix: when you finish answering a 'resolve' request, hold theRoger Dingledine
2004-08-04bugfix: when tor-resolve asks to resolve an IP to an IP and we answerRoger Dingledine
2004-08-03Fix all warnings on win32 buildNick Mathewson
2004-07-21we were counting incorrectly when trying to figure out whetherRoger Dingledine
2004-07-21make connection_tls_finish_handshake() more plausible.Roger Dingledine