summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
Commit message (Expand)AuthorAgeFilesLines
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-29/+29
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* Upgrade to itertools 0.14.0Nick Mathewson2025-01-061-1/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-29/+29
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-4/+4
* Run fixup-features in preparation for release (fmt).Gabriela Moldovan2024-12-021-1/+2
* Run fixup-features in preparation for release.Gabriela Moldovan2024-12-021-1/+1
* PoW: Consolidate feature flags into a single flag.Wesley Aptekar-Cassels2024-11-251-4/+2
* Add TODO to error if enable_pow is set but feature flag is disabled.Wesley Aptekar-Cassels2024-11-251-0/+1
* tor-hsservice: Clarify enable_pow setting TODO.Wesley Aptekar-Cassels2024-11-251-1/+1
* tor-netdir: Add timeliness param to wait_for_netdir_to_list.Wesley Aptekar-Cassels2024-11-251-1/+1
* Move helpers from tor-hsservice to tor-netdir.Wesley Aptekar-Cassels2024-11-256-99/+15
* arti: Add onion_service.enable_pow option.Wesley Aptekar-Cassels2024-11-251-2/+8
* tor-hsservice: add clippy allowsSteven Engler2024-11-201-0/+4
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-182-10/+9
* tor-hsservice: pass through the `CfgPathResolver`Steven Engler2024-11-185-15/+53
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-044-3/+6
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-30/+30
|\
| * Bump minor versions of crates with new APIs/implsIan Jackson2024-10-301-2/+2
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-28/+28
* | cargo: Run fixup-featuresIan Jackson2024-10-301-2/+2
* | cargo: Declare [hs-]pow-* experimental everywhere elseIan Jackson2024-10-301-0/+2
* | cargo: Wrap some feature linesIan Jackson2024-10-301-1/+4
|/
* test-all-crates: conditional options, to test more cratesIan Jackson2024-10-221-1/+1
* Merge branch 'bug1531' into 'main'Ian Jackson2024-10-212-3/+3
|\
| * Convert a few crates to slotmap-carefulNeel Chauhan2024-10-172-3/+3
* | Disable a lot of dead code warnings (fmt)Ian Jackson2024-10-171-1/+4
* | Disable a lot of dead code warningsIan Jackson2024-10-171-0/+3
|/
* Introduce mpsc_channel_no_memquota and use it in the places it's wantedIan Jackson2024-10-155-4/+13
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-091-2/+1
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-091-0/+6
* tor-config: Expose assert_config_error test helper.Gabriela Moldovan2024-10-082-14/+2
* tor-hsservice: Implement ctor_path() for service keys.Gabriela Moldovan2024-10-081-0/+20
* tor-hsservice: Remove now-unused import from internal prelude.Gabriela Moldovan2024-10-081-1/+1
* tor-keymgr: Rename KeyPathRange to ArtiPathRange (fmt).Gabriela Moldovan2024-10-081-1/+1
* tor-keymgr: Rename KeyPathRange to ArtiPathRange.Gabriela Moldovan2024-10-082-2/+2
* tor-keymgr: Implement KeyPath::matches for CTorPaths.Gabriela Moldovan2024-10-081-8/+6
* tor-hsservice: Move HsNickname to tor-persist.Gabriela Moldovan2024-10-082-134/+1
* tor-hsservice: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-1/+1
* Remove semver.md files from 1.2.8Nick Mathewson2024-09-301-5/+0
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-27/+27
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-5/+5
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-253-4/+3
|/
* tor-hsservice: Update docs to reflect KeystoreSelector renaming.Gabriela Moldovan2024-09-231-1/+1
* tor-keymgr: Rename the primary keystore for clarity.Gabriela Moldovan2024-09-233-10/+10
* Merge branch 'msrv-1.75' into 'main'Nick Mathewson2024-09-171-1/+1
|\