aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* 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
* whoops, resolve cells were probably brokenRoger Dingledine2004-10-17
* Implement RedirectExit.Nick Mathewson2004-10-17
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* Use parse_addr_port() function instead of ad-hoc variantsNick Mathewson2004-10-12
* when a begin cell has an invalid port, give us a better hint ofRoger Dingledine2004-10-10
* checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine2004-09-27
* cleanup: use strcmpstart() in more placesRoger Dingledine2004-09-23
* Attach dummy resolve connections to a circuit *before* calling dns_resolve()....Nick Mathewson2004-09-21
* fix assert triggers in 0.0.7.x: if the other side returnsRoger Dingledine2004-08-15
* reject the default edonkey, kazaa, gnutella portsRoger Dingledine2004-08-08
* avoid racing the mark-for-close when the client hangs up on usRoger Dingledine2004-08-07
* reject tor-resolve requests for .onion addresses earlyRoger Dingledine2004-08-07
* and add a comment to that effectRoger Dingledine2004-08-06
* make explicit that 'no socks policy' means 'accept'Roger Dingledine2004-08-06
* bugfix: when you finish answering a 'resolve' request, hold theRoger Dingledine2004-08-05
* bugfix: when tor-resolve asks to resolve an IP to an IP and we answerRoger Dingledine2004-08-04
* Fix all warnings on win32 buildNick Mathewson2004-08-03
* we were counting incorrectly when trying to figure out whetherRoger Dingledine2004-07-21
* make connection_tls_finish_handshake() more plausible.Roger Dingledine2004-07-21
* bugfix: hidden services were broken in cvsRoger Dingledine2004-07-17
* tweaks and bugfix on resolve/resolved codeRoger Dingledine2004-06-17
* Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson2004-06-17
* be sure to detach streams from the circuit linked list before freeing themRoger Dingledine2004-06-02
* fix a double mark-for-closeRoger Dingledine2004-05-20
* enable checking the socks policyRoger Dingledine2004-05-20
* Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson2004-05-20
* Break files apart into more modulesRoger Dingledine2004-05-13
* break connection_edge_end out of connection_mark_for_closeRoger Dingledine2004-05-12
* Make "connected" a different case from "finished_flushing"; always close_imme...Nick Mathewson2004-05-12
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* comment and doxygenate connection_edge.cRoger Dingledine2004-05-10
* bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine2004-05-06
* Only connection_add connections once they have conn->s sett; refactor code ar...Nick Mathewson2004-05-05
* Working strerror for windows socket errors, plus some snide comments.Nick Mathewson2004-05-02