index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-hsservice
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor common code that builds circtargets for HS.
Nick Mathewson
2025-12-04
2
-63
/
+35
*
tor-hsservice: make `build_unvalidated()` private
Steven Engler
2025-11-26
1
-1
/
+1
*
Merge branch 'intro-dos' into 'main'
gabi-250
2025-11-25
1
-1
/
+1
|
\
|
*
hsservice: Fix typo in rate_limit_at_intro docs
Gabriela Moldovan
2025-11-25
1
-1
/
+1
*
|
Merge branch 'max-concurrent-streams' into 'main'
Nick Mathewson
2025-11-25
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
hsservice: Clarify what max_concurrent_streams_per_circuit does
Gabriela Moldovan
2025-11-25
1
-0
/
+5
*
|
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
2
-0
/
+6
|
/
*
Merge branch 'disable-hidden-service' into 'main'
wesleyac
2025-11-12
2
-2
/
+17
|
\
|
*
arti(-client)/tor-hsservice: return None for disabled service
hashcatHitman
2025-10-16
2
-9
/
+5
|
*
arti/tor-hsservice: don't warn on autostart
hashcatHitman
2025-10-16
2
-13
/
+4
|
*
tor-hsservice: TODO - allow changing "enabled"
hashcatHitman
2025-10-16
1
-0
/
+2
|
*
arti/tor-hsservice: warn on service autostart
hashcatHitman
2025-10-16
2
-4
/
+13
|
*
tor-hsservice: add config to disable service
hashcatHitman
2025-10-16
3
-0
/
+17
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
13
-14
/
+14
*
|
all: run cargo fmt
Steven Engler
2025-11-04
1
-1
/
+1
*
|
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
3
-3
/
+4
*
|
proto: Replace ClientCircSyncView in IncomingStreamRequestFilter
Gabriela Moldovan
2025-10-30
1
-1
/
+1
|
/
*
Fix new clippy nightly warning about subtracting Durations.
Nick Mathewson
2025-10-16
1
-7
/
+11
*
Merge branch 'file-too-large' into 'main'
wesleyac
2025-10-06
1
-3
/
+2
|
\
|
*
tor-hsservice: Replace `libc::EFBIG` with `io::ErrorKind::FileTooLarge`
hashcatHitman
2025-09-01
1
-2
/
+1
|
*
tor-hsservice: Small typo correction
hashcatHitman
2025-09-01
1
-1
/
+1
*
|
tor-hsservice: Fix time_store test.
Wesley Aptekar-Cassels
2025-10-01
1
-1
/
+0
*
|
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
|
hsservice: Remove misleading OnionService note.
Gabriela Moldovan
2025-09-12
1
-1
/
+1
*
|
hsservice: Say how a RunningOnionService is constructed.
Gabriela Moldovan
2025-09-12
1
-1
/
+3
*
|
hsservice: Remove an already-addressed TODO.
Gabriela Moldovan
2025-09-12
1
-1
/
+0
*
|
arti: keys: Add `keys check-integrity` CLI tool
hjrgrn
2025-09-04
2
-42
/
+76
*
|
Merge branch 'the-bell-tolls-for-once_cell' into 'main'
wesleyac
2025-09-03
1
-7
/
+1
|
\
\
|
|
/
|
/
|
|
*
tor-hsservice: Modified MSRV TODO for `once_cell` removal
hashcatHitman
2025-08-20
1
-7
/
+1
*
|
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
1
-2
/
+2
*
|
hsservice: Move derive_more::From out of internal_prelude.
Nick Mathewson
2025-08-19
4
-1
/
+4
|
/
*
misc: cleanup now that `_report!` macros support fields
Steven Engler
2025-08-18
1
-1
/
+1
*
Merge branch 'relay-reactor-placeholder' into 'main'
David Goulet
2025-08-18
4
-9
/
+9
|
\
|
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
4
-9
/
+9
*
|
Merge branch 'fix-nightly-warn' into 'main'
Nick Mathewson
2025-08-18
1
-2
/
+0
|
\
\
|
*
|
clippy: fix `clippy::duplicated_attributes` warnings
Steven Engler
2025-08-11
1
-2
/
+0
|
|
/
*
|
tor-hsservice: Move check for enable_pow without hs-pow-full feature.
Wesley Aptekar-Cassels
2025-08-14
2
-11
/
+9
*
|
tor-hsservice: Add note about check_solve implementation.
Wesley Aptekar-Cassels
2025-08-13
1
-0
/
+3
*
|
tor-hsservice: Fix error message.
Wesley Aptekar-Cassels
2025-08-13
1
-1
/
+1
*
|
tor-hsservice: Change capping of PoW effort.
Wesley Aptekar-Cassels
2025-08-13
1
-26
/
+23
*
|
tor-hsservice: Make some PoW warnings more understandable.
Wesley Aptekar-Cassels
2025-08-13
1
-3
/
+10
*
|
tor-hsservice: Improve error conversion code.
Wesley Aptekar-Cassels
2025-08-13
1
-16
/
+8
*
|
tor-hsservice: Use warn_report for PoW errors.
Wesley Aptekar-Cassels
2025-08-13
1
-9
/
+15
*
|
tor-hsservice: Don't set DegradedReachable status in PowManager.
Wesley Aptekar-Cassels
2025-08-13
1
-2
/
+2
*
|
tor-hsservice: Remove outdated comment.
Wesley Aptekar-Cassels
2025-08-13
1
-5
/
+0
*
|
tor-hsservice: Rename InternalPowError to PowError.
Wesley Aptekar-Cassels
2025-08-13
2
-13
/
+13
*
|
tor-hsservice: Make InternalPowError non_exhaustive.
Wesley Aptekar-Cassels
2025-08-13
1
-0
/
+1
*
|
tor-hsservice: Make OpenReplayLog error transparent.
Wesley Aptekar-Cassels
2025-08-13
1
-1
/
+1
*
|
tor-hsservice: Fix clippy.
Wesley Aptekar-Cassels
2025-08-13
1
-3
/
+2
*
|
tor-hsservice: Add disable_pow_compilation option.
Wesley Aptekar-Cassels
2025-08-13
2
-15
/
+39
[prev]
[next]