aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-08-12
|\
| * Fix possible segmentation fault on directory authorities.Karsten Loesing2009-08-11
| | | | | | | | | | | | The more verbose logs that were added in ee58153 also include a string that might not have been initialized. This can lead to segfaults, e.g., when setting up private Tor networks. Initialize this string with NULL.
* | Merge branch 'maint-0.2.1'Roger Dingledine2009-08-10
|\|
| * Send sendmes when we're down 100 cells, not 101.Roger Dingledine2009-08-10
| | | | | | | | | | | | | | | | | | Send circuit or stream sendme cells when our window has decreased by 100 cells, not when it has decreased by 101 cells. Bug uncovered by Karsten when testing the "reduce circuit window" performance patch. Bugfix on the 54th commit on Tor -- from July 2002, before the release of Tor 0.0.0. This is the new winner of the oldest-bug prize.
* | Merge branch 'maint-0.2.1' into tmp_mergeRoger Dingledine2009-08-10
|\|
| * Set up urras as the seventh v3 directory authority.Roger Dingledine2009-08-10
| |
* | LetsKillNoConnect removes support for .noconnectJacob Appelbaum2009-08-08
| | | | | | | | | | This is a patch to remove support for .noconnect. We are removing .noconnect because of a talk at Defcon 17 by Gregory Fleischer.
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-07-30
|\| | | | | | | | | | | | | Resolved onflicts in: ChangeLog src/or/config.c src/or/or.h
| * credit optimist for the bug 1038 diagnosisRoger Dingledine2009-07-28
| | | | | | | | also bring the release notes up to date
| * Fix a signed/unsigned compile warning in 0.2.1.19Roger Dingledine2009-07-28
| |
* | Merge branch 'maint-0.2.1' into masterRoger Dingledine2009-07-28
|\|
| * bump to 0.2.1.19Roger Dingledine2009-07-28
| |
| * Changing MaxAdvertisedBW may not need a republishSebastian Hahn2009-07-27
| | | | | | | | | | | | | | Relays no longer publish a new server descriptor if they change their MaxAdvertisedBandwidth config option but it doesn't end up changing their advertised bandwidth numbers. Bugfix on 0.2.0.28-rc; fixes bug 1026. Patch from Sebastian.
| * Write fingerprint to file and log without spacesRoger Dingledine2009-07-27
| | | | | | | | | | Now it will look like the fingerprints in our bridges documentation, and confuse fewer users.
| * Don't leak memory if we get too many create cellsRoger Dingledine2009-07-27
| | | | | | | | | | | | | | Specifically, every time we get a create cell but we have so many already queued that we refuse it. Bugfix on 0.2.0.19-alpha; fixes bug 1034. Reported by BarkerJr.
| * three hacks to workaround bug 1038Roger Dingledine2009-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that clients and hidden services are receiving relay_early cells, and they tear down the circuit. Hack #1 is for rendezvous points to rewrite relay_early cells to relay cells. That way there are never any incoming relay_early cells. Hack #2 is for clients and hidden services to never send a relay_early cell on an established rendezvous circuit. That works around rendezvous points that haven't upgraded yet. Hack #3 is for clients and hidden services to not tear down the circuit when they receive an inbound relay_early cell. We already refuse extend cells at clients.
* | Merge commit 'ioerror/DirFetchInfoExtraEarly'Nick Mathewson2009-07-25
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | Add support for a new option: FetchDirInfoExtraEarlyJacob Appelbaum2009-07-13
| | | | | | | | | | | | | | | | | | | | | This new option will allow clients to download the newest fresh consensus much sooner than they normally would do so, even if they previously set FetchDirInfoEarly. This includes a proper ChangeLog entry and an updated man page.
* | | clean up the 0.2.2.1-alpha changelog entryRoger Dingledine2009-07-24
| | |
* | | Merge branch 'maint-0.2.1' into masterRoger Dingledine2009-07-24
|\ \ \ | | |/ | |/|
| * | add a changelog entry for the upcoming 0.2.1.18Roger Dingledine2009-07-24
| | |
| * | add blurbs for recent release candidatesRoger Dingledine2009-07-24
| | |
* | | Merge branch 'dirreq-timing'Nick Mathewson2009-07-16
|\ \ \
| * | | Some tweaks to statistics.Karsten Loesing2009-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to directory request statistics: - Rename GEOIP statistics to DIRREQ statistics, because they now include more than only GeoIP-based statistics, whereas other statistics are GeoIP-dependent, too. - Rename output file from geoip-stats to dirreq-stats. - Add new config option DirReqStatistics that is required to measure directory request statistics. - Clean up ChangeLog. Also ensure that entry guards statistics have access to a local GeoIP database.
| * | | Directories now also measure download times of network statuses.Karsten Loesing2009-07-15
| | | |
* | | | Allow interval and memunit cfg variables to be set to fractions.Nick Mathewson2009-07-15
|/ / /
* | | Merge commit 'karsten/geoipstats-shares-master'Nick Mathewson2009-07-14
|\ \ \
| * | | Estimate v2 and v3 shares as mean values over measurement interval.Karsten Loesing2009-07-04
| | | |
* | | | List unresolved requests in geoip stats as country '??'.Karsten Loesing2009-07-09
| |_|/ |/| |
* | | Merge commit 'karsten/entrystats-master'Nick Mathewson2009-07-07
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.in src/or/config.c src/or/or.h
| * | | If configured, write entry-node statistics to disk periodically.Karsten Loesing2009-07-05
| |/ /
* | | Merge commit 'karsten/bufferstats-master'Nick Mathewson2009-07-07
|\ \ \
| * | | If configured, write cell statistics to disk periodically.Karsten Loesing2009-07-05
| |/ /
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-07-07
|\ \ \ | |/ / |/| / | |/ | | | | | | | | Conflicts: ChangeLog configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h
| * Make "Invalid onion hostname" msg respect SafeLogging.Nick Mathewson2009-07-07
| | | | | | | | Patch by Roger; fixes bug 1027.
* | If configured, write per-port exit statistics to disk periodically.Karsten Loesing2009-07-02
| | | | | | | | [Original patch series from Karsten, revised and squashed by Nick]
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-07-02
|\| | | | | | | | | [Didn't take Karsten's full bug 1024 workaround, since 0.2.2 doesn't use v0 rend descs.]
| * Revise 0.2.1.17-rc changelog.Roger Dingledine2009-07-02
| |
| * Make an attempt to fix bug 1024.Karsten Loesing2009-07-02
| | | | | | | | | | | | | | | | | | | | | | | | The internal error "could not find intro key" occurs when we want to send an INTRODUCE1 cell over a recently finished introduction circuit and think we built the introduction circuit with a v2 hidden service descriptor, but cannot find the introduction key in our descriptor. My first guess how we can end up in this situation is that we are wrong in thinking that we built the introduction circuit based on a v2 hidden service descriptor. This patch checks if we have a v0 descriptor, too, and uses that instead.
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-30
|\|
| * and give the bug 969 fixes a changelogRoger Dingledine2009-06-30
| |
| * stop capping bandwidths we see in the consensusRoger Dingledine2009-06-25
| | | | | | | | | | but continue capping bandwidths we see in local server descriptors, if we have no consensus weights for them.
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-24
|\|
| * Added ChangeLog entry for control port fixMarcus Griep2009-06-24
| |
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-22
|\|
| * add a changelog entry: clients use bw in consensusRoger Dingledine2009-06-22
| |
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-22
|\| | | | | | | | | Conflicts: ChangeLog
| * Serve DirPortFrontPage even if the write bucket is low.Nick Mathewson2009-06-22
| | | | | | | | | | | | | | | | | | arma's rationale: "I think this is a bug, since people intentionally set DirPortFrontPage, so they really do want their relay to serve that page when it's asked for. Having it appear only sometimes (or roughly never in Sebastian's case) makes it way less useful." Fixes bug 1013; bugfix on 0.2.1.8-alpha.
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-20
|\|
| * Bump version to 0.2.1.16-rcNick Mathewson2009-06-20
| |