summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-31Re-run latest git trunnel to get fix from teor for #13577Nick Mathewson
2014-10-31Merge commit '13298d90a90dc62d21d38f910171c9b57a8f0273'Nick Mathewson
2014-10-30Teach format_changelog.py --blog about drupal <!--break-->Nick Mathewson
2014-10-30Twiddle the format_changelog.py option defaults.Nick Mathewson
2014-10-30New empty changelog sectionNick Mathewson
2014-10-30Bump version to 0.2.6.1-alpha-devNick Mathewson
2014-10-30Clarify 13476 changelog (From sebastian)tor-0.2.6.1-alphaNick Mathewson
2014-10-30Fix a typo in the ChangeLog, spotted by YawningNick Mathewson
2014-10-30Bump version to 0.2.6.1-alphaNick Mathewson
2014-10-30Final(?) tweaks to 0.2.6.1-alpha changelogNick Mathewson
2014-10-30Silence spurious clang warningsteor
Silence clang warnings under --enable-expensive-hardening, including: + implicit truncation of 64 bit values to 32 bit; + const char assignment to self; + tautological compare; and + additional parentheses around equality tests. (gcc uses these to silence assignment, so clang warns when they're present in an equality test. But we need to use extra parentheses in macros to isolate them from other code).
2014-10-29Make 0.2.6.1-alpha ChangeLog prettier.George Kadianakis
2014-10-29Add a draft blurb for 0.2.6.1-alphaNick Mathewson
2014-10-29Reinvoke format_changelog.pyNick Mathewson
Also, tweak it so that it puts major deprecations and requirements early in the changelog.
2014-10-29a few more style fixes for the changelogNick Mathewson
2014-10-29Edit changelog entries for terseness and style.Nick Mathewson
2014-10-29Add in a few more changes entries for 0.2.6.1-alphaNick Mathewson
(Also resort and rewrap)
2014-10-29Track down "bugfix on version" entries for 0.2.6.1-alpha changelogNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
Because in 95 years, we or our successors will surely care about enforcing the BSD license terms on this code. Right?
2014-10-28Adding changes file for 9708.rl1987
2014-10-28Initial version of doc/TUNING.rl1987
2014-10-28Updating message that warns about running out of sockets we can use.rl1987
2014-10-28Fix smartlist_choose_node_by_bandwidth() so that it rejects ORs with BadExit ↵rl1987
flag.
2014-10-28Merge remote-tracking branch 'rl1987/feature10427'Nick Mathewson
2014-10-27Merge remote-tracking branch 'sebastian/bug13286'Nick Mathewson
2014-10-27Start on an 0.2.6.1-alpha changelogNick Mathewson
I concatenated the remaining changes/* files, removed them, made the headings more uniform, then told format_changelog.py to sort, collate, and wrap them.
2014-10-27Remove changes files that have already been merged in release-0.2.5Nick Mathewson
(This means that changes/* is now "everything that changed since 0.2.5.10".)
2014-10-27Teach format_changelog.py to emit HTML.Nick Mathewson
2014-10-27Remove configure option to disable curve25519Sebastian Hahn
By now, support in the network is widespread and it's time to require more modern crypto on all Tor instances, whether they're clients or servers. By doing this early in 0.2.6, we can be sure that at some point all clients will have reasonable support.
2014-10-26Congratulate relay operator when OR is first startedrl1987
When Tor first generates identity keypair, emit a log message that thanks for their participation and points to new Tor relay lifecycle document.
2014-10-26Fix a crash bug introduced in 223d354e3.Nick Mathewson
Arma found this and commented on #11243. Bug not in any released version of Tor.
2014-10-24Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-10-24bump version to 0.2.5.10-devNick Mathewson
2014-10-24Forward-port changelog and release notes for 0.2.5.10Nick Mathewson
2014-10-22Switch new time tests to use SIZEOF_TIME_T, not sizeof(time_t)Nick Mathewson
Otherwise, we get implicit conversion warning on some platforms.
2014-10-23Fix minor typos, two line lengths, and a repeated includeteor
2014-10-22Fix a changes typo spotted by wfnNick Mathewson
2014-10-22Merge remote-tracking branch 'public/bug11824_v2'Nick Mathewson
2014-10-22Merge remote-tracking branch 'public/ticket6938'Nick Mathewson
Conflicts: src/tools/tor-resolve.c
2014-10-21give dist-master an aliasRoger Dingledine
2014-10-21Merge remote-tracking branch 'teor/bug13476-improve-time-handling'Nick Mathewson
2014-10-21Conditionally compile time testing code based on integer sizeteor
2014-10-20Merge remote-tracking branch 'teor/memwipe-more-keys'Nick Mathewson
2014-10-20Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
This is an "ours" merge so we can leave the version in master alone.
2014-10-20bump maint-0.2.5 to 0.2.5.9-rc-devNick Mathewson
2014-10-20Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2014-10-20Whoops, bump the version properly.Nick Mathewson
2014-10-20bump maint-0.2.4 to 0.2.4.25-devNick Mathewson
2014-10-20forward-port the 0.2.4.25 changelog to master changelog and releasenotesNick Mathewson
2014-10-20Use a macro to indicate "The ecdhe group we use by default".Nick Mathewson
This might make Coverity happier about the if statement where we have a default case that's the same as one of the other cases. CID 1248515