summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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
2004-04-08Force tor_malloc(0) to always be saneNick Mathewson
2004-04-08Allow service descriptors with no intro pointsNick Mathewson
2004-04-08Nothing is good enough for you, is it?Nick Mathewson
2004-04-08Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson
2004-04-08only call circuit_build_failed when we're circ's originRoger Dingledine
2004-04-08make the max buf size 10 megabytes, not 1 megabyteRoger Dingledine
2004-04-08clean up rend_client_get_random_introRoger Dingledine
2004-04-08Set rend_query on exiting streamsNick Mathewson
2004-04-08don't log info when we asked for log warnRoger Dingledine
2004-04-08Split out major functionality of circuit_get_best; rephrase a few booleansNick Mathewson
2004-04-08Do not crash when no desc is foundNick Mathewson
2004-04-08allow for directories >8192 bytesRoger Dingledine
2004-04-08allow 90 minutes of clock skew, not 30Roger Dingledine
2004-04-08clean up torrc.sample moreRoger Dingledine
2004-04-07clean up choose_good_exit_server()Roger Dingledine
2004-04-07don't try to build intro circs until you've fetched the directoryRoger Dingledine
2004-04-07if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine
2004-04-07Freeing the same variable twice in rapid succession can sometimes cause a dou...Nick Mathewson
2004-04-07Insert a *copy* of our routerinfo into the routerlist.Nick Mathewson
2004-04-07Rebuild and re-upload service descriptors every 15 minutesNick Mathewson
2004-04-07Remember when we received which service desc.Nick Mathewson
2004-04-07Make sure we have our own keys before we initialize our routerlistNick Mathewson
2004-04-07Generating data does no good if you make no use of itNick Mathewson
2004-04-07Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson
2004-04-07don't pick myself or my twins as hops when building circuitsRoger Dingledine
2004-04-07Carefully increment failure counts when appropriateNick Mathewson
2004-04-07let bob replenish his intro points and republish service descRoger Dingledine
2004-04-07expire open-but-not-yet-acked circs if they're too oldRoger Dingledine