summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src
Commit message (Expand)AuthorAgeFilesLines
* hsclient, hsservice: Remove no longer needed conversion functionsGabriela Moldovan2026-01-061-58/+0
* keymgr: Use d-d to generate CTorPath<->KeySpecifier conversionsGabriela Moldovan2026-01-061-2/+2
* keymgr: Make CTorPath more like the client/service specifiers (fmt)Gabriela Moldovan2026-01-061-6/+2
* keymgr: Make CTorPath more like the client/service specifiersGabriela Moldovan2026-01-061-9/+5
* keymgr: Push error handling into the from_ctor_path() functionsGabriela Moldovan2026-01-061-8/+16
* keymgr: Remove redundant ArtiPath from error context (fmt)Gabriela Moldovan2026-01-061-4/+2
* keymgr: Remove redundant ArtiPath from error contextGabriela Moldovan2026-01-061-5/+3
* keymgr: Split out ArtiPathError from KeyPathError (fmt)Gabriela Moldovan2026-01-061-16/+19
* keymgr: Split out ArtiPathError from KeyPathErrorGabriela Moldovan2026-01-061-7/+12
* keymgr: Specify ctor conversion functions as moduleGabriela Moldovan2026-01-061-42/+46
* keymgr: Extend KeySpecifier macro to support CTorPath conversionsGabriela Moldovan2026-01-061-2/+38
* fix: use wallclock timestamps in all push_timed callsNihal2025-12-171-1/+8
* refactor: convert Extend to inherent method, forbid push/extend, fix rend_han...Nihal2025-12-171-1/+11
* refactor: clean codeNihal2025-12-172-2/+2
* feat(retry-error): add timestamps to retry errorsNihal2025-12-172-2/+2
* Refactor common code that builds circtargets for HS.Nick Mathewson2025-12-042-63/+35
* tor-hsservice: make `build_unvalidated()` privateSteven Engler2025-11-261-1/+1
* Merge branch 'intro-dos' into 'main'gabi-2502025-11-251-1/+1
|\
| * hsservice: Fix typo in rate_limit_at_intro docsGabriela Moldovan2025-11-251-1/+1
* | Merge branch 'max-concurrent-streams' into 'main'Nick Mathewson2025-11-251-0/+5
|\ \ | |/ |/|
| * hsservice: Clarify what max_concurrent_streams_per_circuit doesGabriela Moldovan2025-11-251-0/+5
* | opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-242-0/+6
|/
* Merge branch 'disable-hidden-service' into 'main'wesleyac2025-11-122-2/+17
|\
| * arti(-client)/tor-hsservice: return None for disabled servicehashcatHitman2025-10-162-9/+5
| * arti/tor-hsservice: don't warn on autostarthashcatHitman2025-10-162-13/+4
| * tor-hsservice: TODO - allow changing "enabled"hashcatHitman2025-10-161-0/+2
| * arti/tor-hsservice: warn on service autostarthashcatHitman2025-10-162-4/+13
| * tor-hsservice: add config to disable servicehashcatHitman2025-10-163-0/+17
* | 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
|/
* 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
* | 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
* | arti: keys: Add `keys check-integrity` CLI toolhjrgrn2025-09-042-42/+76
* | 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
* | 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
|\ \