Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-27 | Merge branch 'net_refactor' | Nick Mathewson | |
2018-06-27 | Revert "Use the "commands" argument of AC_CONFIG_FILES to make scripts +x" | Nick Mathewson | |
This reverts commit 56c1fbf33f34e010ec33e7660fab3ec3ecb43fc8. | |||
2018-06-27 | Link GetAdaptersAddresses, rather than loading it on-demand. | Nick Mathewson | |
This function has been present since Windows XP. | |||
2018-06-26 | Merge branch 'ticket26439' | Nick Mathewson | |
2018-06-26 | Refactor bloom filter logic not to be digest-specific. | Nick Mathewson | |
Now the address-set code and the digest-set code share the same backend. Closes ticket 26510 | |||
2018-06-26 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-26 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-06-26 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-06-26 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-06-26 | Merge branch 'maint-0.2.9' into maint-0.3.1 | Nick Mathewson | |
2018-06-21 | Use the "commands" argument of AC_CONFIG_FILES to make scripts +x | Nick Mathewson | |
Closes ticket 26439. | |||
2018-06-21 | Prefer recent Python 3 in autoconf. | Nick Mathewson | |
Closes ticket 26372. | |||
2018-06-21 | Merge branch 'mikeperry_bug26214-rebased_squashed' | Nick Mathewson | |
2018-06-21 | Bug 26214: Changes file. | Mike Perry | |
2018-06-21 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-21 | Merge branch 'bug25787_squashed' into maint-0.3.4 | Nick Mathewson | |
2018-06-21 | Revise geoip tests to not require paths of actual geoip config | Nick Mathewson | |
When I wrote the first one of these, it needed the path of the geoip file. But that doesn't translate well in at least two cases: - Mingw, where the compile-time path is /c/foo/bar and the run-time path is c:\foo\bar. - Various CI weirdnesses, where we cross-compile a test binary, then copy it into limbo and expect it to work. Together, these problems precluded these tests running on windows. So, instead let's just generate some minimal files ourselves, and test against them. Fixes bug 25787 | |||
2018-06-21 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-21 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-06-21 | Merge remote-tracking branch 'rl1987/ticket19979_2' | Nick Mathewson | |
2018-06-21 | Fix changes file for memory leak. | Nick Mathewson | |
2018-06-21 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-21 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-06-20 | fix memory leak in protover.c | Roger Dingledine | |
Fix a memory leak where directory authorities would leak a chunk of memory for every router descriptor every time they considered voting. This bug was taking down directory authorities in the live network due to out-of-memory issues. Fixes bug 26435; bugfix on 0.3.3.6. | |||
2018-06-20 | Changes file for logging circularity fixes. | Nick Mathewson | |
2018-06-20 | Remove dmalloc support; closes #26426 | Nick Mathewson | |
Dmalloc hasn't seen a release in over a decade, and there are much better tools to use these days. | |||
2018-06-20 | fix a changes file warning | Nick Mathewson | |
2018-06-20 | Changes file for full_include_paths | Nick Mathewson | |
2018-06-20 | Merge remote-tracking branch 'neel/b25886c' | Nick Mathewson | |
2018-06-20 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-20 | eol@eof in test-dir.c | Nick Mathewson | |
2018-06-20 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-20 | Merge branch 'asn_bug24977_final_squashed' into maint-0.3.4 | Nick Mathewson | |
2018-06-20 | Add changes file for #24977. | George Kadianakis | |
2018-06-20 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-20 | Add changes file | rl1987 | |
2018-06-20 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-19 | Fix compilation of Rust crypto doctests | Taylor Yu | |
The doctests for src/rust/crypto don't compile for multiple reasons, including some missing exports and incorrect identifier paths. Fixes bug 26415; bugfix on 0.3.4.1-alpha. | |||
2018-06-19 | When possible, use RFC5869 HKDF implementation from OpenSSL | rl1987 | |
Also, stop supporting empty HKDF input key material | |||
2018-06-18 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-06-18 | Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a | Nick Mathewson | |
This was already added to LIBTOR_A_SOURCES; it doesn't need to get added again. Fixes bug 26402. Bugfix on 0.3.4.1-alpha. | |||
2018-06-18 | Revert "Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a" | Nick Mathewson | |
This reverts commit 70d91bd059869a0ecf24ceb66942ada4f66f03c9. | |||
2018-06-18 | Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a | Nick Mathewson | |
This was already added to LIBTOR_A_SOURCES; it doesn't need to get added again. Fixes bug 26402. Bugfix on 0.3.4.1-alpha. | |||
2018-06-18 | Merge branch 'split_or_h' | Nick Mathewson | |
2018-06-18 | Changes file for "make clippy" | Nick Mathewson | |
2018-06-17 | Merge remote-tracking branch 'rl1987/bug25477' | Nick Mathewson | |
2018-06-17 | Merge remote-tracking branch 'rl1987/feature8323_squashed2' | Nick Mathewson | |
2018-06-17 | Merge remote-tracking branch 'rl1987/bug26282' | Nick Mathewson | |
2018-06-17 | Merge remote-tracking branch 'github/bug26152_035' | Nick Mathewson | |
2018-06-16 | Make frac_nodes_with_descriptors() take and use for_direct_connect | Neel Chauhan | |