aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-hsservice: add config to disable servicehashcatHitman2025-10-163-0/+17
* | Bump derive-deftly to 1.5.0Ian Jackson2025-11-071-1/+1
* | Merge branch 'deftly-1.4' into 'main'opara2025-11-061-1/+1
|\ \
| * | Bump derive-deftly to 1.4.0Ian Jackson2025-11-061-1/+1
* | | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-0613-14/+14
|/ /
* | all: run cargo fmtSteven Engler2025-11-041-1/+1
* | all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-043-3/+4
* | proto: Replace ClientCircSyncView in IncomingStreamRequestFilterGabriela Moldovan2025-10-301-1/+1
* | maint: bump minor versions of all published cratesSteven Engler2025-10-291-37/+37
* | Merge branch 'restricted-discovery-stable' into 'main'gabi-2502025-10-221-3/+4
|\ \
| * | arti: Mark restricted-discovery as non-experimentalGabriela Moldovan2025-10-211-3/+4
| |/
* / Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
|/
* Fix new clippy nightly warning about subtracting Durations.Nick Mathewson2025-10-161-7/+11
* Merge branch 'file-too-large' into 'main'wesleyac2025-10-061-3/+2
|\
| * tor-hsservice: Replace `libc::EFBIG` with `io::ErrorKind::FileTooLarge`hashcatHitman2025-09-011-2/+1
| * tor-hsservice: Small typo correctionhashcatHitman2025-09-011-1/+1
* | release: Bump versions.Wesley Aptekar-Cassels2025-10-021-37/+37
* | tor-hsservice: Fix time_store test.Wesley Aptekar-Cassels2025-10-011-1/+0
* | Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* | hsservice: Remove misleading OnionService note.Gabriela Moldovan2025-09-121-1/+1
* | hsservice: Say how a RunningOnionService is constructed.Gabriela Moldovan2025-09-121-1/+3
* | hsservice: Remove an already-addressed TODO.Gabriela Moldovan2025-09-121-1/+0
* | Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* | arti: keys: Add `keys check-integrity` CLI toolhjrgrn2025-09-043-43/+84
* | Merge branch 'the-bell-tolls-for-once_cell' into 'main'wesleyac2025-09-031-7/+1
|\ \
| * | tor-hsservice: Modified MSRV TODO for `once_cell` removalhashcatHitman2025-08-201-7/+1
* | | Update to derive-deftly 1.3.0Ian Jackson2025-09-021-1/+1
| |/ |/|
* | Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-37/+37
* | Merge branch 'fixup-features' into 'main'Nick Mathewson2025-08-281-0/+1
|\ \
| * | Fix complaints from "cargo sort"Nick Mathewson2025-08-271-1/+2
| * | Run "fixup-features"Nick Mathewson2025-08-271-1/+1
* | | proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-2/+2
|/ /
* / hsservice: Move derive_more::From out of internal_prelude.Nick Mathewson2025-08-194-1/+4
|/
* misc: cleanup now that `_report!` macros support fieldsSteven Engler2025-08-181-1/+1
* Merge branch 'relay-reactor-placeholder' into 'main'David Goulet2025-08-184-9/+9
|\
| * proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-184-9/+9
* | Merge branch 'fix-nightly-warn' into 'main'Nick Mathewson2025-08-181-2/+0
|\ \
| * | clippy: fix `clippy::duplicated_attributes` warningsSteven Engler2025-08-111-2/+0
| |/
* | docs: Add notes about hs-pow-full using LGPL deps.Wesley Aptekar-Cassels2025-08-141-0/+2
* | tor-hsservice: Move check for enable_pow without hs-pow-full feature.Wesley Aptekar-Cassels2025-08-142-11/+9
* | tor-hsservice: Add note about check_solve implementation.Wesley Aptekar-Cassels2025-08-131-0/+3
* | tor-hsservice: Fix error message.Wesley Aptekar-Cassels2025-08-131-1/+1
* | tor-hsservice: Change capping of PoW effort.Wesley Aptekar-Cassels2025-08-131-26/+23
* | tor-hsservice: Make some PoW warnings more understandable.Wesley Aptekar-Cassels2025-08-131-3/+10
* | tor-hsservice: Improve error conversion code.Wesley Aptekar-Cassels2025-08-131-16/+8
* | tor-hsservice: Use warn_report for PoW errors.Wesley Aptekar-Cassels2025-08-131-9/+15
* | tor-hsservice: Don't set DegradedReachable status in PowManager.Wesley Aptekar-Cassels2025-08-131-2/+2
* | tor-hsservice: Remove outdated comment.Wesley Aptekar-Cassels2025-08-131-5/+0
* | tor-hsservice: Rename InternalPowError to PowError.Wesley Aptekar-Cassels2025-08-132-13/+13
* | tor-hsservice: Make InternalPowError non_exhaustive.Wesley Aptekar-Cassels2025-08-131-0/+1