summaryrefslogtreecommitdiff
path: root/src/feature/hs
AgeCommit message (Expand)Author
2019-08-26hs-v3: Clarify comment in hs_dos.cDavid Goulet
2019-08-26hs-v3: Log info INTRO2 DoS defenses service valuesDavid Goulet
2019-08-26hs-v3: Missing intro circuit INTRO2 DoS enabled flagDavid Goulet
2019-08-26hs-v3: Privatize access to HS DoS consensus paramDavid Goulet
2019-08-26hs-v3: Cleanup usage of consensus param in hs_dos.cDavid Goulet
2019-08-26hs-v3: Move to hs_dos.c INTRO2 defenses initializationDavid Goulet
2019-08-26test: Build DoS cell extensionDavid Goulet
2019-08-26hs-v3: Don't apply DoS defenses if circuit has not been flaggedDavid Goulet
2019-08-26hs-v3: Parse ESTABLISH_INTRO cell extensionDavid Goulet
2019-08-26hs-v3: Encode DoS ESTABLISH_INTRO cell extensionDavid Goulet
2019-08-26hs-v3: Rename INTRO2 consensus param gettersDavid Goulet
2019-08-26hs-v3: Implement torrc DoS defenses optionsDavid Goulet
2019-08-06hs-v3: Rename HS DoS default definesDavid Goulet
2019-08-06dos: Update HS intro circuits if parameters changeDavid Goulet
2019-08-06hs-v3: Add enable/disable HS DoS introduce parameterDavid Goulet
2019-08-06hs-v3: Add consensus parameters for DoS defensesDavid Goulet
2019-08-06hs: Limit the amount of relayed INTRODUCE2David Goulet
2019-07-23Merge branch 'ticket24963_042_02'Nick Mathewson
2019-07-23Allow NULL circ->p_chan in circuit_is_suitable_for_introduce1()Nick Mathewson
2019-06-19hs: Disallow single hop client circuit when introducingDavid Goulet
2019-06-19hs-v3: Close intro circuits when cleaning client cacheDavid Goulet
2019-06-05Merge remote-tracking branch 'tor-github/pr/1076'Nick Mathewson
2019-06-05Revert "hs: Implement a helper to repurpose a circuit"Mike Perry
2019-06-05Add missing newline after decode_intro_points() closing bracketNeel Chauhan
2019-06-05Run "make autostyle."Nick Mathewson
2019-06-05Merge remote-tracking branch 'tor-github/pr/1053'Nick Mathewson
2019-05-29hs: Implement a helper to repurpose a circuitDavid Goulet
2019-05-22Merge remote-tracking branch 'dgoulet/ticket30454_035_01'Nick Mathewson
2019-05-22Merge remote-tracking branch 'nickm/ticket30454_034_01_squashed' into ticket3...David Goulet
2019-05-15fix typos, whitespace, commentsRoger Dingledine
2019-05-15Merge branch 'maint-0.4.0'George Kadianakis
2019-05-15Merge branch 'tor-github/pr/1013' into maint-0.4.0George Kadianakis
2019-05-10Don't pass a NULL into a %s when logging client auth file load failureNick Mathewson
2019-05-10Merge branch 'tor-github/pr/973'George Kadianakis
2019-05-08Merge branch 'tor-github/pr/1000'David Goulet
2019-05-03Revert "Hiding crypt_path_t: Create a constructor for crypt_path_t."George Kadianakis
2019-05-03Hiding crypt_path_t: Rename some functions to fit the crypt_path API.George Kadianakis
2019-05-03Hiding crypt_path_t: Create a constructor for crypt_path_t.George Kadianakis
2019-05-03Hiding crypt_path_t: Move init functions to crypt_path.c.George Kadianakis
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-24hs_config: Allow Tor to be configured as an IPv6-only v3 single onion serviceteor
2019-04-24Add firewall_choose_address_ls() and hs_get_extend_info_from_lspecs() testsNeel Chauhan
2019-04-24Use fascist_firewall_choose_address_ls() in hs_get_extend_info_from_lspecs()Neel Chauhan
2019-04-23Rename outvar to follow _out convention.Nick Mathewson
2019-04-23Merge remote-tracking branch 'tor-github/pr/935'Nick Mathewson
2019-04-19Initialize rate_limited in hs_pick_hsdir() to falseNeel Chauhan
2019-04-19Only set rate_limited in hs_pick_hsdir() if rate_limited_count or responsible...Neel Chauhan
2019-04-19Make rate_limited and is_rate_limited a boolNeel Chauhan
2019-04-11Make repeated/rate limited HSFETCH queries fail with QUERY_RATE_LIMITEDNeel Chauhan
2019-04-05crypto_format: Remove the return value from ed25519_signature_to_base64()teor