summaryrefslogtreecommitdiff
path: root/src/test/test_hs_client.c
AgeCommit message (Expand)Author
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Move extend_info_t into its own header.Nick Mathewson
2018-06-15Extract networkstatus_t and ..sr_info_t into their own headersNick Mathewson
2018-06-15Split socks_request_t into its own header.Nick Mathewson
2018-06-15Extract cpath_build_state into its own header.Nick Mathewson
2018-06-15Extract crypt_path_t and relay_crypto_t into their own headersNick Mathewson
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
2018-06-15Split dir_connection_t into its own headerNick Mathewson
2018-06-15Split entry and edge_connection_t into their own headers.Nick Mathewson
2018-05-01coverage: Repeat the test for avoiding failed intro pointsNick Mathewson
2018-03-17Extract the cryptographic parts of crypt_path_t and or_circuit_t.Nick Mathewson
2017-12-08Rename connection_free_ to connection_free_minimal.Nick Mathewson
2017-12-08Update free functions into macros: src/or/ part 1Nick Mathewson
2017-10-03test: Add an HS v3 descriptor fetch unit testDavid Goulet
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15fixup! test: Add HS v3 client-side test for picking intro pointsDavid Goulet
2017-09-15test: Add HS v3 client-side test for picking intro pointsGeorge Kadianakis
2017-09-12clang scan-build: Fix "dereference of null pointer" warningsNick Mathewson
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-07-07Fix a couple of clang warningsNick Mathewson
2017-07-07Hide crypto_digest_t again and use an accessor for tests.George Kadianakis
2017-07-07Explicit length checks in create_rend_cpath().George Kadianakis
2017-07-07test: Add client-side unittests for e2e rend circuits.George Kadianakis