Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-14 | Move buffers.c out of lib/containers to resolve a circularity. | Nick Mathewson | |
2018-11-09 | Merge branch 'subsystems' | Nick Mathewson | |
2018-11-07 | Merge remote-tracking branch 'tor-github/pr/271' | Nick Mathewson | |
2018-11-06 | Merge remote-tracking branch 'tor-github/pr/464' | Nick Mathewson | |
2018-11-05 | Turn "compress" into a subsystem. | Nick Mathewson | |
2018-11-05 | Move monotonic time setup into a subsystem | Nick Mathewson | |
2018-11-05 | Move prefork, postfork, and thread-exit hooks into subsys | Nick Mathewson | |
So far, crypto is the only module that uses them, but others are likely to do so in the future. | |||
2018-11-05 | Add crypto module as a subsystem. | Nick Mathewson | |
2018-11-05 | Move networking startup/cleanup logic into a subsystem. | Nick Mathewson | |
2018-11-05 | Use subsystems manager for subsystems used in tests. | Nick Mathewson | |
2018-11-05 | Move the code that knows our tor version into a lowest-level lib | Nick Mathewson | |
2018-11-05 | In count_acceptable_nodes(), count direct and indirect nodes with ↵ | Neel Chauhan | |
node_has_preferred_descriptor() | |||
2018-11-02 | Update address tests to avoid offending coverity. | Nick Mathewson | |
2018-11-02 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-11-02 | Merge branch 'bug27968_squashed' into maint-0.3.5 | Nick Mathewson | |
2018-11-02 | Sort the imports in test_rebind.py | teor | |
Cleanup after #27968. | |||
2018-11-02 | Make test_rebind.py timeout when waiting for a log message | teor | |
Closes #27968. | |||
2018-11-02 | Refactor test_rebind.py to consistently print FAIL on failure | teor | |
Part of #27968. | |||
2018-11-02 | Avoid a race condition in test_rebind.py | teor | |
If tor terminates due to SIGNAL HALT before test_rebind.py calls tor_process.terminate(), an OSError 3 (no such process) is thrown. Fixes part of bug 27968 on 0.3.5.1-alpha. | |||
2018-11-01 | Add tests for the string_is_utf8_no_bom() function. | George Kadianakis | |
2018-10-31 | Merge branch 'ticket24393_036_01_squashed' | Nick Mathewson | |
2018-10-31 | Add test for nodes_in_same_family() | Neel Chauhan | |
2018-10-31 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-10-31 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-10-31 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-10-31 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-10-31 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-10-31 | Merge branch 'networkstatus_mmap' into networkstatus_mmap_merge | Nick Mathewson | |
2018-10-30 | Merge branch 'maint-0.3.5' | David Goulet | |
2018-10-30 | Merge branch 'tor-github/pr/438' into maint-0.3.5 | David Goulet | |
2018-10-30 | Merge branch 'maint-0.3.5' | David Goulet | |
2018-10-30 | Add test for HiddenServiceAuthorizeClient and v3 onion services | Neel Chauhan | |
2018-10-30 | Merge remote-tracking branch 'tor-github/pr/425' | Nick Mathewson | |
2018-10-30 | Merge branch 'ticket23082_squashed' | Nick Mathewson | |
2018-10-30 | Move a check for trailing colon to tor_inet_pton() | rl1987 | |
That way, string_is_valid_ipv6_address() can benefit from it | |||
2018-10-30 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-10-30 | Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5 | Nick Mathewson | |
2018-10-29 | Only pass `-C default-linker-libraries` with sanitizers | Alex Crichton | |
This'll help retain test compatibility until 1.31.0 is released! | |||
2018-10-25 | Add a couple more checks to test_parsecommon.c | Nick Mathewson | |
These checks should make coverity stop giving us a "dereference before null check" warning here. | |||
2018-10-24 | Fix remaining cases of using consensus without a len parameter. | Nick Mathewson | |
(Thanks to cyberpunks for noting two of them!) | |||
2018-10-24 | Re-alphabetize the list of tests in tests.[ch] | Nick Mathewson | |
2018-10-24 | Merge remote-tracking branch 'tor-github/pr/409' | Nick Mathewson | |
2018-10-23 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-10-23 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-10-23 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-10-23 | Merge remote-tracking branch 'onionk/rust-allsupportednull1' into maint-0.3.3 | Nick Mathewson | |
2018-10-23 | Func rename: Make it clear that update_all_descriptors() does intro points. | George Kadianakis | |
With the new refresh_service_descriptor() function we had both refresh_service_descriptor() and update_service_descriptor() which is basically the same thing. This commit renames update_service_descriptor() to update_service_descriptor_intro_points() to make it clear it's not a generic refresh and it's only about intro points. Commit changes no code. | |||
2018-10-23 | Treat backtrace test failures as expected on most BSD-derived systems | teor | |
Treat backtrace test failures as expected on NetBSD, OpenBSD, and macOS/Darwin, until we solve bug 17808. (FreeBSD failures have been treated as expected since 18204 in 0.2.8.) Fixes bug 27948; bugfix on 0.2.5.2-alpha. | |||
2018-10-20 | Exclude test and a supporting function when evdns_base_get_nameserver_addr() ↵ | rl1987 | |
is not available | |||
2018-10-20 | Unit test for DNS fallback in configure_nameservers | rl1987 | |