aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
Commit message (Expand)AuthorAgeFilesLines
...
* tor-hsservice: Explicitly don't use memquota for publisher update queue.Wesley Aptekar-Cassels2025-05-271-1/+5
* tor-hsservice: Add PoW priority queue and checking of solves.Wesley Aptekar-Cassels2025-05-273-25/+242
* Add methods for getting proof-of-work extension from intro request.Wesley Aptekar-Cassels2025-05-272-1/+6
* tor-hsservice: Use Pin<Box<dyn Stream>>> instead of mpsc::Receiver.Wesley Aptekar-Cassels2025-05-274-8/+9
* tor-hsservice: Initial parts of PowManager.Wesley Aptekar-Cassels2025-05-278-8/+523
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-6/+8
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-1/+1
* tor-proto: Update the TunnelMutableState when a circuit is removed.Gabriela Moldovan2025-05-151-3/+11
* Resolve clippy warnings from 1.83Nick Mathewson2025-05-131-2/+1
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-29/+29
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Include "bug" in all bug error messagesNick Mathewson2025-04-281-2/+2
* Merge branch 'todos-msrv' into 'main'Jim Newsome2025-04-241-1/+1
|\
| * tor-hsservice: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
* | protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+2
* | Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+2
* | New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+21
|/
* Remove semver.md files post-release.Gabriela Moldovan2025-04-011-1/+0
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-29/+29
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-3/+3
* Upgrade strum dependency to 0.27.1.Gabriela Moldovan2025-03-271-1/+1
* Use an EntropicRng trait to enforce key generation rules.Nick Mathewson2025-03-242-2/+6
* Use CautiousRng for keys going into the KeyMgr.Nick Mathewson2025-03-242-3/+2
* Merge branch 'named_protovers' into 'main'David Goulet2025-03-201-2/+3
|\
| * Use named subprotocol versions throughout arti.Nick Mathewson2025-03-121-2/+3
* | squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-183-3/+3
* | squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* | squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* | squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-185-5/+5
* | Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-2/+2
* | Merge branch 'dev/cve/is_fully_reachable' into 'main'gabi-2502025-03-141-0/+10
|\ \ | |/ |/|
| * tor-hsservice: Add is_fully_reachable() methodClara Engler2025-03-131-0/+10
* | Deprecate --onion-name; introduce --onion-addressdisha2025-03-122-6/+23
|/
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1
* tor-rt*: Apply deferred formatting churnIan Jackson2025-03-041-1/+1
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-044-5/+5
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-29/+29
* Upgrade to derive_more 2Nick Mathewson2025-02-262-5/+9
* Enable derive-deftly beta featuresIan Jackson2025-02-121-1/+1
* Update to derive-deftly 1.0Ian Jackson2025-02-121-1/+1
* tor-hsservice: Change replay/mod.rs to replay.rs.Wesley Aptekar-Cassels2025-02-101-0/+0
* tor-hsservice: Change unclear names in ReplayLog.Wesley Aptekar-Cassels2025-02-102-21/+21
* tor-hsservice: Assert that hash length is correct in ReplayLog.Wesley Aptekar-Cassels2025-02-101-0/+3
* tor-hsservice: Change ReplayLog parse_log_leafname API.Wesley Aptekar-Cassels2025-02-103-8/+11
* tor-hsservice: Fix some comments in ReplayLog.Wesley Aptekar-Cassels2025-02-101-2/+5
* tor-hsservice: Make TODOs not doccomments.Wesley Aptekar-Cassels2025-02-101-2/+2
* tor-hsservice: Rename some variables to reflect refactor.Wesley Aptekar-Cassels2025-02-101-22/+22
* tor-hsservice: Add whitespace.Wesley Aptekar-Cassels2025-02-101-0/+1
* tor-hsservice: Update comment in replay log code.Wesley Aptekar-Cassels2025-02-101-1/+3