summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-16Move dirclient-related functions out of dirserv, and reenable themNick Mathewson
2020-01-16Add a changes file for disabling the dircache code.Nick Mathewson
2020-01-16Disable feature/dircache files when dircache module is disabled.Nick Mathewson
2020-01-16Use dir_conn_clear_spool() in connection.c.Nick Mathewson
2020-01-16Move dirserv_get_routerdescs() to control_getinfo.cNick Mathewson
2020-01-16Move dir_split_resource_into_spoolable() to dircache module.Nick Mathewson
2020-01-16Define a "dircache" module.Nick Mathewson
2020-01-16Merge branch 'maint-0.4.2'teor
2020-01-16Merge branch 'maint-0.4.1' into maint-0.4.2teor
2020-01-16Merge branch 'maint-0.4.0' into maint-0.4.1teor
2020-01-16Merge branch 'maint-0.3.5' into maint-0.4.0teor
2020-01-16Merge remote-tracking branch 'tor-github/pr/1513' into maint-0.3.5teor
2020-01-15Don't escape the bridge distribution value.Alexander Færøy
2020-01-16add_c_file: Fix "control line not preceded by a blank line"teor
2020-01-16add_c_file: Rename variables based on the type of pathteor
2020-01-16add_c_file: Simplify some usage of srcdir_file()teor
2020-01-16add_c_file: Document the paths used by each part of the scriptteor
2020-01-16add_c_file: Improve path handling and canonicalisationteor
2020-01-16add_c_file: tolerate ./ in filenames.Nick Mathewson
2020-01-16add_c_file: handle adding to the end of a list correctly.Nick Mathewson
2020-01-15Remove "hyphae" as a known value for BridgeDistribution.Alexander Færøy
2020-01-15Merge remote-tracking branch 'tor-github/pr/1657'Nick Mathewson
2020-01-15Lowercase BridgeDistribution value before adding it to the descriptor.Alexander Færøy
2020-01-15Make BridgeDistribution setting validator case-insensitive.Alexander Færøy
2020-01-15Always escape BridgeDistribution value from torrc in descriptors.Alexander Færøy
2020-01-15Tell static analyzer that having ntservice functions not exist is okNick Mathewson
2020-01-15compat_compiler: add a macro to prevent coverity deadcode warnings.Nick Mathewson
2020-01-16Merge remote-tracking branch 'tor-github/pr/1661'teor
2020-01-15Merge remote-tracking branch 'tor-github/pr/1634'teor
2020-01-15Merge branch 'pr1599_squashed'teor
2020-01-15practracker: Wrap long lines in the test scriptteor
2020-01-15practracker: Test practracker exit statusteor
2020-01-15practracker: Fail tests if any process exits unexpectedlyteor
2020-01-15practracker: Capture stderr output in test_practracker.shteor
2020-01-15scripts/git: Improve branch list commentsteor
2020-01-15scripts/git: Fix git-merge-forward after removing 0.2.9teor
2020-01-14Merge branch 'tor-github/pr/1633'David Goulet
2020-01-14Merge branch 'ticket32892_043_01_squashed'Nick Mathewson
2020-01-14chan: Remove dead var cell handler from channel_tDavid Goulet
2020-01-14Replace an assertion with a check-and-logNick Mathewson
2020-01-14Merge remote-tracking branch 'tor-github/pr/1636'Nick Mathewson
2020-01-14Merge branch 'ticket32883'Nick Mathewson
2020-01-14Merge branch 'ticket32825_squashed'Nick Mathewson
2020-01-14changes file for 32825Nick Mathewson
2020-01-14Rename UTIL_TEST_NO_WIN to reflect intentNick Mathewson
2020-01-14Merge remote-tracking branch 'tor-github/pr/1659'Nick Mathewson
2020-01-14Merge branch 'tor-github/pr/1656'George Kadianakis
2020-01-14Merge branch 'maint-0.4.2'teor
2020-01-14practracker: print a notice to stderr when disabledteor
2020-01-13Deprecate the ClientAutoIPv6ORPort optionNeel Chauhan