aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAge
* We were ignoring our RelayBandwidthRate for the first 30 seconds•••after opening a circuit -- even relayed circuits. Bugfix on 0.2.0.3-alpha. svn:r12638 Roger Dingledine2007-12-02
* the nice fellow who told us about r12633 is ok with being credited•••svn:r12636 Roger Dingledine2007-12-02
* Reject uploaded descriptors and extrainfo documents if they're•••huge. Otherwise we'll cache them all over the network and it'll clog everything up. svn:r12633 Roger Dingledine2007-12-02
* backport candidate:•••Start purging old entries from the "rephist" database, and the hidden service descriptor databases, even when DirPort is zero. svn:r12628 Roger Dingledine2007-12-01
* Authorities and caches fetch the v2 networkstatus documents•••less often, now that v3 is encouraged. svn:r12627 Roger Dingledine2007-12-01
* r16874@catbus: nickm | 2007-11-30 13:11:09 -0500••• When using dmalloc, dump the top ten memory consumers to the _DMALLOC_ logfile when we get a SIGUSR1. Hint: it is not what you would think. svn:r12613 Nick Mathewson2007-11-30
* Our new v2 hidden service descriptor format allows descriptors•••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 Roger Dingledine2007-11-27
* Only update guard status (usable / not usable) once we have•••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 Roger Dingledine2007-11-26
* Don't crash if we get an unexpected value for the•••PublishServerDescriptor config option. Reported by Matt Edman; bugfix on 0.2.0.9-alpha. svn:r12549 Roger Dingledine2007-11-22
* snapshot summaries•••svn:r12523 Roger Dingledine2007-11-17
* The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 network•••consensus documents when there are too many relays at a single IP address. Now clear it in v2 network status documents too. svn:r12522 Roger Dingledine2007-11-17
* cleanups, bump to 0.2.0.12-alpha•••svn:r12516 Roger Dingledine2007-11-17
* back out r12509 and fix a better bug instead:•••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 Roger Dingledine2007-11-17
* If we're using bridges or have strictentrynodes set, and our•••chosen exit is in the same family as all our bridges/entry guards, then be flexible about families. svn:r12514 Roger Dingledine2007-11-16
* If we're trying to fetch a bridge descriptor and there's no way•••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 Roger Dingledine2007-11-16
* Karsten: you should look at this and decide if we should skip over•••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 Roger Dingledine2007-11-16
* Changing the ExitPolicyRejectPrivate setting should cause us to rebuild the•••descriptor. svn:r12507 Peter Palfrader2007-11-15
* Fix a small memory leak whenever we decide against using a•••newly picked entry guard. Reported by Mike Perry. svn:r12506 Roger Dingledine2007-11-15
* r16670@catbus: nickm | 2007-11-14 14:56:30 -0500••• 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 Nick Mathewson2007-11-14
* r16665@catbus: nickm | 2007-11-14 13:36:11 -0500••• Fix bug spotted by karsten: when we have no consensus, do not try to continue finding directories for a hidden service. svn:r12493 Nick Mathewson2007-11-14
* r16663@catbus: nickm | 2007-11-13 21:51:28 -0500••• Back out parts of r12376: replace file locations in scripts. svn:r12490 Nick Mathewson2007-11-14
* Make it build on OpenBSD again. Patch from tup.•••svn:r12489 Roger Dingledine2007-11-12
* clean up the changelog for a release today•••svn:r12487 Roger Dingledine2007-11-12
* r16656@catbus: nickm | 2007-11-12 11:27:00 -0500••• 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 Nick Mathewson2007-11-12
* Don't reevaluate all the information from our consensus document•••just because we've downloaded a v2 networkstatus that we intend to cache. Fixes bug 545. svn:r12479 Roger Dingledine2007-11-11
* a changelog entry for r12471.•••svn:r12472 Roger Dingledine2007-11-11
* We were including instructions about what to do with the•••src/config/fallback-consensus file, but we weren't actually including it in the tarball. Disable all of that for now. svn:r12467 Roger Dingledine2007-11-11
* Allow people to say PreferTunnelledDirConns rather than•••PreferTunneledDirConns, for those alternate-spellers out there. svn:r12466 Roger Dingledine2007-11-11
* forward-port the 0.1.2.18 entries•••svn:r12465 Roger Dingledine2007-11-11
* We weren't actually including the src/config/fallback-consensus•••file in the tarball. Reported by phobos. svn:r12462 Roger Dingledine2007-11-10
* Exit policies now reject connections that are addressed to a•••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 Roger Dingledine2007-11-10
* prepare for 0.2.0.10-alpha-dev•••svn:r12458 Roger Dingledine2007-11-10
* bump to 0.2.0.10-alpha•••svn:r12455 Roger Dingledine2007-11-10
* rescue r12440's changelog entry from a dusty corner•••of the 0.2.0.9-alpha release notes. svn:r12454 Roger Dingledine2007-11-10
* start to fix up the changelog•••svn:r12453 Roger Dingledine2007-11-10
* r16582@catbus: nickm | 2007-11-08 13:14:16 -0500••• Try to bulletproof the parse logic for router-stability. svn:r12441 Nick Mathewson2007-11-08
* r16573@catbus: nickm | 2007-11-08 11:57:16 -0500••• 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 Nick Mathewson2007-11-08
* r16569@catbus: nickm | 2007-11-08 10:51:11 -0500••• More log messages about certificate downloads; try to track down bug 546.2 svn:r12436 Nick Mathewson2007-11-08
* Don't stop fetching descriptors when FetchUselessDescriptors is•••set, even if we stop asking for circuits. Bugfix on 0.1.2.x; reported by tup and ioerror. svn:r12430 Roger Dingledine2007-11-08
* r16550@catbus: nickm | 2007-11-07 16:50:02 -0500••• "And $499 for knowing where to hit it." Fix bug 546. svn:r12425 Nick Mathewson2007-11-07
* r16548@catbus: nickm | 2007-11-07 16:25:36 -0500••• Tidy a ChangeLog entry svn:r12424 Nick Mathewson2007-11-07
* Set up ides (run by Mike Perry) as the third v3 directory authority.•••svn:r12423 Roger Dingledine2007-11-07
* start to muck with the 0.2.0.10-alpha changelog•••svn:r12421 Roger Dingledine2007-11-07
* r16523@catbus: nickm | 2007-11-07 11:35:49 -0500••• Improve "tls error. breaking" message a little. svn:r12411 Nick Mathewson2007-11-07
* r16518@catbus: nickm | 2007-11-07 10:18:31 -0500••• First attempt at fixing bug 543. Needs testing. Too slow. svn:r12408 Nick Mathewson2007-11-07
* r16462@catbus: nickm | 2007-11-06 14:40:58 -0500••• Fix bug 544: do not allow buckets to overflow. Backportable. svn:r12400 Nick Mathewson2007-11-06
* r16459@catbus: nickm | 2007-11-06 13:26:11 -0500••• Fix "0 request for 0 router" message. svn:r12399 Nick Mathewson2007-11-06
* add the other v3 dir bugfixes. my bridge is now working•••again even when my datadir starts empty. phew. svn:r12372 Roger Dingledine2007-11-04
* r14700@tombo: nickm | 2007-11-03 22:29:21 -0400••• Fix sign error in networkstatus_note_certs_arrived(). svn:r12371 Nick Mathewson2007-11-04
* If bridge users set UpdateBridgesFromAuthority, but the digest•••they ask for is a 404 from the bridge authority, they now fall back to trying the bridge directly. svn:r12368 Roger Dingledine2007-11-04