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-hsclient
/
src
/
state.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
1
-1
/
+2
*
chanmgr: Add KeyMgr to channel builder
David Goulet
2025-08-20
1
-0
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-4
/
+4
*
hs: Use the new Tunnel interface for onion service
David Goulet
2025-08-05
1
-23
/
+23
*
Use new DisplayRedacted/DebugRedacted code for HsId.
Nick Mathewson
2025-07-31
1
-6
/
+10
*
Include "bug" in all bug error messages
Nick Mathewson
2025-04-28
1
-2
/
+5
*
fix `clippy::unneeded_struct_pattern`
Steven Engler
2025-04-03
1
-1
/
+1
*
Convert a few crates to slotmap-careful
Neel Chauhan
2024-10-17
1
-1
/
+1
*
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
1
-1
/
+2
*
Merge branch 'mq' into 'main'
Ian Jackson
2024-10-07
1
-0
/
+2
|
\
|
*
memquota: Add a toplevel account in tor-chanmgr
Ian Jackson
2024-10-03
1
-0
/
+2
*
|
Merge branch 'rename-client-auth' into 'main'
Ian Jackson
2024-10-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
tor-hsclient: Use the new "restricted discovery" terminology.
Gabriela Moldovan
2024-10-03
1
-1
/
+1
*
|
CircMgr: Start writing tests.
Wesley Aptekar-Cassels
2024-10-03
1
-1
/
+1
|
/
*
CircMgr: Make CircMgr and HsCircPool generic over builder type.
Wesley Aptekar-Cassels
2024-09-24
1
-9
/
+11
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-circmgr: Create the VanguardMgr in CircMgr::new.
Gabriela Moldovan
2024-03-11
1
-5
/
+0
*
tor-circmgr: Give CircMgr a VanguardMgr.
Gabriela Moldovan
2024-03-11
1
-0
/
+6
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
1
-4
/
+2
*
tor-hsclient: Deprecate HsClientSecretKeysBuilder::ks_hsc_intro_auth().
Gabriela Moldovan
2023-11-20
1
-0
/
+1
*
tor-rtmock: Switch MockRuntime to SimpleMockSleepProvider
Ian Jackson
2023-10-03
1
-1
/
+1
*
tor-hsclient: state expiry test: Use MockSleepProvider advance
Ian Jackson
2023-09-20
1
-1
/
+2
*
tor-hsclient: expiry tests: Use advance_by
Ian Jackson
2023-09-18
1
-1
/
+1
*
tor-hsclient: expiry: Fix a boundary error in time calculation
Ian Jackson
2023-09-18
1
-1
/
+4
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run cargo +nightly fmt to format many let ... else ...
Ian Jackson
2023-07-24
1
-17
/
+21
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-13
/
+19
*
tor-hsclient: Abolish ad-hoc real-world-time sleeps
Ian Jackson
2023-07-06
1
-12
/
+4
*
tor-hsclient: Reimplement Debug for MockCirc
Ian Jackson
2023-06-29
1
-15
/
+12
*
HS configuration: Plumb configuration through (fmt)
Ian Jackson
2023-06-28
1
-8
/
+14
*
HS configuration: Plumb configuration through
Ian Jackson
2023-06-28
1
-1
/
+45
*
tor-hsclient: Increase some timeouts
Ian Jackson
2023-06-26
1
-2
/
+2
*
tor-hsclient: test: Introduce some constants for timings
Ian Jackson
2023-06-26
1
-5
/
+16
*
tor-hsclient: test: Add another sleep for expiry task *start*
Ian Jackson
2023-06-26
1
-0
/
+2
*
tor-hsclient: impl Debug by hand for MockCirc
Ian Jackson
2023-06-26
1
-1
/
+18
*
Merge branch 'data' into 'main'
Ian Jackson
2023-06-26
1
-8
/
+63
|
\
|
*
tor-hsclient: Split out expire_old_data function
Ian Jackson
2023-06-26
1
-0
/
+5
|
*
tor-hsclient: Add a TODO SPEC re data lifetime
Ian Jackson
2023-06-23
1
-0
/
+2
|
*
tor-hsclient: state tests: Test housekeeping (data expiry)
Ian Jackson
2023-06-23
1
-0
/
+5
|
*
tor-hsclient: state tests: Promote mk_hsconn call
Ian Jackson
2023-06-23
1
-1
/
+3
|
*
tor-hsclient: state tests: Introduce connect_called
Ian Jackson
2023-06-23
1
-5
/
+11
|
*
tor-hsclient: Expire old data eventually
Ian Jackson
2023-06-23
1
-2
/
+37
*
|
tor-hsclient: Add a TODO SPEC re circuit dirtiness
Ian Jackson
2023-06-23
1
-0
/
+2
|
/
*
tor-hsclient: Add a note about circuit expiry uncertainty, ticket
Ian Jackson
2023-06-22
1
-0
/
+3
*
tor-hsclient: Expand explanation of `last_used` (for Open)
Ian Jackson
2023-06-22
1
-1
/
+20
*
tor-hsclient: Make comment about circuit expiry more accurate
Nick Mathewson
2023-06-22
1
-1
/
+2
*
tor-hsclient: Apply broken formatting as demanded by rustfmt
Ian Jackson
2023-06-22
1
-1
/
+1
*
tor-hsclient: Test circuit expiry
Ian Jackson
2023-06-22
1
-1
/
+46
*
tor-hsclient: Expire HS circuits that we don't want to reuse
Ian Jackson
2023-06-22
1
-4
/
+128
[next]