Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2015-09-25 | A day has passed.tor-0.2.7.3-rc | Nick Mathewson | |
2015-09-24 | Add test-network.sh to EXTRA_DIST | Nick Mathewson | |
2015-09-24 | Make our digest-mismatch warnings a touch better | Nick Mathewson | |
2015-09-24 | Merge branch 'bug17149' | Nick Mathewson | |
2015-09-24 | Include some content when exporting abs_top_srcdir and builddir | Nick Mathewson | |
FreeBSD make demands this. | |||
2015-09-24 | Put braces around reject-lines for IPv6 addrs | Nick Mathewson | |
Fixes bug 17149; bug not in any released Tor. | |||
2015-09-24 | fold 17148 into changelog | Nick Mathewson | |
2015-09-24 | Add more quotes in the test scripts | Nick Mathewson | |
2015-09-24 | Stop 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-24 | fix tor-fw-helper url | Nick Mathewson | |
2015-09-24 | Changelog: more clarity and fixing | Nick Mathewson | |
2015-09-24 | Increment version. | Nick Mathewson | |
2015-09-24 | Now I have a number here. (Had to use OSX becaue of #17146) | Nick Mathewson | |
2015-09-24 | fold 17135 into changelog | Nick Mathewson | |
2015-09-24 | Merge branch 'underpinning_squashed' | Nick Mathewson | |
2015-09-24 | changes file and manpage entry for AuthDirPinKeys | Nick Mathewson | |
2015-09-24 | Fold new entries into changelog | Nick Mathewson | |