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
Age
Commit message (
Expand
)
Author
2023-05-24
Merge branch 'tor-gitlab/mr/708'
David Goulet
2023-05-24
ipv6: Flip ClientUseIPv6 to 1
agowa338
2023-05-24
metrics: Add ticket 40546 changes file and code fix
David Goulet
2023-05-24
Merge branch 'tor-gitlab/mr/698'
David Goulet
2023-05-24
Merge branch 'tor-gitlab/mr/703'
David Goulet
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
sandbox: allow stack mmap with prot_none
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
test_hs_pow: add test vectors for our hs_pow client puzzle
Micah Elizabeth Scott
2023-05-10
hashx: trim trailing whitespace
Micah Elizabeth Scott
2023-05-10
equix: Portability fixes for big endian platforms
Micah Elizabeth Scott
2023-05-10
equix: Build cleanly with -Wall -Werror
Micah Elizabeth Scott
2023-05-10
ext: build equix and hashx using automake
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 equix and hashx tests
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
configure: Add --enable-gpl option
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
2023-05-10
refactor send_introduce1()
Roger Dingledine
2023-05-10
start the cpuworkers always, even for clients
Roger Dingledine
2023-05-10
allow suggested effort to be 0
Roger Dingledine
2023-05-10
Initialize startup effort at 0.
Mike Perry
[next]