aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir.c
AgeCommit message (Expand)Author
2018-07-18Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-18Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-18Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-07-18Add a test for format_recommended_version_list.Nick Mathewson
2018-06-24Add some casts to get test_dir.c compiling on windows.Nick Mathewson
2018-06-20eol@eof in test-dir.cNick Mathewson
2018-05-10Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-05-10Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-05-10Merge branch 'maint-0.3.3'Nick Mathewson
2018-05-10Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-05-09Test read bandwidth measurements with empty filejuga0
2018-05-08Merge branch 'bug26004_029_squashed'Nick Mathewson
2018-05-08Allow bandwidth-file lines to have node_id in the last positionjuga0
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-01vote: Move dirvote_recalculate_timing() to voting_schedule.cDavid Goulet
2018-05-01Merge remote-tracking branch 'dgoulet/ticket25610_034_01-squashed'Nick Mathewson
2018-04-30Merge remote-tracking branch 'github/ticket23354'Nick Mathewson
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-22Remove MIN_METHOD_FOR_{SHARED_RANDOM,EXCLUDING_INVALID_NODES}Nick Mathewson
2018-04-22Remove MIN_METHOD_FOR and MIN_METHOD_FOR_A_LINESNick Mathewson
2018-04-22Disable consensus methods before 25.Nick Mathewson
2018-04-22Rename find_dl_schedule to find_dl_min_delay.Nick Mathewson
2018-04-22Change the type of "download schedule" from smartlist to int.Nick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-03-03Merge branch 'ticket23814' into maint-0.3.3Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-25Remove all the old max_delay logic.Nick Mathewson
2018-01-25Remove the old ("deterministic") download schedule.Nick Mathewson
2018-01-03In networkstatus_consensus_has_ipv6 test, use approx_time()Nick Mathewson
2017-12-12Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-12Make sure bridges are definitely running before delaying directory fetchesteor
2017-12-11Run the download_status_increment test in a forked process.Nick Mathewson
2017-12-11fixup! Add networkstatus_consensus_has_ipv6() and unit teststeor
2017-12-11Add networkstatus_consensus_has_ipv6() and unit teststeor
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Switch to a safer FREE_AND_NULL implementationNick Mathewson
2017-12-05Implement the various get_foodir_*() functions.Nick Mathewson
2017-11-22Stop checking cached bridge descriptors for usable bridgesteor
2017-11-17Make all the free() functions from container.h clear their targetsNick Mathewson
2017-11-08Merge branch 'bug23816_029_squashed' into maint-0.3.2Nick Mathewson
2017-11-08Replace our random-exponential-delay algorithm.Nick Mathewson
2017-10-31test: Initialize the voting schedule in test_dir.cDavid Goulet
2017-09-20Unit test to make sure that our platform string is parseableNick Mathewson
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-12Fix warnings about passing uninitialized buffers into functionsNick Mathewson
2017-09-12Clear up dead-assignment warnings from scan-buildNick Mathewson
2017-09-12Make clients wait to refresh bridges when they have a recent descriptorteor
2017-08-24Ensure that `make check-spaces` is happy.Alexander Færøy
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson