summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-24forward-port the 0.2.8.7 changelogtor-0.2.9.2-alphaRoger Dingledine
2016-08-24and also make that fix in the ReleaseNotesRoger Dingledine
2016-08-24fix typo and possible confusion in changelog entryRoger Dingledine
2016-08-24make check-spaces fixesNick Mathewson
2016-08-24ReleaseNotes updateNick Mathewson
2016-08-24Roger points out that most people do not set UpdateBridgesFromAuthorityNick Mathewson
2016-08-24Merge branch 'maint-0.2.8'Nick Mathewson
2016-08-24Bump to 0.2.8.7Nick Mathewson
2016-08-24Bump to 0.2.9.2-alphaNick Mathewson
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-24Fix path selection on firewalled clientsteor
Signed-off-by: teor <teor2345@gmail.com>
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-24Replace Tonga with Bifroest.Isis Lovecruft
* FIXES #19728: https://bugs.torproject.org/19728 * CLOSES #19690: https://bugs.torproject.org/19690
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-23Fix some comments in sandbox.cNick Mathewson
Closes ticket 19942; patch from "cypherpunks"
2016-08-23changes file for bug 17758Nick Mathewson
2016-08-23Merge remote-tracking branch 'jigsaw/fix-17758'Nick Mathewson
2016-08-23Merge remote-tracking branch 'jigsaw/fix-15381'Nick Mathewson
2016-08-23Use tor_assert, not assert.Nick Mathewson
2016-08-23Merge branch 'bug13953_squashed'Nick Mathewson
2016-08-23Reword the router_check_descriptor_address_port_consistency log messageteor
The new message covers static and dynamic public IPv4 addresses, and external / internal addresses in NAT setups.
2016-08-23Merge remote-tracking branch 'asn/bug19872_v2'Nick Mathewson
2016-08-23Introduce ed25519_{sign,checksig}_prefixed functions().George Kadianakis
2016-08-22Add two new packagers.Nick Mathewson
Also, stop implying that Roger still does all the source releases.
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-19Log a warning when Testing options are deprecated.Nick Mathewson
2016-08-19Add comments to explain when things were deprecatedNick Mathewson
2016-08-19Changes file for deprecation features from #19820Nick Mathewson
2016-08-19Merge remote-tracking branch 'public/deprecation_v2'Nick Mathewson
2016-08-19Rename free_voting_schedule to voting_schedule_free. Wrap line. Follow if ↵Nick Mathewson
convention.
2016-08-19Merge remote-tracking branch 'jigsaw/fix-19562'Nick 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-16Added a voting_schedule_free function to free voting schedules.Daniel Pinto
Existing Uses of the tor_free function on voting schedules were replaced with voting_schedule_free. Fixes #19562.
2016-08-16Fixes inconsistent version prefix in log messages.Daniel Pinto
Fixes #15381.
2016-08-16Prevents negative number of written bytes on error message.Daniel Pinto
Fixes #17758.
2016-08-16Check parameters to router_check_descriptor_address_port_consistencyteor
2016-08-16Refactor duplicate code in router_check_descriptor_address_consistencyteor
No behaviour change
2016-08-15Make log message clearers7r
Longer and more explicit log message so we don't confuse users with behind NAT with working configurations and state that public IP addresses only should be provided with "Address", won't work with internal addresses.
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.