aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* minor touchups on or.hRoger Dingledine2007-11-16
| | | | svn:r12511
* Nov 16 02:20:50.089 [info] update_consensus_router_descriptor_downloads(): 0 ↵Roger Dingledine2007-11-16
| | | | | | | | | | | router descriptors downloadable. 0 delayed; 1676 present (0 of those were in old_routers); 0 would_reject; 582 wouldnt_use, 0 in progress. Nov 16 02:20:50.089 [info] launch_router_descriptor_downloads(): There are not many downloadable routerdescs, but we haven't tried downloading descriptors recently. Downloading. Get rid of the second line. svn:r12510
* Karsten: you should look at this and decide if we should skip overRoger Dingledine2007-11-16
| | | | | | | | | | | non-running hsdirs, or not give them the flag if they're not running, or what. When picking v2 hidden service directories, don't pick ones that aren't listed as Running. svn:r12509
* Changing the ExitPolicyRejectPrivate setting should cause us to rebuild thePeter Palfrader2007-11-15
| | | | | | | descriptor. svn:r12507
* Fix a small memory leak whenever we decide against using aRoger Dingledine2007-11-15
| | | | | | | newly picked entry guard. Reported by Mike Perry. svn:r12506
* New upstream versionPeter Palfrader2007-11-15
| | | | svn:r12503
* Remove 12_r12235_do_not_crash_when_myfamily_is_set.dpatchPeter Palfrader2007-11-15
| | | | svn:r12502
* r16670@catbus: nickm | 2007-11-14 14:56:30 -0500Nick Mathewson2007-11-14
| | | | | | | Initial phase of proposal 110: accept RELAY_EARLY cells, and turn them into RELAY cells when sending them on over a v1 OR connection. svn:r12496
* r16669@catbus: nickm | 2007-11-14 14:50:03 -0500Nick Mathewson2007-11-14
| | | | | | | When we complete an OR handshake, set up all the internal fields and mark the connection as open. svn:r12495
* r16665@catbus: nickm | 2007-11-14 13:36:11 -0500Nick Mathewson2007-11-14
| | | | | | | Fix bug spotted by karsten: when we have no consensus, do not try to continue finding directories for a hidden service. svn:r12493
* r16663@catbus: nickm | 2007-11-13 21:51:28 -0500Nick Mathewson2007-11-14
| | | | | | | Back out parts of r12376: replace file locations in scripts. svn:r12490
* Make it build on OpenBSD again. Patch from tup.Roger Dingledine2007-11-12
| | | | svn:r12489
* clean up the changelog for a release todayRoger Dingledine2007-11-12
| | | | svn:r12487
* make r12485 more likely to work on tonga tooRoger Dingledine2007-11-12
| | | | svn:r12486
* r16656@catbus: nickm | 2007-11-12 11:27:00 -0500Nick Mathewson2007-11-12
| | | | | | | Possibly fix bug 548 by making the fix for bug 543 not get invoked on authorities. See changelog and bug 548 entry for rationale. svn:r12485
* r16654@catbus: nickm | 2007-11-12 10:43:45 -0500Nick Mathewson2007-11-12
| | | | | | | Add explanatory comment. Does not fix bug 548. svn:r12484
* Remove rc.d, as the 5 linux distributions I've checked do not use thatAndrew Lewman2007-11-11
| | | | | | | path anymore. svn:r12483
* explain how to become a bridge authority tooRoger Dingledine2007-11-11
| | | | svn:r12482
* finish writing my overview of bridge design and deploymentRoger Dingledine2007-11-11
| | | | svn:r12481
* compiling is good tooRoger Dingledine2007-11-11
| | | | svn:r12480
* Don't reevaluate all the information from our consensus documentRoger Dingledine2007-11-11
| | | | | | | | just because we've downloaded a v2 networkstatus that we intend to cache. Fixes bug 545. svn:r12479
* tweakRoger Dingledine2007-11-11
| | | | svn:r12478
* make it clearer for nick that bug 548 needs solvingRoger Dingledine2007-11-11
| | | | svn:r12474
* a changelog entry for r12471.Roger Dingledine2007-11-11
| | | | svn:r12472
* a potential solution for bug 549Roger Dingledine2007-11-11
| | | | svn:r12471
* another likelier candidate for mike's leakRoger Dingledine2007-11-11
| | | | svn:r12470
* a log entry to help us find mike's memory leakRoger Dingledine2007-11-11
| | | | svn:r12469
* bump to 0.2.0.11-alpha -- maybe this one will actually beRoger Dingledine2007-11-11
| | | | | | | able to build packages. svn:r12468
* We were including instructions about what to do with theRoger Dingledine2007-11-11
| | | | | | | | src/config/fallback-consensus file, but we weren't actually including it in the tarball. Disable all of that for now. svn:r12467
* Allow people to say PreferTunnelledDirConns rather thanRoger Dingledine2007-11-11
| | | | | | | PreferTunneledDirConns, for those alternate-spellers out there. svn:r12466
* forward-port the 0.1.2.18 entriesRoger Dingledine2007-11-11
| | | | svn:r12465
* make it data_DATA too. debugging by random mutation.Roger Dingledine2007-11-11
| | | | svn:r12463
* We weren't actually including the src/config/fallback-consensusRoger Dingledine2007-11-10
| | | | | | | file in the tarball. Reported by phobos. svn:r12462
* Exit policies now reject connections that are addressed to aRoger Dingledine2007-11-10
| | | | | | | | | | relay's public (external) IP address too, unless ExitPolicyRejectPrivate is turned off. We do this because too many relays are running nearby to services that trust them based on network address. svn:r12459
* prepare for 0.2.0.10-alpha-devRoger Dingledine2007-11-10
| | | | svn:r12458
* bump to 0.2.0.10-alphaRoger Dingledine2007-11-10
| | | | svn:r12455
* rescue r12440's changelog entry from a dusty cornerRoger Dingledine2007-11-10
| | | | | | | of the 0.2.0.9-alpha release notes. svn:r12454
* start to fix up the changelogRoger Dingledine2007-11-10
| | | | svn:r12453
* r16582@catbus: nickm | 2007-11-08 13:14:16 -0500Nick Mathewson2007-11-08
| | | | | | | Try to bulletproof the parse logic for router-stability. svn:r12441
* r16573@catbus: nickm | 2007-11-08 11:57:16 -0500Nick Mathewson2007-11-08
| | | | | | | Mess with the formula for the Guard flag again. Now it requires that you be in the most familiar 7/8 of nodes, and have above median wfu for that 7/8th. See spec for details. Also, log thresholds better. svn:r12440
* remove some done items; mark some other items as doneRoger Dingledine2007-11-08
| | | | svn:r12438
* r16570@catbus: nickm | 2007-11-08 11:04:20 -0500Nick Mathewson2007-11-08
| | | | | | | Keep track, for each OR connection, of the last time we added a non-padding cell to its outbuf. Use this timestamp, not "lastwritten" to tell if it is time to close a circuitless connection. (We can'tuse lastwritten, since lastwritten is updated when ever the connection flushes anything, and by that point we can no longer tell what is a padding cell and what is not.) svn:r12437
* r16569@catbus: nickm | 2007-11-08 10:51:11 -0500Nick Mathewson2007-11-08
| | | | | | | More log messages about certificate downloads; try to track down bug 546.2 svn:r12436
* decide that messing with fallback-concensus for 0.2.0.10-alphaRoger Dingledine2007-11-08
| | | | | | | isn't worth it. also mention bug 546 again. svn:r12432
* make the complaints about missing v2hidserv directories quieter,Roger Dingledine2007-11-08
| | | | | | | at least until we're *supposed* to have any of them. svn:r12431
* Don't stop fetching descriptors when FetchUselessDescriptors isRoger Dingledine2007-11-08
| | | | | | | | set, even if we stop asking for circuits. Bugfix on 0.1.2.x; reported by tup and ioerror. svn:r12430
* the other half of the made-up 'guard' heuristicRoger Dingledine2007-11-08
| | | | svn:r12429
* one possible heuristic for being a guardRoger Dingledine2007-11-07
| | | | svn:r12427
* r16552@catbus: nickm | 2007-11-07 17:12:11 -0500Nick Mathewson2007-11-07
| | | | | | | some notes on 0.2.0.10-alpha blockers. svn:r12426
* r16550@catbus: nickm | 2007-11-07 16:50:02 -0500Nick Mathewson2007-11-07
| | | | | | | "And $499 for knowing where to hit it." Fix bug 546. svn:r12425