aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* let introcircs receive acks. rend streams now deal correctly again.Roger Dingledine2004-04-13
* Scan list of servers in directory after reloading fingerprint list; remove an...Nick Mathewson2004-04-13
* only consider uploading descriptors every 5 secNick Mathewson2004-04-13
* or, not andNick Mathewson2004-04-13
* Handle END_STREAM_REASON_{EXITPOLICY|RESOLVEFAILED}Nick Mathewson2004-04-13
* Mark service descriptors as dirty when we have lost an intro pointNick Mathewson2004-04-13
* Separate "start-establishing-introduction" from "upload descriptors"; only up...Nick Mathewson2004-04-13
* clean up circuit rebuilding some; fix some bugs we hadn't hit yetRoger Dingledine2004-04-13
* Handle the rendezvous-circ elements of retrying introductions.Nick Mathewson2004-04-13
* <arma> you should make r and i and use r for r and i for iNick Mathewson2004-04-13
* Handle introduce naks. Arma: Is this right?Nick Mathewson2004-04-13
* Get the rest of intro-ack/nak handling in ... except for the tricky "pick a n...Nick Mathewson2004-04-13
* Have find_intro_circuit return non-open circsNick Mathewson2004-04-13
* Re-number the new relay command so as to maintain backward compatibility. Doh!Nick Mathewson2004-04-13
* ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson2004-04-12
* break circuit_build_needed_circs into its own funcRoger Dingledine2004-04-12
* normal circs are 3 hops, but rend/intro circs are 4, becauseRoger Dingledine2004-04-12
* Use service IDs in rendmid. (rendclient and common require no changes, it seems)Nick Mathewson2004-04-12
* bump allowed rend desc skew from 60 mins to 90 minsRoger Dingledine2004-04-12
* Use service id instead of hex id in rendservice.c log messages. Rendcommon a...Nick Mathewson2004-04-12
* Cosmetic patch for arma's fix for The Bug: Don't set the state toNick Mathewson2004-04-11
* continue beating at pieces of The BugRoger Dingledine2004-04-09
* if dns resolve is valid, but our exit policy rejects it orRoger Dingledine2004-04-09
* give better instructions than just 'mail arma'Roger Dingledine2004-04-09
* expire old CIRCUIT_PURPOSE_C_REND_READY circs tooRoger Dingledine2004-04-09
* Dump introduction point status on kill -USR1Nick Mathewson2004-04-09
* Resolve init-services-in-do-hup issueNick Mathewson2004-04-09
* don't call rend_services_init right before we fetch theRoger Dingledine2004-04-09
* call directory_has_arrived has arrived every time we getRoger Dingledine2004-04-09
* Make comment more sensible. Still uncertain about when to call rend_services_...Nick Mathewson2004-04-09
* set rend exit connection state _before_ calling rend_service_set_connection_a...Nick Mathewson2004-04-09
* Reload rendezvous service keys on sighup; otherwise, we wind up with aNick Mathewson2004-04-09
* get more serious about hunting The BugRoger Dingledine2004-04-09
* remove a stray printfNick Mathewson2004-04-08
* Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson2004-04-08
* Fix unit tests (now that platform code works differently)Nick Mathewson2004-04-08
* when rend_cache_store warns, give more detailRoger Dingledine2004-04-08
* note which preexisting or connection we found.Nick Mathewson2004-04-08
* circuit-level sendmes weren't working, because the exitRoger Dingledine2004-04-08
* we added more AP conns, oopsRoger Dingledine2004-04-08
* stop being so eager to have rend_cache_store reject theRoger Dingledine2004-04-08
* Be endianly-correct for rendezvous functionalityNick Mathewson2004-04-08
* log which intro points we pickedRoger Dingledine2004-04-08
* Launch intro services after launching connections; allow ORs to build circuit...Nick Mathewson2004-04-08
* don't try to circuit_log_path if you're at the exit edge of a circRoger Dingledine2004-04-08
* Invert strcasecmp check for supports-rendezvousNick Mathewson2004-04-08
* bugfix: alice would crash if bob advertised 0 intro pointsRoger Dingledine2004-04-08
* Allow service descriptors with no intro pointsNick Mathewson2004-04-08
* Nothing is good enough for you, is it?Nick Mathewson2004-04-08
* Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson2004-04-08