aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-12Experimentally decouple the main body of circuit_mark_for_closeNick Mathewson
2015-10-02Avoid warnings in tortls.h includesNick Mathewson
2015-10-02Fix a 32-bit error from jenkinsNick Mathewson
2015-10-02Fix "make distcheck"Nick Mathewson
2015-10-02clean up whitespaceNick Mathewson
2015-10-02Fix warnings.Nick Mathewson
2015-10-02Merge remote-tracking branch 'twstrike/dir-handle-cmd-get'Nick Mathewson
2015-10-02changes file for 17082Nick Mathewson
2015-10-02Fix "make check-spaces"Nick Mathewson
2015-10-02Make test_tortls compile without warningsNick Mathewson
2015-10-02Merge remote-tracking branch 'twstrike/tortls_tests'Nick Mathewson
2015-10-02Merge remote-tracking branch 'teor/warn-when-time-goes-backwards'Nick Mathewson
2015-10-02Merge remote-tracking branch 'teor/routerset-parse-IPv6-literals'Nick Mathewson
(Minor conflicts)
2015-10-02Fix a test failureNick Mathewson
2015-10-02Merge remote-tracking branch 'donncha/feature14846_4'Nick Mathewson
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-10-01fixup #17188: Add most likely reasons for clock going backwardsteor (Tim Wilson-Brown)
Add "You might have an empty clock battery or bad NTP server."
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-30Warn when the system clock is set back in timeteor (Tim Wilson-Brown)
Warn when the state file was last written in the future. Tor doesn't know that consensuses have expired if the clock is in the past. Patch by "teor". Implements ticket #17188.
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