aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* 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
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson2004-04-28
* fix a bug in dns.c, note but don't fix another oneRoger Dingledine2004-04-28
* don't crash, if a conn that sent a begin has suddenly lost its circuitRoger Dingledine2004-04-25
* use tor_assertRoger Dingledine2004-04-25
* the socketpair bug is no longer a bugRoger Dingledine2004-04-19
* bugfix: you mean we're supposed to reuse fresh descriptors andRoger Dingledine2004-04-18
* if an intro circ waiting for an ack dies before getting one, thenRoger Dingledine2004-04-18
* expire dir connections that live for more than 5 minutesRoger Dingledine2004-04-18
* log n_circ_ids when attaching rend streamsRoger Dingledine2004-04-17
* more useful logs to track weasel's bugRoger Dingledine2004-04-17
* bugfix: when you sleep your hidden-service laptop, as soonRoger Dingledine2004-04-17
* fix a pair of duplicate mark-for-closesRoger Dingledine2004-04-16
* when alice uses a port that the hidden service doesn't accept,Roger Dingledine2004-04-16
* wait a minute, weasel said there was a memory-stomping bug hereRoger Dingledine2004-04-16
* i was wrong about one of my invariantsRoger Dingledine2004-04-16
* Must detach before attaching, or else we infinite-loopNick Mathewson2004-04-15
* make unattached rend streams expire after a while (60s)Roger Dingledine2004-04-15
* narrow in closerRoger Dingledine2004-04-15
* prune abandoned circs betterRoger Dingledine2004-04-14
* make rendezvous points work againRoger Dingledine2004-04-14
* let introcircs receive acks. rend streams now deal correctly again.Roger Dingledine2004-04-13
* or, not andNick Mathewson2004-04-13
* Handle END_STREAM_REASON_{EXITPOLICY|RESOLVEFAILED}Nick Mathewson2004-04-13
* ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson2004-04-12
* continue beating at pieces of The BugRoger Dingledine2004-04-09
* set rend exit connection state _before_ calling rend_service_set_connection_a...Nick Mathewson2004-04-09
* circuit-level sendmes weren't working, because the exitRoger Dingledine2004-04-08