summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-29more progress on the geoip proposalRoger Dingledine
svn:r12599
2007-11-28our december todo listRoger Dingledine
svn:r12598
2007-11-27cleanups on r12579Roger Dingledine
svn:r12580
2007-11-27Our new v2 hidden service descriptor format allows descriptorsRoger Dingledine
that have no introduction points. But Tor crashed when we tried to build a descriptor with no intro points (and it would have crashed if we had tried to parse one). Bugfix on 0.2.0.x; patch by Karsten Loesing. svn:r12579
2007-11-26more items for the todo listRoger Dingledine
svn:r12572
2007-11-26minor cleanupsRoger Dingledine
svn:r12571
2007-11-26Only update guard status (usable / not usable) once we haveRoger Dingledine
enough directory information. This was causing us to always pick two new guards on startup (bugfix on 0.2.0.9-alpha), and it was causing us to discard all our guards on startup if we hadn't been running for a few weeks (bugfix on 0.1.2.x). Fixes bug 448. svn:r12570
2007-11-24draft of a proposal: Fetching GeoIP databases for clients, relays, and bridgesRoger Dingledine
svn:r12566
2007-11-23move the bridges proposal into a real proposal number.Roger Dingledine
svn:r12562
2007-11-22Change up phobos' todos.Andrew Lewman
svn:r12555
2007-11-22Patch from martin fong in flyspray #555, backport candidate onceAndrew Lewman
tested. Update torbutton version in TorPostFlight. svn:r12554
2007-11-22Seems I forgot to commit the 0.2.0.12-alpha-1 changelog. I do that often.Peter Palfrader
svn:r12552
2007-11-22if we think our ip address just changed, log what we thought itRoger Dingledine
changed *to*. svn:r12551
2007-11-22stop lying in the config file comment we write out regardingRoger Dingledine
PublishServerDescriptor. svn:r12550
2007-11-22Don't crash if we get an unexpected value for theRoger Dingledine
PublishServerDescriptor config option. Reported by Matt Edman; bugfix on 0.2.0.9-alpha. svn:r12549
2007-11-17get rid of the __ConsiderAllRoutersAsHidServDirectories config optionRoger Dingledine
svn:r12528
2007-11-17get rid of the separate reachability window for the hsdir flag.Roger Dingledine
svn:r12527
2007-11-17note a log message that might want to get quieterRoger Dingledine
svn:r12526
2007-11-17snapshot summariesRoger Dingledine
svn:r12523
2007-11-17The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 networkRoger Dingledine
consensus documents when there are too many relays at a single IP address. Now clear it in v2 network status documents too. svn:r12522
2007-11-17cleanups, bump to 0.2.0.12-alphator-0.2.0.12-alphaRoger Dingledine
svn:r12516
2007-11-17back out r12509 and fix a better bug instead:Roger Dingledine
When authorities detected more than two relays running on the same IP address, they were clearing all the status flags but forgetting to clear the "hsdir" flag. So clients were being told that a given relay was the right choice for a v2 hsdir lookup, yet they never had its descriptor because it was marked as 'not running' in the consensus. svn:r12515
2007-11-16If we're using bridges or have strictentrynodes set, and ourRoger Dingledine
chosen exit is in the same family as all our bridges/entry guards, then be flexible about families. svn:r12514
2007-11-16i'm a little teapot, ...Roger Dingledine
svn:r12513
2007-11-16If we're trying to fetch a bridge descriptor and there's no wayRoger Dingledine
the bridge authority could help us (for example, we don't know a digest, or there is no bridge authority), don't be so eager to fall back to asking the bridge authority. svn:r12512
2007-11-16minor touchups on or.hRoger Dingledine
svn:r12511
2007-11-16Nov 16 02:20:50.089 [info] update_consensus_router_descriptor_downloads(): 0 ↵Roger Dingledine
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
2007-11-16Karsten: you should look at this and decide if we should skip overRoger Dingledine
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
2007-11-15Changing the ExitPolicyRejectPrivate setting should cause us to rebuild thePeter Palfrader
descriptor. svn:r12507
2007-11-15Fix a small memory leak whenever we decide against using aRoger Dingledine
newly picked entry guard. Reported by Mike Perry. svn:r12506
2007-11-15New upstream versionPeter Palfrader
svn:r12503
2007-11-15Remove 12_r12235_do_not_crash_when_myfamily_is_set.dpatchPeter Palfrader
svn:r12502
2007-11-14 r16670@catbus: nickm | 2007-11-14 14:56:30 -0500Nick Mathewson
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
2007-11-14 r16669@catbus: nickm | 2007-11-14 14:50:03 -0500Nick Mathewson
When we complete an OR handshake, set up all the internal fields and mark the connection as open. svn:r12495
2007-11-14 r16665@catbus: nickm | 2007-11-14 13:36:11 -0500Nick Mathewson
Fix bug spotted by karsten: when we have no consensus, do not try to continue finding directories for a hidden service. svn:r12493
2007-11-14 r16663@catbus: nickm | 2007-11-13 21:51:28 -0500Nick Mathewson
Back out parts of r12376: replace file locations in scripts. svn:r12490
2007-11-12Make it build on OpenBSD again. Patch from tup.Roger Dingledine
svn:r12489
2007-11-12clean up the changelog for a release todaytor-0.2.0.11-alphaRoger Dingledine
svn:r12487
2007-11-12make r12485 more likely to work on tonga tooRoger Dingledine
svn:r12486
2007-11-12 r16656@catbus: nickm | 2007-11-12 11:27:00 -0500Nick Mathewson
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
2007-11-12 r16654@catbus: nickm | 2007-11-12 10:43:45 -0500Nick Mathewson
Add explanatory comment. Does not fix bug 548. svn:r12484
2007-11-11Remove rc.d, as the 5 linux distributions I've checked do not use thatAndrew Lewman
path anymore. svn:r12483
2007-11-11explain how to become a bridge authority tooRoger Dingledine
svn:r12482
2007-11-11finish writing my overview of bridge design and deploymentRoger Dingledine
svn:r12481
2007-11-11compiling is good tooRoger Dingledine
svn:r12480
2007-11-11Don't reevaluate all the information from our consensus documentRoger Dingledine
just because we've downloaded a v2 networkstatus that we intend to cache. Fixes bug 545. svn:r12479
2007-11-11tweakRoger Dingledine
svn:r12478
2007-11-11make it clearer for nick that bug 548 needs solvingRoger Dingledine
svn:r12474
2007-11-11a changelog entry for r12471.Roger Dingledine
svn:r12472
2007-11-11a potential solution for bug 549Roger Dingledine
svn:r12471