aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* 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
* only call circuit_build_failed when we're circ's originRoger Dingledine2004-04-08
* make the max buf size 10 megabytes, not 1 megabyteRoger Dingledine2004-04-08
* clean up rend_client_get_random_introRoger Dingledine2004-04-08
* Set rend_query on exiting streamsNick Mathewson2004-04-08
* don't log info when we asked for log warnRoger Dingledine2004-04-08
* Split out major functionality of circuit_get_best; rephrase a few booleansNick Mathewson2004-04-08
* Do not crash when no desc is foundNick Mathewson2004-04-08
* allow for directories >8192 bytesRoger Dingledine2004-04-08
* clean up choose_good_exit_server()Roger Dingledine2004-04-07
* don't try to build intro circs until you've fetched the directoryRoger Dingledine2004-04-07
* if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine2004-04-07
* Freeing the same variable twice in rapid succession can sometimes cause a dou...Nick Mathewson2004-04-07
* Insert a *copy* of our routerinfo into the routerlist.Nick Mathewson2004-04-07
* Rebuild and re-upload service descriptors every 15 minutesNick Mathewson2004-04-07
* Remember when we received which service desc.Nick Mathewson2004-04-07
* Make sure we have our own keys before we initialize our routerlistNick Mathewson2004-04-07
* Generating data does no good if you make no use of itNick Mathewson2004-04-07
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson2004-04-07
* don't pick myself or my twins as hops when building circuitsRoger Dingledine2004-04-07
* Carefully increment failure counts when appropriateNick Mathewson2004-04-07
* let bob replenish his intro points and republish service descRoger Dingledine2004-04-07
* expire open-but-not-yet-acked circs if they're too oldRoger Dingledine2004-04-07
* convince ourselves that circuit_failed doesn't have to be any smarterRoger Dingledine2004-04-07
* There is no need to cast void* to other pointer types.Nick Mathewson2004-04-07
* Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson2004-04-07
* Put ourself in router list; act accordingly.Nick Mathewson2004-04-07
* we were uploading our server descriptor to each the dirserversRoger Dingledine2004-04-07
* let alice reuse recent rendjoin circsRoger Dingledine2004-04-07
* mark a rend circ dirty when you attach to itRoger Dingledine2004-04-07
* when counting how many being-built circs will handle a stream,Roger Dingledine2004-04-07
* routerinfo->addr is host orderRoger Dingledine2004-04-07