aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs.c
AgeCommit message (Expand)Author
2018-06-29Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-29Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-29Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-06-23Fix potential memory leak in test_hs_auth_cookies().Alexander Færøy
2018-04-22Repair the legacy_hs/pick_tor2web_rendezvous_node unit testNick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2017-12-05hs-v3: Implement HS_DESC REQUESTED eventDavid Goulet
2017-12-05control: Rename two HS v2 specific functionsDavid Goulet
2017-12-05control: Refactor HS_DESC events functions to not be v2 specificDavid Goulet
2017-08-24Ensure that `make check-spaces` is happy.Alexander Færøy
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24apply ahf's test_assert_int.cocciNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-07-28Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-28Fix an unreachable memory leak in the unit testsNick Mathewson
2017-07-13prop224: Add hs_config.{c|h} with a refactoringDavid Goulet
2017-07-05Add test that parses a hardcoded v2 descriptor.George Kadianakis
2017-05-03control: Fix NULL pointer access in HS desc eventDavid Goulet
2017-04-13hs: Make the service list pruning function publicDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-21test: Add unit test for prune_services_on_reload()David Goulet
2016-12-11Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-09test: fix memory leak in single onion poisoningDavid Goulet
2016-12-05Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-03Move a comment in test_single_onion_poisoningteor
2016-12-03Add a missing return value check in test_single_onion_poisoningteor
2016-12-03Remove a double-free in test_single_onion_poisoningteor
2016-12-03Refactor poison_dir allocation and free in test_single_onion_poisoningteor
2016-12-02Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-02test_single_onion_poisoning: Free dir[12] on all pathsNick Mathewson
2016-12-01Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-01Stop ignoring hidden service key anonymity when first starting torteor
2016-12-01Update unit tests for 20484, 20529teor
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04Make check-spaces happy :)George Kadianakis
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-11-02Test single onion service configs where the directory does not existteor
2016-11-02Use check_private_dir in test_single_onion_poisoningteor
2016-09-14Ensure that dir1 and dir2 are freed at the end of poisoning testNick Mathewson
2016-09-13Replace OnionService* with HiddenService* in option namesteor
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-05-09Merge branch 'feature15588_squashed'Nick Mathewson
2016-05-09Move rend auth cookie en-/decoding to a functionJohn Brooks
2016-02-27Update the copyright year.Nick Mathewson
2015-08-18Refactor our logic for sending events to controllersNick Mathewson
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-28There sure are a lot of these in test_hs.c. CID 1301385Nick Mathewson
2015-05-28Another test_hs leak. CID 1301383.Nick Mathewson
2015-05-28Memory leak in test_hs_rend_dataNick Mathewson