aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs.c
AgeCommit message (Expand)Author
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
2015-05-18Fix some compilation warningsNick Mathewson
2015-05-14Test: add unit test for rend_data_t object and functionsDavid Goulet
2015-05-14Test: fix HS_DESC to expect descriptor IDDavid Goulet
2015-05-14Add missing descriptor ID to HS_DESC control eventDavid Goulet
2015-04-21Test: fix HSFETCH control command with latest changeDavid Goulet
2015-04-21Control: unbolt rend_data from HS desc eventDavid Goulet
2015-04-21Control: add HS_DESC_CONTENT eventDavid Goulet
2015-02-18Combine test_helpers.[ch] and testhelper.[ch]Nick Mathewson
2015-02-11Merge branch 'bug12844'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-16Adding REASON field to HS_DESC FAILED controller event.rl1987
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-15Use coccinelle scripts to clean up our unit testsNick Mathewson
2014-09-15Write some unittests for Tor2webRendezvousPoints.George Kadianakis
2014-02-06fix longname returned in HS_DESC control eventsQingping Hou
2014-02-03Clean up test_hs.c: warning fix; tor_free() usage.Nick Mathewson
2014-01-29add test case for hidden service async eventsQingping Hou