summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-hsservice: Restore PoW verifier state from disk.Wesley Aptekar-Cassels2025-08-131-2/+25
* | tor-hsservice: Add pow_rend_queue_depth config option.Wesley Aptekar-Cassels2025-08-132-35/+111
* | tor-hsservice: Pass Rng into PoW code where possible.Wesley Aptekar-Cassels2025-08-132-10/+11
* | tor-hsservice: Implement enable_pow option.Wesley Aptekar-Cassels2025-08-136-61/+139
* | tor-hsservice: Reenable publisher test in hs-pow-full.Wesley Aptekar-Cassels2025-08-132-12/+3
* | tor-hsservice: Add PowManager to OnionServiceStatus.Wesley Aptekar-Cassels2025-08-137-35/+130
* | tor-hsservice: Change ReplayLog error type.Wesley Aptekar-Cassels2025-08-135-17/+21
|/
* Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-3/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0720-76/+86
* Update code for Edition 2024Nick Mathewson2025-08-073-3/+3
* Merge branch 'msrv-fixes' into 'main'Nick Mathewson2025-08-051-0/+8
|\
| * hsservice: copy our TODO about eventually replacing once_cell.Nick Mathewson2025-08-051-0/+8
* | Merge branch 'prop362-fixups' into 'main'wesleyac2025-08-054-77/+254
|\ \ | |/ |/|
| * tor-hsservice: cargo fmt.Wesley Aptekar-Cassels2025-08-051-1/+1
| * tor-hsservice: Fix clippy lints.Wesley Aptekar-Cassels2025-08-051-2/+2
| * tor-hsservice: Use saturating versions of time math functions.Wesley Aptekar-Cassels2025-08-051-1/+3
| * tor-hsservice: Remove redundant check.Wesley Aptekar-Cassels2025-08-051-7/+1
| * tor-hsservice: Don't panic on PoW main loop error.Wesley Aptekar-Cassels2025-08-051-5/+8
| * tor-hsservice: Change detection of empty queue in tests.Wesley Aptekar-Cassels2025-08-051-3/+3
| * tor-hsservice: Clean up use of MockRuntime functions.Wesley Aptekar-Cassels2025-08-051-10/+2
| * tor-hsservice: Refactor PoW test helper functions.Wesley Aptekar-Cassels2025-08-051-57/+56
| * tor-hsservice: Make PoW timeout logic smarter.Wesley Aptekar-Cassels2025-08-051-5/+11
| * tor-hsservice: Make several PoW loop functions return Result.Wesley Aptekar-Cassels2025-08-051-6/+12
| * tor-hsservice: Add explanation of REND_REQUEST_QUEUE_MAX_DEPTH default.Wesley Aptekar-Cassels2025-08-051-0/+6
| * tor-hsservice: Clean up try_from syntax.Wesley Aptekar-Cassels2025-08-051-4/+6
| * tor-cell: Add ProofOfWorkV1::cap_effort function.Wesley Aptekar-Cassels2025-08-051-6/+1
| * tor-hsservice: Make main_loop_task return Result.Wesley Aptekar-Cassels2025-08-051-5/+11
| * tor-hsservice: Time out RendRequests in PoW queue.Wesley Aptekar-Cassels2025-08-051-13/+94
| * tor-hsservice: Increase rend request queue depth.Wesley Aptekar-Cassels2025-08-051-2/+3
| * tor-hsservice: Persist suggested_effort.Wesley Aptekar-Cassels2025-08-051-6/+14
| * tor-hsservice: Add consensus params for Prop 362.Wesley Aptekar-Cassels2025-08-054-26/+102
* | Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
|/
* hsservice: Do not send the REND1 to the virtual hop.Gabriela Moldovan2025-08-051-2/+5
* hsservice, hsclient: Enable tor-circmgr/send-control-msg too.Gabriela Moldovan2025-08-051-1/+1
* tunnel: Implement start_conversation() for all tunnel typesDavid Goulet2025-08-052-2/+2
* hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-056-78/+69
* Bump version of tor-basic-utilsIan Jackson2025-08-051-1/+1
* Version bumps for 1.4.6Ian Jackson2025-08-051-30/+30
* Bump derive-deftly to 1.2.0Ian Jackson2025-08-041-1/+1
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-312-3/+3
* tor-hsservice: Fix doccomment link.Wesley Aptekar-Cassels2025-07-231-1/+1
* tor-hsservice: Add monotonic request id to RendRequestOrdByEffort.Wesley Aptekar-Cassels2025-07-231-4/+23
* tor-hsservice: Add note about SUGGESTED_EFFORT_DEADZONE.Wesley Aptekar-Cassels2025-07-231-0/+4
* tor-hsservice: Fix typo.Wesley Aptekar-Cassels2025-07-231-4/+4
* tor-hsservice: Remove remaining `as` casts from suggested effort update.Wesley Aptekar-Cassels2025-07-231-12/+23
* tor-hsservice: Remove another use of `as`.Wesley Aptekar-Cassels2025-07-232-3/+8
* tor-hsservice: Convert as into checked conversion.Wesley Aptekar-Cassels2025-07-231-1/+1
* tor-hsservice: Make num_dequeued u32 instead of usize.Wesley Aptekar-Cassels2025-07-231-2/+2
* tor-hsservice: Fix typos.Wesley Aptekar-Cassels2025-07-231-6/+6
* tor-hsservice: Use Mutex for suggested_effort.Wesley Aptekar-Cassels2025-07-231-16/+16