aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_common.c
AgeCommit message (Expand)Author
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-22Rename node_has_descriptor() to node_has_any_descriptor()Nick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-01-24Extract protover summary flags into a new structureNick Mathewson
2018-01-03Fix some shadowed-global warnings.Nick Mathewson
2017-12-20Update the unit tests to reflect the change of 24425Nick Mathewson
2017-10-31test: Fix voting schedule for hs_common.cDavid Goulet
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15test: Make check-spaces happyDavid Goulet
2017-09-15test: Unit test for the hs indexesDavid Goulet
2017-09-15prop224 test: Enrich the client_service_hsdir_set_sync() test.George Kadianakis
2017-09-14prop224 client-side: Start validating onion address pubkeys.George Kadianakis
2017-09-12Clear up dead-assignment warnings from scan-buildNick Mathewson
2017-09-11test: Fix memleaksDavid Goulet
2017-09-08test: Test that client picks the right HSDir for service.George Kadianakis
2017-09-08prop224: hs_time_between_tp_and_srv() -> hs_in_period_between_tp_and_srv()George Kadianakis
2017-09-08test: Add an HS v3 reachability unit testDavid Goulet
2017-09-08prop224: Make client and service pick same HSDirDavid Goulet
2017-09-08prop224: Expand the overlap period concept to be a full SRV protocol runDavid Goulet
2017-09-08prop224: Use fetch and store HSDir indexes.David Goulet
2017-08-30prop224: Clear list of prev hsdirs before we upload all descs.George Kadianakis
2017-08-30prop224 test: Improve desc_reupload_logic() test with more nodes.George Kadianakis
2017-08-30prop224 test: Simplify interface for adding nodes to hash ring.George Kadianakis
2017-08-28prop224: Add test that exposes the #23343 bug.George Kadianakis
2017-08-25prop224: Refactor descriptor reupload logic.George Kadianakis
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-08-24prop224: Refactor rendclient.c to use the new hsdir_req code.George Kadianakis
2017-08-19prop224: Refactor parse_extended_hostname() to parse v3 addrs.George Kadianakis
2017-08-19prop224: Improve descriptor reupload logic.George Kadianakis
2017-08-19test: Improve get_responsible_hsdirs test.George Kadianakis
2017-08-11test: Fix memory leak in test_hs_common.cDavid Goulet
2017-08-11test: Fix hs common test for WindowsDavid Goulet
2017-08-09fix another 32-bit warningNick Mathewson
2017-08-08Start caching disaster SRV values.George Kadianakis
2017-08-08Fix the build_hs_index() function.George Kadianakis
2017-08-08prop224 tests: Better HS time period tests.George Kadianakis
2017-08-08prop224 tests: Better HS address tests.George Kadianakis
2017-08-08Improve documentation all around the codebase.George Kadianakis
2017-08-08prop224: Refactor the overlap function to not use absolute time.George Kadianakis
2017-08-08prop224: Compute start time of next time period.George Kadianakis
2017-08-08test: Add test_hs_common unit testsDavid Goulet