aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* 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
* don't try to circuit_log_path if you're at the exit edge of a circRoger Dingledine2004-04-08
* Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson2004-04-08
* Set rend_query on exiting streamsNick Mathewson2004-04-08
* if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine2004-04-07
* Remember when we received which service desc.Nick Mathewson2004-04-07
* Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson2004-04-07
* mark a rend circ dirty when you attach to itRoger Dingledine2004-04-07
* Set routerinfo->addr properly for own routerinfo; do casei routerinfo compareNick Mathewson2004-04-06
* Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson2004-04-06
* alice just fetched bob's hidden webpage.Roger Dingledine2004-04-06
* checkpoint commit: rend closer to working, still not there yetRoger Dingledine2004-04-06
* don't detach-and-retry rendezvous streamsRoger Dingledine2004-04-05
* oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine2004-04-05
* strdup the intro point when you pick it, so youRoger Dingledine2004-04-05
* complain early if we get an unrecognized nickname fromRoger Dingledine2004-04-05
* if a rend stream has already been attached to a rend circ,Roger Dingledine2004-04-05
* more alice-side infrastructureRoger Dingledine2004-04-05
* alice can now look up bob's service descriptor,Roger Dingledine2004-04-05
* Implement acksNick Mathewson2004-04-03
* Handle rendezvous relay cellsNick Mathewson2004-04-03