summaryrefslogtreecommitdiff
path: root/src
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-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-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-15Must detach before attaching, or else we infinite-loopNick Mathewson
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-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-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-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-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
2004-04-12Use service IDs in rendmid. (rendclient and common require no changes, it seems)Nick Mathewson
2004-04-12bump allowed rend desc skew from 60 mins to 90 minsRoger Dingledine
2004-04-12Fix two dumb leaks in crypto.cNick Mathewson
2004-04-12Use service id instead of hex id in rendservice.c log messages. Rendcommon a...Nick Mathewson
2004-04-11Cosmetic patch for arma's fix for The Bug: Don't set the state toNick Mathewson
2004-04-09continue beating at pieces of The BugRoger Dingledine
2004-04-09if dns resolve is valid, but our exit policy rejects it orRoger Dingledine
2004-04-09give better instructions than just 'mail arma'Roger Dingledine
2004-04-09expire old CIRCUIT_PURPOSE_C_REND_READY circs tooRoger Dingledine
2004-04-09Dump introduction point status on kill -USR1Nick Mathewson
2004-04-09Resolve init-services-in-do-hup issueNick Mathewson