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
...
*
|
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
*
|
tor-hsservice: cargo fmt.
Wesley Aptekar-Cassels
2025-08-05
1
-1
/
+1
*
|
tor-hsservice: Fix clippy lints.
Wesley Aptekar-Cassels
2025-08-05
1
-2
/
+2
*
|
tor-hsservice: Use saturating versions of time math functions.
Wesley Aptekar-Cassels
2025-08-05
1
-1
/
+3
*
|
tor-hsservice: Remove redundant check.
Wesley Aptekar-Cassels
2025-08-05
1
-7
/
+1
*
|
tor-hsservice: Don't panic on PoW main loop error.
Wesley Aptekar-Cassels
2025-08-05
1
-5
/
+8
*
|
tor-hsservice: Change detection of empty queue in tests.
Wesley Aptekar-Cassels
2025-08-05
1
-3
/
+3
*
|
tor-hsservice: Clean up use of MockRuntime functions.
Wesley Aptekar-Cassels
2025-08-05
1
-10
/
+2
*
|
tor-hsservice: Refactor PoW test helper functions.
Wesley Aptekar-Cassels
2025-08-05
1
-57
/
+56
*
|
tor-hsservice: Make PoW timeout logic smarter.
Wesley Aptekar-Cassels
2025-08-05
1
-5
/
+11
*
|
tor-hsservice: Make several PoW loop functions return Result.
Wesley Aptekar-Cassels
2025-08-05
1
-6
/
+12
*
|
tor-hsservice: Add explanation of REND_REQUEST_QUEUE_MAX_DEPTH default.
Wesley Aptekar-Cassels
2025-08-05
1
-0
/
+6
*
|
tor-hsservice: Clean up try_from syntax.
Wesley Aptekar-Cassels
2025-08-05
1
-4
/
+6
*
|
tor-cell: Add ProofOfWorkV1::cap_effort function.
Wesley Aptekar-Cassels
2025-08-05
1
-6
/
+1
*
|
tor-hsservice: Make main_loop_task return Result.
Wesley Aptekar-Cassels
2025-08-05
1
-5
/
+11
*
|
tor-hsservice: Time out RendRequests in PoW queue.
Wesley Aptekar-Cassels
2025-08-05
1
-13
/
+94
*
|
tor-hsservice: Increase rend request queue depth.
Wesley Aptekar-Cassels
2025-08-05
1
-2
/
+3
*
|
tor-hsservice: Persist suggested_effort.
Wesley Aptekar-Cassels
2025-08-05
1
-6
/
+14
*
|
tor-hsservice: Add consensus params for Prop 362.
Wesley Aptekar-Cassels
2025-08-05
4
-26
/
+102
|
/
*
hsservice: Do not send the REND1 to the virtual hop.
Gabriela Moldovan
2025-08-05
1
-2
/
+5
*
tunnel: Implement start_conversation() for all tunnel types
David Goulet
2025-08-05
2
-2
/
+2
*
hs: Use the new Tunnel interface for onion service
David Goulet
2025-08-05
6
-78
/
+69
*
Use new DisplayRedacted/DebugRedacted code for HsId.
Nick Mathewson
2025-07-31
2
-3
/
+3
*
tor-hsservice: Fix doccomment link.
Wesley Aptekar-Cassels
2025-07-23
1
-1
/
+1
*
tor-hsservice: Add monotonic request id to RendRequestOrdByEffort.
Wesley Aptekar-Cassels
2025-07-23
1
-4
/
+23
*
tor-hsservice: Add note about SUGGESTED_EFFORT_DEADZONE.
Wesley Aptekar-Cassels
2025-07-23
1
-0
/
+4
*
tor-hsservice: Fix typo.
Wesley Aptekar-Cassels
2025-07-23
1
-4
/
+4
*
tor-hsservice: Remove remaining `as` casts from suggested effort update.
Wesley Aptekar-Cassels
2025-07-23
1
-12
/
+23
*
tor-hsservice: Remove another use of `as`.
Wesley Aptekar-Cassels
2025-07-23
1
-3
/
+6
*
tor-hsservice: Convert as into checked conversion.
Wesley Aptekar-Cassels
2025-07-23
1
-1
/
+1
*
tor-hsservice: Make num_dequeued u32 instead of usize.
Wesley Aptekar-Cassels
2025-07-23
1
-2
/
+2
*
tor-hsservice: Fix typos.
Wesley Aptekar-Cassels
2025-07-23
1
-6
/
+6
*
tor-hsservice: Use Mutex for suggested_effort.
Wesley Aptekar-Cassels
2025-07-23
1
-16
/
+16
*
tor-hsservice: Add tests for PowManager control loop.
Wesley Aptekar-Cassels
2025-07-23
1
-21
/
+244
[prev]
[next]