summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-04-16fix another rare bug: when we had tried all the introtor-0.0.6incompat-mergedRoger 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-16more useful logging for rend services and clientsRoger Dingledine
2004-04-16weasel convinced me not to call it pre5 until it's actually pre5Roger Dingledine
2004-04-16wait a minute, weasel said there was a memory-stomping bug hereRoger Dingledine
2004-04-16bump cvs to 0.0.6pre5Roger Dingledine
2004-04-16i was wrong about one of my invariantsRoger Dingledine
2004-04-16put in an extra assert, might find a bug these wayRoger Dingledine
2004-04-15compress end-of-second summary into one lineRoger Dingledine
2004-04-15quiet a -l info that should be -l debugRoger Dingledine
2004-04-15a todo item for sometimeRoger Dingledine
2004-04-15Must detach before attaching, or else we infinite-loopNick Mathewson
2004-04-15bump version to 0.0.6pre4Roger Dingledine
2004-04-15Strings need room for a NUL.Nick Mathewson
2004-04-15Add a missing return -1Nick 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-14Retry non-final-hop rendezvous failuresNick Mathewson
2004-04-14Never ever leave ri.platform unset.Nick Mathewson
2004-04-14some more todo itemsRoger Dingledine
2004-04-14another todo itemRoger Dingledine
2004-04-14bump cvs to 0.0.6pre3Roger Dingledine
2004-04-14one todo item done, another put off until laterRoger Dingledine
2004-04-14make rendezvous points work againRoger Dingledine
2004-04-14handle more purposes in new_route_lenRoger Dingledine
2004-04-14call circuit_build_failed() even when the failure is immediateRoger Dingledine
2004-04-14Do not segfault on missing intro points.Nick Mathewson
2004-04-13remove unused variableRoger Dingledine
2004-04-13let introcircs receive acks. rend streams now deal correctly again.Roger Dingledine
2004-04-13Scan list of servers in directory after reloading fingerprint list; remove an...Nick Mathewson
2004-04-13only consider uploading descriptors every 5 secNick Mathewson
2004-04-13Note a couple of finished itemsNick Mathewson
2004-04-13or, not andNick Mathewson
2004-04-13Handle END_STREAM_REASON_{EXITPOLICY|RESOLVEFAILED}Nick Mathewson
2004-04-13Mark service descriptors as dirty when we have lost an intro pointNick Mathewson
2004-04-13Separate "start-establishing-introduction" from "upload descriptors"; only up...Nick Mathewson
2004-04-13clean up circuit rebuilding some; fix some bugs we hadn't hit yetRoger Dingledine
2004-04-13more todo itemsRoger Dingledine
2004-04-13Handle the rendezvous-circ elements of retrying introductions.Nick Mathewson
2004-04-13<arma> you should make r and i and use r for r and i for iNick Mathewson
2004-04-13Handle introduce naks. Arma: Is this right?Nick Mathewson
2004-04-13Get the rest of intro-ack/nak handling in ... except for the tricky "pick a n...Nick Mathewson
2004-04-13Have find_intro_circuit return non-open circsNick Mathewson
2004-04-13Document ACKs/NAKsNick Mathewson
2004-04-13Re-number the new relay command so as to maintain backward compatibility. Doh!Nick Mathewson
2004-04-12ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson
2004-04-12break circuit_build_needed_circs into its own funcRoger Dingledine
2004-04-12normal circs are 3 hops, but rend/intro circs are 4, becauseRoger Dingledine