index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-hsservice
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
tor-hsservice: Warn when enable_pow is set on a non hs-pow-full build.
Wesley Aptekar-Cassels
2025-08-13
2
-1
/
+11
*
|
tor-hsservice: Remove unimplemented config option.
Wesley Aptekar-Cassels
2025-08-13
1
-10
/
+0
*
|
tor-hsservice: Remove outdated TODO.
Wesley Aptekar-Cassels
2025-08-13
1
-4
/
+0
*
|
tor-hsservice: Add note about not persisting per-PoW-period state.
Wesley Aptekar-Cassels
2025-08-13
1
-1
/
+7
*
|
tor-hsservice: Add metrics support to PoW code.
Wesley Aptekar-Cassels
2025-08-13
1
-2
/
+56
*
|
tor-hsservice: Restore PoW verifier state from disk.
Wesley Aptekar-Cassels
2025-08-13
1
-2
/
+25
*
|
tor-hsservice: Add pow_rend_queue_depth config option.
Wesley Aptekar-Cassels
2025-08-13
2
-35
/
+111
*
|
tor-hsservice: Pass Rng into PoW code where possible.
Wesley Aptekar-Cassels
2025-08-13
2
-10
/
+11
*
|
tor-hsservice: Implement enable_pow option.
Wesley Aptekar-Cassels
2025-08-13
6
-61
/
+139
*
|
tor-hsservice: Reenable publisher test in hs-pow-full.
Wesley Aptekar-Cassels
2025-08-13
2
-12
/
+3
*
|
tor-hsservice: Add PowManager to OnionServiceStatus.
Wesley Aptekar-Cassels
2025-08-13
7
-35
/
+130
*
|
tor-hsservice: Change ReplayLog error type.
Wesley Aptekar-Cassels
2025-08-13
5
-17
/
+21
|
/
*
Fix warnings and errors from edition 2024.
Nick Mathewson
2025-08-07
1
-3
/
+2
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
19
-75
/
+85
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
3
-3
/
+3
*
Merge branch 'msrv-fixes' into 'main'
Nick Mathewson
2025-08-05
1
-0
/
+8
|
\
|
*
hsservice: copy our TODO about eventually replacing once_cell.
Nick Mathewson
2025-08-05
1
-0
/
+8
[next]