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_service.c
Age
Commit message (
Expand
)
Author
2023-09-14
Merge branch 'maint-0.4.7' into maint-0.4.8
David Goulet
2023-09-14
Bug 40858: Cache sendme_inc to avoid purging intro points.
Mike Perry
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: swap out some comments
Micah Elizabeth Scott
2023-05-10
hs_pow: modified approach to pqueue level thresholds
Micah Elizabeth Scott
2023-05-10
hs_pow: Lower several logs from notice to info
Micah Elizabeth Scott
2023-05-10
hs_pow: update_suggested_effort fix and cleanup
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: Define seed_head as uint8_t[4] instead of uint32_t
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
allow suggested effort to be 0
Roger Dingledine
2023-05-10
Initialize startup effort at 0.
Mike Perry
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
log_err is reserved for fatal failures
Roger Dingledine
2023-05-10
hs: Setup service side PoW defenses
David Goulet
2023-03-13
metrics: Add HS service side circuit build time metrics.
Gabriela Moldovan
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
2023-02-10
Update `find_service` documentation.
Gabriela Moldovan
2022-10-26
hs: Retry service rendezvous on circuit close
David Goulet
2022-10-19
hs: Retry service rendezvous on circuit close
David Goulet
2022-06-29
typo fix in comment
Roger Dingledine
2022-02-22
hs: Republish onion descriptor on sendme_inc change
David Goulet
2022-02-22
trunnel: Make hs/cell_common.trunnel generic
David Goulet
2022-02-22
Extend info argument updates for non-ntorv3 cases
Mike Perry
2021-05-04
hs: Fix ADD_ONION with client authorization
David Goulet
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2021-03-10
Merge branch 'maint-0.4.5'
Nick Mathewson
2021-03-10
hs: Remove hamrless BUG() that can happen
David Goulet
2021-02-19
hs: Remove v2 stats
David Goulet
2021-02-19
hs-v2: Removal of service and relay support
David Goulet
2021-02-19
hs: Rename service config port object
David Goulet
2021-02-08
Merge remote-tracking branch 'tor-gitlab/mr/212'
George Kadianakis
2021-01-12
Merge branch 'ticket40237_044_01' into ticket40237_045_01
David Goulet
2021-01-12
Merge branch 'ticket40237_043_01' into ticket40237_044_01
David Goulet
2021-01-12
Merge branch 'ticket40237_035_01' into ticket40237_043_01
David Goulet
2021-01-12
hs-v3: Require reasonably live consensus
David Goulet
2020-12-08
Reinstate add_onion_helper_add_service() test, validate auth clients before a...
Neel Chauhan
2020-12-08
Remove unused NULL check in hs_service_add_ephemeral(), mention we take owner...
Neel Chauhan
2020-12-03
More logic corrections
Neel Chauhan
2020-11-24
Some test and logic corrections
Neel Chauhan
2020-11-19
Add tests for bug #40084
Neel Chauhan
2020-11-15
Add support for creating v3 onion services form the control port
Neel Chauhan
2020-11-12
Fix typos.
Samanta Navarro
2020-10-27
hs: Collect introduction circuit metrics
David Goulet
[next]