summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-08Document rest of hiddenservice config options; still needs example or ↵Nick Mathewson
tutorial maybe. svn:r1567
2004-04-08stop being so eager to have rend_cache_store reject theRoger Dingledine
service descriptor svn:r1566
2004-04-08Be endianly-correct for rendezvous functionalityNick Mathewson
svn:r1565
2004-04-08log which intro points we pickedRoger Dingledine
svn:r1564
2004-04-08servers don't need other people to be able to resolve their Address anymoreRoger Dingledine
svn:r1563
2004-04-08Launch intro services after launching connections; allow ORs to build ↵Nick Mathewson
circuits through as-yet-unconnectd ORs svn:r1562
2004-04-08don't try to circuit_log_path if you're at the exit edge of a circRoger Dingledine
svn:r1561
2004-04-08Invert strcasecmp check for supports-rendezvousNick Mathewson
svn:r1560
2004-04-08bugfix: alice would crash if bob advertised 0 intro pointsRoger Dingledine
svn:r1559
2004-04-08Force tor_malloc(0) to always be saneNick Mathewson
svn:r1558
2004-04-08Allow service descriptors with no intro pointsNick Mathewson
svn:r1557
2004-04-08Nothing is good enough for you, is it?Nick Mathewson
svn:r1556
2004-04-08Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson
svn:r1555
2004-04-08only call circuit_build_failed when we're circ's originRoger Dingledine
svn:r1554
2004-04-08make the max buf size 10 megabytes, not 1 megabyteRoger Dingledine
need to implement flexible buffer sizes soon svn:r1553
2004-04-08clean up rend_client_get_random_introRoger Dingledine
svn:r1552
2004-04-08Set rend_query on exiting streamsNick Mathewson
svn:r1551
2004-04-08more todo items marked offRoger Dingledine
svn:r1550
2004-04-08spec change: bob is allowed to advertise zero intro pointsRoger Dingledine
svn:r1549
2004-04-08don't log info when we asked for log warnRoger Dingledine
svn:r1548
2004-04-08Split out major functionality of circuit_get_best; rephrase a few booleansNick Mathewson
svn:r1547
2004-04-08Do not crash when no desc is foundNick Mathewson
svn:r1546
2004-04-08allow for directories >8192 bytesRoger Dingledine
svn:r1545
2004-04-08allow 90 minutes of clock skew, not 30Roger Dingledine
svn:r1544
2004-04-08clean up torrc.sample moreRoger Dingledine
svn:r1543
2004-04-07clean up choose_good_exit_server()Roger Dingledine
svn:r1542
2004-04-07don't try to build intro circs until you've fetched the directoryRoger Dingledine
svn:r1541
2004-04-07if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine
then try to fetch a new one. but if the new fetch fails, use the old one. svn:r1540
2004-04-07Freeing the same variable twice in rapid succession can sometimes cause a ↵Nick Mathewson
double-free svn:r1539
2004-04-07Insert a *copy* of our routerinfo into the routerlist.Nick Mathewson
svn:r1538
2004-04-07Rebuild and re-upload service descriptors every 15 minutesNick Mathewson
svn:r1537
2004-04-07Remember when we received which service desc.Nick Mathewson
svn:r1536
2004-04-07Make sure we have our own keys before we initialize our routerlistNick Mathewson
svn:r1535
2004-04-07Generating data does no good if you make no use of itNick Mathewson
svn:r1534
2004-04-07Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson
to worry about 0.0.4 or earlier, because nobody is running them any more.) svn:r1533
2004-04-07bump cvs to 0.0.6pre1Roger Dingledine
svn:r1532
2004-04-07don't pick myself or my twins as hops when building circuitsRoger Dingledine
svn:r1531
2004-04-07Carefully increment failure counts when appropriateNick Mathewson
svn:r1530
2004-04-07Identify some finished stuffNick Mathewson
svn:r1529
2004-04-07let bob replenish his intro points and republish service descRoger Dingledine
as necessary svn:r1528
2004-04-07a few more todo thoughtsRoger Dingledine
svn:r1527
2004-04-07expire open-but-not-yet-acked circs if they're too oldRoger Dingledine
svn:r1526
2004-04-07convince ourselves that circuit_failed doesn't have to be any smarterRoger Dingledine
svn:r1525
2004-04-07There is no need to cast void* to other pointer types.Nick Mathewson
svn:r1524
2004-04-07Repair whitespace in windows orconfig.hNick Mathewson
svn:r1523
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
svn:r1522
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
svn:r1521
2004-04-07we were uploading our server descriptor to each the dirserversRoger Dingledine
when we boot, and then also on the first iteration of the main loop svn:r1520
2004-04-07let alice reuse recent rendjoin circsRoger Dingledine
svn:r1519
2004-04-07mark a rend circ dirty when you attach to itRoger Dingledine
svn:r1518