summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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