Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-12 | Experimentally decouple the main body of circuit_mark_for_close | Nick Mathewson | |
2015-10-02 | Avoid warnings in tortls.h includes | Nick Mathewson | |
2015-10-02 | Fix a 32-bit error from jenkins | Nick Mathewson | |
2015-10-02 | Fix "make distcheck" | Nick Mathewson | |
2015-10-02 | clean up whitespace | Nick Mathewson | |
2015-10-02 | Fix warnings. | Nick Mathewson | |
2015-10-02 | Merge remote-tracking branch 'twstrike/dir-handle-cmd-get' | Nick Mathewson | |
2015-10-02 | changes file for 17082 | Nick Mathewson | |
2015-10-02 | Fix "make check-spaces" | Nick Mathewson | |
2015-10-02 | Make test_tortls compile without warnings | Nick Mathewson | |
2015-10-02 | Merge remote-tracking branch 'twstrike/tortls_tests' | Nick Mathewson | |
2015-10-02 | Merge remote-tracking branch 'teor/warn-when-time-goes-backwards' | Nick Mathewson | |
2015-10-02 | Merge remote-tracking branch 'teor/routerset-parse-IPv6-literals' | Nick Mathewson | |
(Minor conflicts) | |||
2015-10-02 | Fix a test failure | Nick Mathewson | |
2015-10-02 | Merge remote-tracking branch 'donncha/feature14846_4' | Nick Mathewson | |
2015-10-02 | Fix check-spaces complaints | Nick Mathewson | |
2015-10-02 | Merge remote-tracking branch 'sebastian/bug17026' | Nick Mathewson | |
2015-10-02 | new headers must get distributed | Nick Mathewson | |
2015-10-02 | Clean up compat_libevent tests | Nick Mathewson | |
2015-10-02 | Fix style and compilation in log_test_helpers | Nick Mathewson | |
2015-10-02 | Merge remote-tracking branch 'twstrike/compat_libevent_tests' | Nick Mathewson | |
2015-10-02 | Give test_util_format some succeeding test cases | Nick Mathewson | |
2015-10-02 | Add notes and whitespace fixes to test_util_format | Nick Mathewson | |
2015-10-02 | Merge remote-tracking branch 'twstrike/util_format_tests' | Nick Mathewson | |
2015-10-02 | Ignore OS X .DS_Store files | teor (Tim Wilson-Brown) | |
2015-10-01 | fixup #17188: Add most likely reasons for clock going backwards | teor (Tim Wilson-Brown) | |
Add "You might have an empty clock battery or bad NTP server." | |||
2015-09-30 | Disallow transitions on SyslogIdentityTag, since they do not work right | Nick Mathewson | |
2015-09-30 | Document syslog_identity_tag for add_syslog_log | Peter Palfrader | |
2015-09-30 | Add SyslogIdentityTag | Peter 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-30 | Remove comment about a workaround for libevent versions we no longer work ↵ | Nick Mathewson | |
around. Fixes 16647 | |||
2015-09-30 | Warn when the system clock is set back in time | teor (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-29 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-09-29 | fix compilation; mark test fns static | Nick Mathewson | |
2015-09-29 | Add a README for the trunnel directory | Nick Mathewson | |
2015-09-29 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-09-29 | Fix past changelog spelling again! | Nick Mathewson | |
2015-09-29 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-09-29 | go back in time to fix a changelog entry. Fix for 17165 | Nick Mathewson | |
2015-09-29 | Socks->SOCKS in torrcs. Fixes 15609 | Nick Mathewson | |
2015-09-29 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-09-29 | Add checks and unit tests for get_interface_address* failure | teor (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-29 | get_interface_address6_list(): Bring back a return code check | Fabian 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-29 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-09-29 | Changes file for bug17154 | Nick Mathewson | |
2015-09-29 | No spaces around = in variable assignment | Marcin 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-29 | Add changes file for bug17151 | Nick Mathewson | |
2015-09-29 | FreeBSD needs -lexecinfo to get backtrace() | Marcin Cieślak | |
2015-09-29 | Skip tests if backtrace support not compiled-in | Marcin Cieślak | |
FreeBSD needs -lexecinfo to fully support backtrace reporting. | |||
2015-09-25 | Bump master to 0.2.8.0-alpha-dev | Nick Mathewson | |
2015-09-25 | Bump to 0.2.7.3-rc-dev | Nick Mathewson | |