summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-10clean/update todoRoger Dingledine
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
2004-04-09don't call rend_services_init right before we fetch theRoger Dingledine
2004-04-09call directory_has_arrived has arrived every time we getRoger Dingledine
2004-04-09Make comment more sensible. Still uncertain about when to call rend_services_...Nick Mathewson
2004-04-09set rend exit connection state _before_ calling rend_service_set_connection_a...Nick Mathewson
2004-04-09Reload rendezvous service keys on sighup; otherwise, we wind up with aNick Mathewson
2004-04-09Update cvsignoresPeter Palfrader
2004-04-09get more serious about hunting The BugRoger Dingledine
2004-04-08remove a stray printfNick Mathewson
2004-04-08Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson
2004-04-08Fix unit tests (now that platform code works differently)Nick Mathewson
2004-04-08when rend_cache_store warns, give more detailRoger Dingledine
2004-04-08note which preexisting or connection we found.Nick Mathewson
2004-04-08circuit-level sendmes weren't working, because the exitRoger Dingledine
2004-04-08we added more AP conns, oopsRoger Dingledine
2004-04-08add 'Do you want to run a hidden service?' sectionRoger Dingledine
2004-04-08Document rest of hiddenservice config options; still needs example or tutoria...Nick Mathewson
2004-04-08stop being so eager to have rend_cache_store reject theRoger Dingledine
2004-04-08Be endianly-correct for rendezvous functionalityNick Mathewson
2004-04-08log which intro points we pickedRoger Dingledine
2004-04-08servers don't need other people to be able to resolve their Address anymoreRoger Dingledine
2004-04-08Launch intro services after launching connections; allow ORs to build circuit...Nick Mathewson
2004-04-08don't try to circuit_log_path if you're at the exit edge of a circRoger Dingledine
2004-04-08Invert strcasecmp check for supports-rendezvousNick Mathewson
2004-04-08bugfix: alice would crash if bob advertised 0 intro pointsRoger Dingledine