summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-08more todo items marked offRoger Dingledine
2004-04-08spec change: bob is allowed to advertise zero intro pointsRoger Dingledine
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-07bump cvs to 0.0.6pre1Roger Dingledine
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-07Identify some finished stuffNick Mathewson
2004-04-07let bob replenish his intro points and republish service descRoger Dingledine
2004-04-07a few more todo thoughtsRoger Dingledine
2004-04-07expire open-but-not-yet-acked circs if they're too oldRoger Dingledine
2004-04-07convince ourselves that circuit_failed doesn't have to be any smarterRoger Dingledine
2004-04-07There is no need to cast void* to other pointer types.Nick Mathewson
2004-04-07Repair whitespace in windows orconfig.hNick Mathewson
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-04-07we were uploading our server descriptor to each the dirserversRoger Dingledine
2004-04-07let alice reuse recent rendjoin circsRoger Dingledine
2004-04-07mark a rend circ dirty when you attach to itRoger Dingledine
2004-04-07when counting how many being-built circs will handle a stream,Roger Dingledine
2004-04-07more todo action, and a spec noteRoger Dingledine
2004-04-07routerinfo->addr is host orderRoger Dingledine
2004-04-06Set routerinfo->addr properly for own routerinfo; do casei routerinfo compareNick Mathewson