Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-31 | Re-run latest git trunnel to get fix from teor for #13577 | Nick Mathewson | |
2014-10-31 | Merge commit '13298d90a90dc62d21d38f910171c9b57a8f0273' | Nick Mathewson | |
2014-10-30 | Teach format_changelog.py --blog about drupal <!--break--> | Nick Mathewson | |
2014-10-30 | Twiddle the format_changelog.py option defaults. | Nick Mathewson | |
2014-10-30 | New empty changelog section | Nick Mathewson | |
2014-10-30 | Bump version to 0.2.6.1-alpha-dev | Nick Mathewson | |
2014-10-30 | Clarify 13476 changelog (From sebastian)tor-0.2.6.1-alpha | Nick Mathewson | |
2014-10-30 | Fix a typo in the ChangeLog, spotted by Yawning | Nick Mathewson | |
2014-10-30 | Bump version to 0.2.6.1-alpha | Nick Mathewson | |
2014-10-30 | Final(?) tweaks to 0.2.6.1-alpha changelog | Nick Mathewson | |
2014-10-30 | Silence spurious clang warnings | teor | |
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-29 | Make 0.2.6.1-alpha ChangeLog prettier. | George Kadianakis | |
2014-10-29 | Add a draft blurb for 0.2.6.1-alpha | Nick Mathewson | |
2014-10-29 | Reinvoke format_changelog.py | Nick Mathewson | |
Also, tweak it so that it puts major deprecations and requirements early in the changelog. | |||
2014-10-29 | a few more style fixes for the changelog | Nick Mathewson | |
2014-10-29 | Edit changelog entries for terseness and style. | Nick Mathewson | |
2014-10-29 | Add in a few more changes entries for 0.2.6.1-alpha | Nick Mathewson | |
(Also resort and rewrap) | |||
2014-10-29 | Track down "bugfix on version" entries for 0.2.6.1-alpha changelog | Nick Mathewson | |
2014-10-28 | Add 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-28 | Adding changes file for 9708. | rl1987 | |
2014-10-28 | Initial version of doc/TUNING. | rl1987 | |
2014-10-28 | Updating message that warns about running out of sockets we can use. | rl1987 | |
2014-10-28 | Fix smartlist_choose_node_by_bandwidth() so that it rejects ORs with BadExit ↵ | rl1987 | |
flag. | |||
2014-10-28 | Merge remote-tracking branch 'rl1987/feature10427' | Nick Mathewson | |
2014-10-27 | Merge remote-tracking branch 'sebastian/bug13286' | Nick Mathewson | |
2014-10-27 | Start on an 0.2.6.1-alpha changelog | Nick 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-27 | Remove changes files that have already been merged in release-0.2.5 | Nick Mathewson | |
(This means that changes/* is now "everything that changed since 0.2.5.10".) | |||
2014-10-27 | Teach format_changelog.py to emit HTML. | Nick Mathewson | |
2014-10-27 | Remove configure option to disable curve25519 | Sebastian 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-26 | Congratulate relay operator when OR is first started | rl1987 | |
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-26 | Fix 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-24 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-10-24 | bump version to 0.2.5.10-dev | Nick Mathewson | |
2014-10-24 | Forward-port changelog and release notes for 0.2.5.10 | Nick Mathewson | |
2014-10-22 | Switch 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-23 | Fix minor typos, two line lengths, and a repeated include | teor | |
2014-10-22 | Fix a changes typo spotted by wfn | Nick Mathewson | |
2014-10-22 | Merge remote-tracking branch 'public/bug11824_v2' | Nick Mathewson | |
2014-10-22 | Merge remote-tracking branch 'public/ticket6938' | Nick Mathewson | |
Conflicts: src/tools/tor-resolve.c | |||
2014-10-21 | give dist-master an alias | Roger Dingledine | |
2014-10-21 | Merge remote-tracking branch 'teor/bug13476-improve-time-handling' | Nick Mathewson | |
2014-10-21 | Conditionally compile time testing code based on integer size | teor | |
2014-10-20 | Merge remote-tracking branch 'teor/memwipe-more-keys' | Nick Mathewson | |
2014-10-20 | Merge 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-20 | bump maint-0.2.5 to 0.2.5.9-rc-dev | Nick Mathewson | |
2014-10-20 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2014-10-20 | Whoops, bump the version properly. | Nick Mathewson | |
2014-10-20 | bump maint-0.2.4 to 0.2.4.25-dev | Nick Mathewson | |
2014-10-20 | forward-port the 0.2.4.25 changelog to master changelog and releasenotes | Nick Mathewson | |
2014-10-20 | Use 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 |