aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_service.c
AgeCommit message (Expand)Author
2019-10-09Merge remote-tracking branch 'tor-github/pr/1399'Nick Mathewson
2019-10-08test: New behavior on IP retry for HSv3Neel Chauhan
2019-10-08hs-v3: Do not remove intro point if circuit existsDavid Goulet
2019-10-08Fix flapping of test_service_intro_point() unittest.George Kadianakis
2019-08-28Merge branch 'ticket31240v2' into ticket31240v2_merged_2Nick Mathewson
2019-08-28Refactor config free logic to use a single path.Nick Mathewson
2019-08-23Remove the unused circuit_type field from hs_ident_circuit_t and hs_ident_cir...Neel Chauhan
2019-06-28Coverity: fix test issues with always-present 'service' var.Nick Mathewson
2019-05-16hs tests: explicitly free 'service' variable.Nick Mathewson
2019-05-08Merge branch 'tor-github/pr/1000'David Goulet
2019-05-03Hiding crypt_path_t: Change code to use the privatization macro.George Kadianakis
2019-05-03Revert "Hiding crypt_path_t: Create a constructor for crypt_path_t."George Kadianakis
2019-05-03Hiding crypt_path_t: Trivial changes to satisfy check-local.George Kadianakis
2019-05-03Hiding crypt_path_t: Create a constructor for crypt_path_t.George Kadianakis
2019-05-03Hiding crypt_path_t: Fixup broken unittests.George Kadianakis
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-03-12hs: abolish hs_desc_link_specifier_tteor
2019-01-31hs: Onion services put IPv6 addresses in service descriptorsteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-11Fix a typorl1987
2019-01-11Fix CID 1442277rl1987
2018-12-17Fix null-pointer-deref warning from scan-build in test_hs_service.cNick Mathewson
2018-12-17Fix dead assignment warning in test_hs_service.cNick Mathewson
2018-10-23Func rename: Make it clear that update_all_descriptors() does intro points.George Kadianakis
2018-10-16Merge branch 'maint-0.3.4'Nick Mathewson
2018-10-16test: Update approx_time before the test startsDavid Goulet
2018-10-14Merge branch 'bug27772_squashed'Nick Mathewson
2018-10-14Fix various GCC LTO warnings in the unit tests.Nick Mathewson
2018-10-01Remove versions.h include from routerparse.hNick Mathewson
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-21Merge remote-tracking branch 'ahf-github/asn/bugs4700_2'Nick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-15Add proxy headers as early as possible.Alexander Færøy
2018-09-15Change HiddenServiceExportCircuitID to take a string parameter: the protocol.Alexander Færøy
2018-09-15Encode the 32-bit Global Identifier as 2 x 16-bit in the IPv6 address.Alexander Færøy
2018-09-15Add unittest for HiddenServiceExportCircuitID.George Kadianakis
2018-09-10test: Fix coverity CID 1439130David Goulet
2018-09-07test: HS v3 client auth is config equal functionSuphanat Chunhapanya
2018-09-07test: HS v3 building a descriptor with client authSuphanat Chunhapanya
2018-09-07test: HS v3 loading client auth keys service sideSuphanat Chunhapanya
2018-08-29router: Keep RSA onion public key in ASN.1 formatDavid Goulet
2018-07-30Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-25Merge branch 'bug26627_033' into bug26627_033_merged_masterteor
2018-07-25Stop putting unsupported ed25519 link auth in v3 onion service descsteor
2018-07-17Merge branch 'bug25552_ope_squashed'Nick Mathewson
2018-07-17Remove now useless rev counter state file code.George Kadianakis
2018-07-17Fix up some unittests by being more careful with the local time.George Kadianakis
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Extract or_state_t to its own header.Nick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson