summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2010-09-30Merge branch 'maint-0.2.2'Roger Dingledine
2010-09-29Merge branch 'bug1772' into maint-0.2.2Roger Dingledine
2010-09-29Merge branch 'maint-0.2.2'Roger Dingledine
2010-09-29Merge commit 'mikeperry/bug1739' into maint-0.2.2Roger Dingledine
2010-09-29Merge commit 'mikeperry/bug1740' into maint-0.2.2Roger Dingledine
2010-09-29Add changes file.Mike Perry
2010-09-29Add changes file.Mike Perry
2010-09-29Add changes file.Mike Perry
2010-09-29Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-09-28Remove the has_old_dnsworkers flag.Nick Mathewson
2010-09-28a changelog entry for the entrynodes retry messRoger Dingledine
2010-09-28Merge branch 'maint-0.2.2'Roger Dingledine
2010-09-28Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2010-09-28actually retry bridges when your network goes awayRoger Dingledine
2010-09-28Autodetect the number of CPUs when possible if NumCPUs==0Nick Mathewson
This is needed for IOCP, since telling the IOCP backend about all your CPUs is a good idea. It'll also come in handy with asn's multithreaded crypto stuff, and for people who run servers without reading the manual.
2010-09-28Add a new option to enable/disable IOCP supportNick Mathewson
2010-09-27Code to download, parse, and store microdesc consensusesNick Mathewson
2010-09-27Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
Conflicts: src/or/config.c
2010-09-27the actual changelog entry this timeRoger Dingledine
2010-09-27Fix a bridge segfaultSebastian Hahn
When we enabled support to change statistic options without restarting Tor we forgot to initialize geoip_countries. Fix that.
2010-09-27Merge branch 'bufferevent5'Nick Mathewson
2010-09-27Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-09-27Merge remote branch 'public/bug1954' into maint-0.2.2Nick Mathewson
2010-09-27Add a changes file for buffereventsNick Mathewson
2010-09-27Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-09-27Merge branch 'bug1805' into maint-0.2.2Nick Mathewson
2010-09-27Merge remote branch 'mikeperry/bug1952-merge' into maint-0.2.2Nick Mathewson
2010-09-27Add changelog for bug 1952.Mike Perry
2010-09-27Use autoreconf, not autoconf&&automake&&etc in autogen.shNick Mathewson
The autoreconf tool deals much better with detecting which tools to use on your particular platform, handling cases where your install-sh script gets stable, and lots of other little tricky issues. We still fall back to autoconf&&automake&&etc in the case where "`which autoreconf 2>/dev/null`" says something we can't run. This is the first change of the 0.2.3.x series.
2010-09-24Merge remote branch 'sebastian/continuation'Nick Mathewson
2010-09-23Merge branch 'bug1511'Nick Mathewson
2010-09-23Tweak continuation-and-comment logicNick Mathewson
I think there was a read-off-the-end-of-the-buffer bug that I fixed. At least I added some good comments, I hope.
2010-09-22Merge remote branch 'arma/bug1362'Nick Mathewson
2010-09-21Use load_windows_system_library in place of LoadLibraryNick Mathewson
2010-09-21Merge branch 'bug1789'Nick Mathewson
2010-09-21Bug1789 cleanups suggested by armaNick Mathewson
The significant one is that we look at RelayBandwidthRate if it is set.
2010-09-21log when we finish a circuit after being offlineRoger Dingledine
2010-09-21Merge branch 'bug1956'Nick Mathewson
2010-09-20changelog entry for bug 1943Roger Dingledine
2010-09-20Count unknown authorities as unknown only once, not once per signature.Nick Mathewson
Do not double-report signatures from unrecognized authorities both as "from unknown authority" and "not present". Fixes bug 1956, bugfix on 0.2.2.16-alpha.
2010-09-19Attempt to fix compilation on WindowsSebastian Hahn
Our attempt to make compilation work on old versions of Windows again while keeping wince compatibility broke the build for Win2k+. helix reports this patch fixes the issue for WinXP. Bugfix on 0.2.2.15-alpha; related to bug 1797.
2010-09-16fold in the recent changes filesRoger Dingledine
2010-09-16Change 'bugfix on' line for changes/bug1921.Nick Mathewson
Karsten says: "the ChangeLog should say it's a bugfix on 0.2.2.15-alpha, because enabling stats while Tor is running (which leads to this false log message) is only possible since then." Sounds right enough to me. Tell me if I'm wrong.
2010-09-16Merge remote branch 'sebastian/bug1921'Nick Mathewson
2010-09-16perconnbwrate and perconnbwburst consensus paramsRoger Dingledine
2010-09-16Demote a warn when enabling CellStatisticsSebastian Hahn
When the CellStatistics option is off, we don't store cell insertion times. Doing so would also not be very smart, because there seem to still be some performance issues with this type of statistics. Nothing harmful happens when we don't have insertion times, so we don't need to alarm the user.
2010-09-15Merge branch 'bug1184'Nick Mathewson
2010-09-15Never queue a cell on a marked circuitNick Mathewson
2010-09-14Merge branch 'bug1899'Nick Mathewson
2010-09-14Merge branch 'bug911'Nick Mathewson