index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
hs
Age
Commit message (
Expand
)
Author
2019-08-26
hs-v3: Clarify comment in hs_dos.c
David Goulet
2019-08-26
hs-v3: Log info INTRO2 DoS defenses service values
David Goulet
2019-08-26
hs-v3: Missing intro circuit INTRO2 DoS enabled flag
David Goulet
2019-08-26
hs-v3: Privatize access to HS DoS consensus param
David Goulet
2019-08-26
hs-v3: Cleanup usage of consensus param in hs_dos.c
David Goulet
2019-08-26
hs-v3: Move to hs_dos.c INTRO2 defenses initialization
David Goulet
2019-08-26
test: Build DoS cell extension
David Goulet
2019-08-26
hs-v3: Don't apply DoS defenses if circuit has not been flagged
David Goulet
2019-08-26
hs-v3: Parse ESTABLISH_INTRO cell extension
David Goulet
2019-08-26
hs-v3: Encode DoS ESTABLISH_INTRO cell extension
David Goulet
2019-08-26
hs-v3: Rename INTRO2 consensus param getters
David Goulet
2019-08-26
hs-v3: Implement torrc DoS defenses options
David Goulet
2019-08-06
hs-v3: Rename HS DoS default defines
David Goulet
2019-08-06
dos: Update HS intro circuits if parameters change
David Goulet
2019-08-06
hs-v3: Add enable/disable HS DoS introduce parameter
David Goulet
2019-08-06
hs-v3: Add consensus parameters for DoS defenses
David Goulet
2019-08-06
hs: Limit the amount of relayed INTRODUCE2
David Goulet
2019-07-23
Merge branch 'ticket24963_042_02'
Nick Mathewson
2019-07-23
Allow NULL circ->p_chan in circuit_is_suitable_for_introduce1()
Nick Mathewson
2019-06-19
hs: Disallow single hop client circuit when introducing
David Goulet
2019-06-19
hs-v3: Close intro circuits when cleaning client cache
David Goulet
2019-06-05
Merge remote-tracking branch 'tor-github/pr/1076'
Nick Mathewson
2019-06-05
Revert "hs: Implement a helper to repurpose a circuit"
Mike Perry
2019-06-05
Add missing newline after decode_intro_points() closing bracket
Neel Chauhan
2019-06-05
Run "make autostyle."
Nick Mathewson
2019-06-05
Merge remote-tracking branch 'tor-github/pr/1053'
Nick Mathewson
2019-05-29
hs: Implement a helper to repurpose a circuit
David Goulet
2019-05-22
Merge remote-tracking branch 'dgoulet/ticket30454_035_01'
Nick Mathewson
2019-05-22
Merge remote-tracking branch 'nickm/ticket30454_034_01_squashed' into ticket3...
David Goulet
2019-05-15
fix typos, whitespace, comments
Roger Dingledine
2019-05-15
Merge branch 'maint-0.4.0'
George Kadianakis
2019-05-15
Merge branch 'tor-github/pr/1013' into maint-0.4.0
George Kadianakis
2019-05-10
Don't pass a NULL into a %s when logging client auth file load failure
Nick Mathewson
2019-05-10
Merge branch 'tor-github/pr/973'
George Kadianakis
2019-05-08
Merge branch 'tor-github/pr/1000'
David Goulet
2019-05-03
Revert "Hiding crypt_path_t: Create a constructor for crypt_path_t."
George Kadianakis
2019-05-03
Hiding crypt_path_t: Rename some functions to fit the crypt_path API.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Create a constructor for crypt_path_t.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Move init functions to crypt_path.c.
George Kadianakis
2019-04-30
Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()
Nick Mathewson
2019-04-24
hs_config: Allow Tor to be configured as an IPv6-only v3 single onion service
teor
2019-04-24
Add firewall_choose_address_ls() and hs_get_extend_info_from_lspecs() tests
Neel Chauhan
2019-04-24
Use fascist_firewall_choose_address_ls() in hs_get_extend_info_from_lspecs()
Neel Chauhan
2019-04-23
Rename outvar to follow _out convention.
Nick Mathewson
2019-04-23
Merge remote-tracking branch 'tor-github/pr/935'
Nick Mathewson
2019-04-19
Initialize rate_limited in hs_pick_hsdir() to false
Neel Chauhan
2019-04-19
Only set rate_limited in hs_pick_hsdir() if rate_limited_count or responsible...
Neel Chauhan
2019-04-19
Make rate_limited and is_rate_limited a bool
Neel Chauhan
2019-04-11
Make repeated/rate limited HSFETCH queries fail with QUERY_RATE_LIMITED
Neel Chauhan
2019-04-05
crypto_format: Remove the return value from ed25519_signature_to_base64()
teor
[next]