aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
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
2004-07-17bugfix: hidden services were broken in cvsRoger Dingledine
2004-06-17tweaks and bugfix on resolve/resolved codeRoger Dingledine
2004-06-17Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson
2004-06-02be sure to detach streams from the circuit linked list before freeing themRoger Dingledine
2004-05-20fix a double mark-for-closeRoger Dingledine
2004-05-20enable checking the socks policyRoger Dingledine
2004-05-20Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson
2004-05-13Break files apart into more modulesRoger Dingledine
2004-05-12break connection_edge_end out of connection_mark_for_closeRoger Dingledine
2004-05-12Make "connected" a different case from "finished_flushing"; always close_imme...Nick Mathewson
2004-05-10it's amazing what a bit of punctuation can do for appearancesRoger Dingledine
2004-05-10comment and doxygenate connection_edge.cRoger Dingledine
2004-05-06bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine
2004-05-05Only connection_add connections once they have conn->s sett; refactor code ar...Nick Mathewson
2004-05-02Working strerror for windows socket errors, plus some snide comments.Nick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-28Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson
2004-04-28fix a bug in dns.c, note but don't fix another oneRoger Dingledine
2004-04-25don't crash, if a conn that sent a begin has suddenly lost its circuitRoger Dingledine
2004-04-25use tor_assertRoger Dingledine
2004-04-19the socketpair bug is no longer a bugRoger Dingledine
2004-04-18bugfix: you mean we're supposed to reuse fresh descriptors andRoger Dingledine
2004-04-18if an intro circ waiting for an ack dies before getting one, thenRoger Dingledine
2004-04-18expire dir connections that live for more than 5 minutesRoger Dingledine
2004-04-17log n_circ_ids when attaching rend streamsRoger Dingledine
2004-04-17more useful logs to track weasel's bugRoger Dingledine
2004-04-17bugfix: when you sleep your hidden-service laptop, as soonRoger Dingledine
2004-04-16fix a pair of duplicate mark-for-closesRoger Dingledine
2004-04-16when alice uses a port that the hidden service doesn't accept,Roger Dingledine
2004-04-16wait a minute, weasel said there was a memory-stomping bug hereRoger Dingledine
2004-04-16i was wrong about one of my invariantsRoger Dingledine
2004-04-15Must detach before attaching, or else we infinite-loopNick Mathewson
2004-04-15make unattached rend streams expire after a while (60s)Roger Dingledine
2004-04-15narrow in closerRoger Dingledine
2004-04-14prune abandoned circs betterRoger Dingledine
2004-04-14make rendezvous points work againRoger Dingledine