aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
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
2004-04-13let introcircs receive acks. rend streams now deal correctly again.Roger Dingledine
2004-04-13or, not andNick Mathewson
2004-04-13Handle END_STREAM_REASON_{EXITPOLICY|RESOLVEFAILED}Nick Mathewson
2004-04-12ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson
2004-04-09continue beating at pieces of The BugRoger Dingledine
2004-04-09set rend exit connection state _before_ calling rend_service_set_connection_a...Nick Mathewson
2004-04-08circuit-level sendmes weren't working, because the exitRoger Dingledine
2004-04-08don't try to circuit_log_path if you're at the exit edge of a circRoger Dingledine
2004-04-08Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson
2004-04-08Set rend_query on exiting streamsNick Mathewson
2004-04-07if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine
2004-04-07Remember when we received which service desc.Nick Mathewson
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-07mark a rend circ dirty when you attach to itRoger Dingledine
2004-04-06Set routerinfo->addr properly for own routerinfo; do casei routerinfo compareNick Mathewson
2004-04-06Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson
2004-04-06alice just fetched bob's hidden webpage.Roger Dingledine
2004-04-06checkpoint commit: rend closer to working, still not there yetRoger Dingledine
2004-04-05don't detach-and-retry rendezvous streamsRoger Dingledine
2004-04-05oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine
2004-04-05strdup the intro point when you pick it, so youRoger Dingledine
2004-04-05complain early if we get an unrecognized nickname fromRoger Dingledine
2004-04-05if a rend stream has already been attached to a rend circ,Roger Dingledine
2004-04-05more alice-side infrastructureRoger Dingledine
2004-04-05alice can now look up bob's service descriptor,Roger Dingledine
2004-04-03Implement acksNick Mathewson
2004-04-03Handle rendezvous relay cellsNick Mathewson