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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
hs
Age
Commit message (
Expand
)
Author
2024-04-16
circuit: Remove log_warn triggered by a proto violation
David Goulet
2023-11-07
hs: Fix assert in hs_metrics_update_by_ident()
David Goulet
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-07-31
Bug 40828: Add more log scrubbing to protocol warnings
Mike Perry
2023-07-24
Merge branch 'maint-0.4.7'
David Goulet
2023-07-24
Fix all -Werror=enum-int-mismatch warnings
David Goulet
2023-06-05
Fix compilation error on older gcc versions and MSVC.
Gabriela Moldovan
2023-05-28
hs_pow: Add CompiledProofOfWorkHash torrc option
Micah Elizabeth Scott
2023-05-28
hs_pow: Update for equix API to fix issue 40794
Micah Elizabeth Scott
2023-05-25
Added relay prefix to new metrics functions
friendly73
2023-05-25
Removed getter abstraction and moved from rephist to relay_metrics.
friendly73
2023-05-25
Added INTRO and REND metrics for relay.
friendly73
2023-05-24
Merge branch 'tor-gitlab/mr/711'
David Goulet
2023-05-24
token_bucket_ctr: replace 32-bit wallclock time with monotime
Micah Elizabeth Scott
2023-05-24
test_hs_descriptor: Add a test case that fails without the fix for 40793
Micah Elizabeth Scott
2023-05-15
hs_pow: fix insufficient length check in pow-params
Micah Elizabeth Scott
2023-05-11
fix minor typos in conflux and pow areas
Roger Dingledine
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: fix error path with outdated assumption
Micah Elizabeth Scott
2023-05-10
hs_pow: swap out some comments
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: faster hs_circuitmap lookup for rend in pow_worker_job_t
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: update_suggested_effort fix and cleanup
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: bump client-side effort limit from 500 to 10000
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: Represent equix_solution as a byte array
Micah Elizabeth Scott
2023-05-10
hs_pow: Fix nonce cache entry leak
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: Don't require uint128_t
Micah Elizabeth Scott
2023-05-10
hs_pow: unswap byte order of seed_head field
Micah Elizabeth Scott
2023-05-10
hs_pow: fix assert in services that receive unsolicited proof of work
Micah Elizabeth Scott
2023-05-10
hs_pow: use the compiled HashX implementation
Micah Elizabeth Scott
2023-05-10
hs_pow: Replace libb2 dependency with hashx's internal blake2
Micah Elizabeth Scott
2023-05-10
test_crypto: add blake2b test vectors
Micah Elizabeth Scott
2023-05-10
hs_pow: Make proof-of-work support optional in configure
Micah Elizabeth Scott
2023-05-10
hs_pow_solve: use equix_solve more efficiently
Micah Elizabeth Scott
2023-05-10
hs_pow: reduce min_effort default to 1
Micah Elizabeth Scott
2023-05-10
hs_pow: Rate limited dequeue
Micah Elizabeth Scott
2023-05-10
fix typo in HiddenServiceExportCircuitID
Micah Elizabeth Scott
2023-05-10
hs_pow: check for expired params in can_client_refetch_desc
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
compute the client-side pow in a cpuworker thread
Roger Dingledine
[next]