aboutsummaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2016-08-24Parse *Port flags NoDNSRequest, NoOnionTraffic & OnionTrafficOnlyteor (Tim Wilson-Brown)
OnionTrafficOnly is equivalent to NoDNSRequest, NoIPv4Traffic, and NoIPv6Traffic. Add unit tests for parsing and checking option validity. Add documentation for each flag to the man page. Add changes file for all of #18693. Parsing only: the flags do not change client behaviour (yet!)
2016-08-24Add last two entries (I hope) to 0292-alpha changelogNick Mathewson
2016-08-24Merge branch 'maint-0.2.8'Nick Mathewson
2016-08-24Changes file for bug19973Nick Mathewson
2016-08-24Merge branch 'maint-0.2.8'Nick Mathewson
2016-08-24Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson
2016-08-24Changes file for bifroestNick Mathewson
2016-08-23Merge the rest of the changes into the 0.2.9.2-alpha changelogNick Mathewson
2016-08-23fix 8625 description a littleNick Mathewson
2016-08-23Start 0.2.9.2-alpha changelog, fix some lintchanges issuesNick Mathewson
2016-08-23changes file for bug 17758Nick Mathewson
2016-08-23Merge branch 'bug13953_squashed'Nick Mathewson
2016-08-22Merge branch 'maint-0.2.8'Nick Mathewson
2016-08-22Do not pass NULL to log(%s) in dir_server_new.Nick Mathewson
This bug had existed since 0.2.4.7-alpha, but now that we have FallbackDirs by default, it actually matters. Fixes bug 19947; bugfix on 0.2.4.7-alpha or maybe 0.2.8.1-alpha. Rubiate wrote the patch; teor wrote the changes file.
2016-08-19Changes file for deprecation features from #19820Nick Mathewson
2016-08-19Merge remote-tracking branch 'public/bug19466'Nick Mathewson
2016-08-19Merge branch 'maint-0.2.8'Nick Mathewson
2016-08-19Merge branch 'bug19903_028_v2' into maint-0.2.8Nick Mathewson
2016-08-19Avoid confusing GCC 4.2.1 by saying "int foo()... inline int foo() {...}"Nick Mathewson
Fixes bug 19903; bugfix on 0.2.8.1-alpha.
2016-08-12Fix a missing :: in an IPv6 addr in the documentationNick Mathewson
Closes 19743.
2016-08-12Fix quite a few slow memory leaks in config.cNick Mathewson
This bug was introduced in 8bbbbaf87b5ab3c when we added a separate or_options_free() function but didn't start using it everywhere. Fixes bug 19466.
2016-08-12Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson
2016-08-12Fix issue in 19168 changes fileNick Mathewson
This is an implementation-defined-behavior issue, not an undefined-behavior issue.
2016-08-12Fix integer overflows in the conversion tablescypherpunks
2016-08-12Merge remote-tracking branch 'andrea/bug8625_prod'Nick Mathewson
2016-08-12Merge branch 'maint-0.2.8'Nick Mathewson
2016-08-12Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson
2016-08-12Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2016-08-12Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2016-08-12Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2016-08-12Update geoip and geoip6 to the August 2 2016 database.Karsten Loesing
2016-08-11Only use evutil_secure_rng_add_bytes() when present.Nick Mathewson
OpenBSD removes this function, and now that Tor requires Libevent 2, we should also support the OpenBSD Libevent 2. Fixes bug 19904; bugfix on 0.2.5.4-alpha.
2016-08-11Fix a bug in the old-gcc version of ENABLE_GCC_WARNINGNick Mathewson
Fixes bug 19901; bugfix on 0.2.9.1-alpha.
2016-08-10Changes file for bug 8625Andrea Shepard
2016-08-02changes file for 19450Nick Mathewson
2016-08-02Start work on an 0.2.9.1-alpha changelogNick Mathewson
(sort, fold, and reflow.)
2016-08-02Remaining lintChanges fixesNick Mathewson
2016-08-02Fix most lintChanges warningsNick Mathewson
(Also remove changes/bug19530 since it was a bugfix on no released version)
2016-08-02Remove the changes files already merged in Tor 0.2.8.6Nick Mathewson
2016-07-29Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-29Remove a fallback that was on the hardcoded list, then opted-outteor (Tim Wilson-Brown)
The fallback was added in 0.2.8.2-alpha.
2016-07-28Merge branch 'bug18902_squashed'Nick Mathewson
2016-07-26Merge branch 'bug19639_squashed'Nick Mathewson
2016-07-26Check that extend_info_from_router is never called on a clientteor (Tim Wilson-Brown)
2016-07-26Changes file for feature 19116teor (Tim Wilson-Brown)
2016-07-26Merge remote-tracking branch 'teor/bug19702'Nick Mathewson
2016-07-26Tweaks on 19435 fix:Nick Mathewson
* Raise limit: 16k isn't all that high. * Don't log when limit exceded; log later on. * Say "over" when we log more than we say we log. * Add target version to changes file
2016-07-26Fix integer overflow in the rate-limiter (#19435).Ivan Markin
2016-07-19Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-19Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson