summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2012-06-15Merge remote-tracking branch 'public/xxx023'Nick Mathewson
2012-06-15Check the correct consensus before giving it to the clientNick Mathewson
Previously, a directory would check the latest NS consensus for having the signatures the client wanted, and use that consensus's valid_until time to set the HTTP lifetime. With this patch, the directory looks at NS consensus or the microdesc consensus, depending on what the client asked for.
2012-06-15Change a silent ignore-the-bug in microdesc.c to a LOG_INFONick Mathewson
I don't believe this bug occurs, but there was an XXX023 to make sure it doesn't.
2012-06-15Move tor_gettimeofday_cached() into compat_libeventNick Mathewson
2012-06-15Refactor GETINFO process/descriptor-limitNick Mathewson
Previously it duplicated some getrlimit code and content from compat.c; now it doesn't.
2012-06-15Merge remote-tracking branch 'public/bug5932'Nick Mathewson
2012-06-15Downgrade log messages about cbt enabled/disabled. Bug 6169.Nick Mathewson
2012-06-15fold in next changes itemsRoger Dingledine
2012-06-15Expand on bug5458 changes fileNick Mathewson
2012-06-14Add a changes file for bug5458.Mike Perry
2012-06-14Document --hush; fix documentation for --quiet.Nick Mathewson
2012-06-14Merge remote-tracking branch 'asn-mytor/bug5589_take2'Nick Mathewson
2012-06-14Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis
The warning message of validate_pluggable_transports_config() is superseded by the changes in the warning message of connection_or_connect() when the proxy credentials can't be found.
2012-06-14fold in further changes filesRoger Dingledine
2012-06-13Merge remote-tracking branch 'public/bug4663'Nick Mathewson
2012-06-13Add change file for bug 5049Andrea Shepard
2012-06-13Merge branch 'bug5263_023'Nick Mathewson
2012-06-13Add changes file for bug5263Nick Mathewson
2012-06-13Merge branch 'bug4744_squashed'Nick Mathewson
2012-06-13Implement the client side of proposal 198Nick Mathewson
This is a feature removal: we no longer fake any ciphersuite other than the not-really-standard SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA (0xfeff). This change will let servers rely on our actually supporting what we claim to support, and thereby let Tor migrate to better TLS ciphersuites. As a drawback, Tor instances that use old openssl versions and openssl builds with ciphers disabled will no longer give the "firefox" cipher list.
2012-06-13Merge remote-tracking branch 'public/bug3940_redux'Nick Mathewson
2012-06-13Merge remote-tracking branch 'public/bug5210'Nick Mathewson
2012-06-13Fix another clang compile warningSebastian Hahn
We forgot this when we fixed 5969.
2012-06-13Fix integer overflow in cell stats spotted by atagar.Karsten Loesing
Fixes #5849.
2012-06-13Merge branch 'maint-0.2.2'Roger Dingledine
2012-06-13Update to the June 2012 GeoIP database.Karsten Loesing
Manually removed range 0.116.0.0 to 0.119.255.255 which Maxmind says is assigned to AT. This is very likely a bug in their database, because 0.0.0.0/8 is a reserved range.
2012-06-12Add a warning for using HTTPProxy with no other proxy.Nick Mathewson
From what I can tell, this configuration is usually a mistake, and leads people to think that all their traffic is getting proxied when in fact practically none of it is. Resolves the issue behind "bug" 4663.
2012-06-12fold in changes files so farRoger Dingledine
2012-06-11Merge branch 'bug5452'Nick Mathewson
2012-06-11Call bug5452 fix a feature; note its trac number in the changes fileNick Mathewson
2012-06-11Add change file for 5452Andrea Shepard
2012-06-11Merge remote-tracking branch 'public/bug4592'Nick Mathewson
2012-06-11Merge remote-tracking branch 'public/bug5598'Nick Mathewson
Conflicts: doc/tor.1.txt Conflict was on a formatting issue in the manpage.
2012-06-11Merge branch 'bug6097'Nick Mathewson
2012-06-11Merge branch 'bug2865'Nick Mathewson
2012-06-08changes file and whitespace fix for bug5235 patchNick Mathewson
2012-06-07Correct the defaults for the *Statistics optionsNick Mathewson
2012-06-07Merge remote-tracking branch 'arma/bug3886'Nick Mathewson
Conflicts: src/or/dirserv.c
2012-06-07Downgrade an eventdns warning to PROTOCOL_WARN.Nick Mathewson
2012-06-07Fix mingw build with -DUNICODE -D_UNICODENick Mathewson
This is a very blunt fix, and mostly just turns some func() calls into FuncA() to make things build again. Fixes bug 6097.
2012-06-07Be more careful calling wcstombsNick Mathewson
The function is not guaranteed to NUL-terminate its output. It *is*, however, guaranteed not to generate more than two bytes per multibyte character (plus terminating nul), so the general approach I'm taking is to try to allocate enough space, AND to manually add a NUL at the end of each buffer just in case I screwed up the "enough space" thing. Fixes bug 5909.
2012-06-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-06-07Send a CRLF at the end of a STATUS_* event, not in the middle of itRobert Ransom
Fixes bug 6094; bugfix on commit 3a9351b57e528b1d0bd2e72bcf78db7c91b2ff8f.
2012-06-06Change the default for DynamicDHGroups to 0Nick Mathewson
This feature can make Tor relays less identifiable by their use of the mod_ssl DH group, but at the cost of some usability (#4721) and bridge tracing (#6087) regressions. We should try to turn this on by default again if we find that the mod_ssl group is uncommon and/or we move to a different DH group size (see #6088). Before we can do so, we need a fix for bugs #6087 and Resolves ticket #5598 for now.
2012-06-05start folding in the changes filesRoger Dingledine
2012-06-05Merge branch 'bug5603'Nick Mathewson
2012-06-05Changes file for bug 5603Nick Mathewson
2012-06-05Merge remote-tracking branch 'public/getfilesize_64'Nick Mathewson
Conflicts: src/common/compat.c The getfilesize change conflicted with the removal of file_handle from the windows tor_mmap_t.
2012-06-05Revert "Disable (Cell,DirReq,Entry,ExitPort)Statistics on bridges"Nick Mathewson
This reverts commit 981e896dd2eaf69798bb503c271306ee779dd6d2. Apparently Karsten still needs DirReqStatistics for bridges; see
2012-06-05Merge remote-tracking branch 'public/bug3894'Nick Mathewson