Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-30 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2010-09-29 | Merge branch 'bug1772' into maint-0.2.2 | Roger Dingledine | |
2010-09-29 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2010-09-29 | Merge commit 'mikeperry/bug1739' into maint-0.2.2 | Roger Dingledine | |
2010-09-29 | Merge commit 'mikeperry/bug1740' into maint-0.2.2 | Roger Dingledine | |
2010-09-29 | Add changes file. | Mike Perry | |
2010-09-29 | Add changes file. | Mike Perry | |
2010-09-29 | Add changes file. | Mike Perry | |
2010-09-29 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2010-09-28 | Remove the has_old_dnsworkers flag. | Nick Mathewson | |
2010-09-28 | a changelog entry for the entrynodes retry mess | Roger Dingledine | |
2010-09-28 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2010-09-28 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2010-09-28 | actually retry bridges when your network goes away | Roger Dingledine | |
2010-09-28 | Autodetect the number of CPUs when possible if NumCPUs==0 | Nick 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-28 | Add a new option to enable/disable IOCP support | Nick Mathewson | |
2010-09-27 | Code to download, parse, and store microdesc consensuses | Nick Mathewson | |
2010-09-27 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: src/or/config.c | |||
2010-09-27 | the actual changelog entry this time | Roger Dingledine | |
2010-09-27 | Fix a bridge segfault | Sebastian Hahn | |
When we enabled support to change statistic options without restarting Tor we forgot to initialize geoip_countries. Fix that. | |||
2010-09-27 | Merge branch 'bufferevent5' | Nick Mathewson | |
2010-09-27 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2010-09-27 | Merge remote branch 'public/bug1954' into maint-0.2.2 | Nick Mathewson | |
2010-09-27 | Add a changes file for bufferevents | Nick Mathewson | |
2010-09-27 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2010-09-27 | Merge branch 'bug1805' into maint-0.2.2 | Nick Mathewson | |
2010-09-27 | Merge remote branch 'mikeperry/bug1952-merge' into maint-0.2.2 | Nick Mathewson | |
2010-09-27 | Add changelog for bug 1952. | Mike Perry | |
2010-09-27 | Use autoreconf, not autoconf&&automake&&etc in autogen.sh | Nick 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-24 | Merge remote branch 'sebastian/continuation' | Nick Mathewson | |
2010-09-23 | Merge branch 'bug1511' | Nick Mathewson | |
2010-09-23 | Tweak continuation-and-comment logic | Nick 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-22 | Merge remote branch 'arma/bug1362' | Nick Mathewson | |
2010-09-21 | Use load_windows_system_library in place of LoadLibrary | Nick Mathewson | |
2010-09-21 | Merge branch 'bug1789' | Nick Mathewson | |
2010-09-21 | Bug1789 cleanups suggested by arma | Nick Mathewson | |
The significant one is that we look at RelayBandwidthRate if it is set. | |||
2010-09-21 | log when we finish a circuit after being offline | Roger Dingledine | |
2010-09-21 | Merge branch 'bug1956' | Nick Mathewson | |
2010-09-20 | changelog entry for bug 1943 | Roger Dingledine | |
2010-09-20 | Count 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-19 | Attempt to fix compilation on Windows | Sebastian 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-16 | fold in the recent changes files | Roger Dingledine | |
2010-09-16 | Change '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-16 | Merge remote branch 'sebastian/bug1921' | Nick Mathewson | |
2010-09-16 | perconnbwrate and perconnbwburst consensus params | Roger Dingledine | |
2010-09-16 | Demote a warn when enabling CellStatistics | Sebastian 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-15 | Merge branch 'bug1184' | Nick Mathewson | |
2010-09-15 | Never queue a cell on a marked circuit | Nick Mathewson | |
2010-09-14 | Merge branch 'bug1899' | Nick Mathewson | |
2010-09-14 | Merge branch 'bug911' | Nick Mathewson | |