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
/
hs_circuit.c
Age
Commit message (
Expand
)
Author
2023-05-24
token_bucket_ctr: replace 32-bit wallclock time with monotime
Micah Elizabeth Scott
2023-05-10
hs_pow: Modify challenge format, include blinded HS id
Micah Elizabeth Scott
2023-05-10
hs_pow: add per-circuit effort information to control port
Micah Elizabeth Scott
2023-05-10
hs_pow: always give other events a chance to run between rend requests
Micah Elizabeth Scott
2023-05-10
hs_pow: modified approach to pqueue level thresholds
Micah Elizabeth Scott
2023-05-10
hs_pow: review feedback, use MAX for max_trimmed_effort
Micah Elizabeth Scott
2023-05-10
hs_pow: Lower several logs from notice to info
Micah Elizabeth Scott
2023-05-10
hs_pow: client side effort adjustment
Micah Elizabeth Scott
2023-05-10
hs_pow: leak fix, free the contents of pqueue entries in hs_pow_free_service_...
Micah Elizabeth Scott
2023-05-10
hs_pow: stop having a "minimum effort", and let PoW effort start low
Micah Elizabeth Scott
2023-05-10
hs_pow: Make proof-of-work support optional in configure
Micah Elizabeth Scott
2023-05-10
hs_pow: Rate limited dequeue
Micah Elizabeth Scott
2023-05-10
hs_metrics: Proof of Work pqueue depth, suggested effort
Micah Elizabeth Scott
2023-05-10
update_suggested_effort: avoid assert if the pqueue has emptied
Micah Elizabeth Scott
2023-05-10
Implement AIMD effort estimation.
Mike Perry
2023-05-10
Replace the constant bottom-half rate with handled count.
Mike Perry
2023-05-10
Make the thing compile.
Mike Perry
2023-05-10
sort pqueue ties by time-added
Roger Dingledine
2023-05-10
rate-limit low-effort rendezvous responses
Roger Dingledine
2023-05-10
make the rend_pqueue_cb event be postloop
Roger Dingledine
2023-05-10
track how many in-flight hs-side rend circs
Roger Dingledine
2023-05-10
we were sorting our pqueue the wrong way
Roger Dingledine
2023-05-10
bump up some log messages for easier debugging
Roger Dingledine
2023-05-10
new design for handling too many pending rend reqs
Roger Dingledine
2023-05-10
pass time around as a parameter
Roger Dingledine
2023-05-10
hs: Maximum rend request and trimming of the queue
David Goulet
2023-05-10
hs: Handle multiple rend request per mainloop run
David Goulet
2023-05-10
hs: Priority queue for rendezvous requests
David Goulet
2023-05-10
hs: Move rendezvous circuit data structure
David Goulet
2023-05-10
hs: Client now solve PoW if present
David Goulet
2023-03-07
metrics: Add a `reason` label to the HS error metrics.
Gabriela Moldovan
2023-02-16
metrics: Add metrics for rendezvous and introduction request failures.
Gabriela Moldovan
2022-10-26
Merge remote-tracking branch 'tor-gitlab/mr/638'
David Goulet
2022-10-24
hs: Retry rdv circuit if repurposed
David Goulet
2022-10-19
hs: Retry service rendezvous on circuit close
David Goulet
2022-10-19
circ: Get rid of hs_circ_has_timed_out
David Goulet
2022-03-16
hs: Helper function to setup congestion control
David Goulet
2022-03-16
hs: Transfer ccontrol from circuit to cpath
David Goulet
2022-02-23
Properly initialize the cc_enabled field in hs intro data.
Mike Perry
2022-02-22
Use path type hint for Vegas queue parameters.
Mike Perry
2022-02-22
hs: Setup congestion control on service rends using intro data
David Goulet
2022-02-22
hs: Build INTRODUCE extension in the encrypted section
David Goulet
2022-02-22
trunnel: Make hs/cell_common.trunnel generic
David Goulet
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2021-02-19
hs-v2: Removal of service and relay support
David Goulet
2021-02-19
hs-v2: Remove client support
David Goulet
2020-12-24
Downgrade the severity of a few rendezvous circuit-related warnings.
Neel Chauhan
2020-11-12
Fix typos.
Samanta Navarro
2020-10-27
hs: Collect rendezvous circuit metrics
David Goulet
2020-07-02
Extract extend_info manipulation functions into a new file.
Nick Mathewson
[next]