summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-02Fix check-spaces complaintsNick Mathewson
2015-10-02Merge remote-tracking branch 'sebastian/bug17026'Nick Mathewson
2015-10-02new headers must get distributedNick Mathewson
2015-10-02Clean up compat_libevent testsNick Mathewson
2015-10-02Fix style and compilation in log_test_helpersNick Mathewson
2015-10-02Merge remote-tracking branch 'twstrike/compat_libevent_tests'Nick Mathewson
2015-10-02Give test_util_format some succeeding test casesNick Mathewson
2015-10-02Add notes and whitespace fixes to test_util_formatNick Mathewson
2015-10-02Merge remote-tracking branch 'twstrike/util_format_tests'Nick Mathewson
2015-10-02Ignore OS X .DS_Store filesteor (Tim Wilson-Brown)
2015-09-30Disallow transitions on SyslogIdentityTag, since they do not work rightNick Mathewson
2015-09-30Document syslog_identity_tag for add_syslog_logPeter Palfrader
2015-09-30Add SyslogIdentityTagPeter Palfrader
When logging to syslog, allow a tag to be added to the syslog identity ("Tor"), i.e. the string prepended to every log message. The tag can be configured by setting SyslogIdentityTag and defaults to none. Setting it to "foo" will cause logs to be tagged as "Tor-foo". Closes: #17194.
2015-09-30Remove comment about a workaround for libevent versions we no longer work ↵Nick Mathewson
around. Fixes 16647
2015-09-29Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-09-29fix compilation; mark test fns staticNick Mathewson
2015-09-29Add a README for the trunnel directoryNick Mathewson
2015-09-29Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-09-29Fix past changelog spelling again!Nick Mathewson
2015-09-29Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-09-29go back in time to fix a changelog entry. Fix for 17165Nick Mathewson
2015-09-29Socks->SOCKS in torrcs. Fixes 15609Nick Mathewson
2015-09-29Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-09-29Add checks and unit tests for get_interface_address* failureteor (Tim Wilson-Brown)
Ensure that either a valid address is returned in address pointers, or that the address data is zeroed on error. Ensure that free_interface_address6_list handles NULL lists. Add unit tests for get_interface_address* failure cases. Fixes bug #17173. Patch by fk/teor, not in any released version of tor.
2015-09-29get_interface_address6_list(): Bring back a return code checkFabian Keil
... that was removed by 31eb486c46 which first appeared in 0.2.7.3-rc. If tor is running in a ElectroBSD (or FreeBSD) jail it can't get any IP addresses that aren't assigned to the jail by looking at the interfaces and (by design) the get_interface_address6_via_udp_socket_hack() fallback doesn't work either. The missing return code check resulted in tor_addr_is_internal() complaining about a "non-IP address of type 49", due to reading uninitialised memory. Fixes #17173.
2015-09-29Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-09-29Changes file for bug17154Nick Mathewson
2015-09-29No spaces around = in variable assignmentMarcin Cieślak
BSD make takes spaces around = literally and produces a "TESTING_TOR_BINARY " variable with a trailing space, which leads to test_keygen.sh failure. Fixes 17154
2015-09-29Add changes file for bug17151Nick Mathewson
2015-09-29FreeBSD needs -lexecinfo to get backtrace()Marcin Cieślak
2015-09-29Skip tests if backtrace support not compiled-inMarcin Cieślak
FreeBSD needs -lexecinfo to fully support backtrace reporting.
2015-09-25Bump master to 0.2.8.0-alpha-devNick Mathewson
2015-09-25Bump to 0.2.7.3-rc-devNick Mathewson
2015-09-25A day has passed.tor-0.2.7.3-rcNick Mathewson
2015-09-24Add test-network.sh to EXTRA_DISTNick Mathewson
2015-09-24Make our digest-mismatch warnings a touch betterNick Mathewson
2015-09-24Merge branch 'bug17149'Nick Mathewson
2015-09-24Include some content when exporting abs_top_srcdir and builddirNick Mathewson
FreeBSD make demands this.
2015-09-24Put braces around reject-lines for IPv6 addrsNick Mathewson
Fixes bug 17149; bug not in any released Tor.
2015-09-24fold 17148 into changelogNick Mathewson
2015-09-24Add more quotes in the test scriptsNick Mathewson
2015-09-24Stop trying to generate test scripts via autoconf substitution.Nick Mathewson
Use environment variables instead. This repairs 'make distcheck', which was running into trouble when it tried to chmod the generated scripts. Fixes 17148.
2015-09-24fix tor-fw-helper urlNick Mathewson
2015-09-24Changelog: more clarity and fixingNick Mathewson
2015-09-24Increment version.Nick Mathewson
2015-09-24Now I have a number here. (Had to use OSX becaue of #17146)Nick Mathewson
2015-09-24fold 17135 into changelogNick Mathewson
2015-09-24Merge branch 'underpinning_squashed'Nick Mathewson
2015-09-24changes file and manpage entry for AuthDirPinKeysNick Mathewson
2015-09-24Fold new entries into changelogNick Mathewson