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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
arti-client: Add more dummy keymgr APIs.
Gabriela Moldovan
2023-06-20
1
-0
/
+30
|
*
|
|
arti-client: Add a result type for the dummy keymgr impl.
Gabriela Moldovan
2023-06-20
1
-3
/
+6
|
*
|
|
arti-client: Add an Error type for the dummy key manager.
Gabriela Moldovan
2023-06-20
2
-7
/
+15
*
|
|
|
Merge branch 'keymgr-mistrust' into 'main'
gabi-250
2023-06-20
5
-11
/
+97
|
\
|
|
|
|
*
|
|
arti-client, keymgr: Introduce Mistrust settings and enforce FS permissions.
Gabriela Moldovan
2023-06-20
2
-8
/
+44
|
*
|
|
arti-client: Temporarily ignore key store errors.
Gabriela Moldovan
2023-06-20
1
-3
/
+10
|
*
|
|
keymgr: Add TODO about separation of concerns wrt FS operations.
Gabriela Moldovan
2023-06-20
1
-0
/
+8
|
*
|
|
keymgr: Add an error variant for fs_mistrust errors.
Gabriela Moldovan
2023-06-20
3
-0
/
+15
|
*
|
|
keymgr: Add a FsErrorSource to Error::Fs.
Gabriela Moldovan
2023-06-20
1
-1
/
+21
|
/
/
/
*
|
|
Merge branch 'circmgr-todos' into 'main'
Nick Mathewson
2023-06-20
3
-59
/
+196
|
\
\
\
|
*
|
|
Typo fixes
gabi-250
2023-06-20
1
-2
/
+2
|
*
|
|
circmgr: Use a slightly nicer way to pick a circuit from our pool.
Nick Mathewson
2023-06-16
1
-13
/
+58
|
*
|
|
circmgr: Make hspool size dynamic
Nick Mathewson
2023-06-16
2
-28
/
+108
|
*
|
|
circmgr::hspool: Move the Mutex into an intermediary Inner struct
Nick Mathewson
2023-06-16
2
-35
/
+53
|
*
|
|
circmgr: Remove TODOS about retrying.
Nick Mathewson
2023-06-16
1
-5
/
+0
|
*
|
|
cirmgr: remove a dead-code exception.
Nick Mathewson
2023-06-16
1
-1
/
+0
*
|
|
|
Merge branch 'rpcdoc' into 'main'
Ian Jackson
2023-06-20
4
-7
/
+53
|
\
\
\
\
|
*
|
|
|
rpc: Fix docs typo
Nick Mathewson
2023-06-20
1
-1
/
+1
|
*
|
|
|
rpc: Cross-reference up from tor-rpcbase re where DispatchTable lives
Ian Jackson
2023-06-16
1
-0
/
+2
|
*
|
|
|
rpc: Expand and clarify and cross-reference lock hierarchy
Ian Jackson
2023-06-16
2
-6
/
+34
|
*
|
|
|
rpc: Document relationship between `Connection` and `RpcSession`
Ian Jackson
2023-06-16
2
-1
/
+17
*
|
|
|
|
Merge branch 'arti-client' into 'main'
Alexander Færøy
2023-06-19
5
-37
/
+159
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
arti-client: hs: remove some now-obsolete allows
Ian Jackson
2023-06-16
1
-3
/
+0
|
*
|
|
|
arti-client: address: Prefer to throw OnionAddressResolveRequest (fmt)
Ian Jackson
2023-06-16
1
-9
/
+7
|
*
|
|
|
arti-client: address: Prefer to throw OnionAddressResolveRequest
Ian Jackson
2023-06-16
1
-7
/
+23
|
*
|
|
|
arti-client: hs: Test cases for variously disabling .onion
Ian Jackson
2023-06-16
1
-1
/
+57
|
*
|
|
|
arti-client: Provide ErrorDetailDiscriminants for convenient testing
Ian Jackson
2023-06-16
4
-2
/
+5
|
*
|
|
|
arti-client: StreamPrefs::connect_to_onion_services: honour
Ian Jackson
2023-06-16
3
-2
/
+20
|
*
|
|
|
arti-client: StreamPrefs::connect_to_onion_services: docs
Ian Jackson
2023-06-16
1
-1
/
+6
|
*
|
|
|
arti-client: StreamPrefs::connect_to_onion_services: fix cfg
Ian Jackson
2023-06-16
1
-1
/
+1
|
*
|
|
|
arti-client: StreamPrefs::connect_to_onion_services: fix name
Ian Jackson
2023-06-16
1
-1
/
+1
|
*
|
|
|
Added setter method in impl for StreamPrefs
nate_d1azzz
2023-06-16
1
-1
/
+5
|
*
|
|
|
arti-client hs: connect_to_onion_services: default to true
Ian Jackson
2023-06-16
1
-2
/
+5
|
*
|
|
|
arti-client: OnionAddressNotSupported: Change description and kind
Ian Jackson
2023-06-16
1
-3
/
+3
|
*
|
|
|
arti-client: address: Apply deferred rustfmt churn
Ian Jackson
2023-06-16
1
-2
/
+6
|
*
|
|
|
arti-client: address: Plumb StreamPrefs into enforce_config
Ian Jackson
2023-06-16
2
-7
/
+12
|
*
|
|
|
arti-client: address: Move config enforcement
Ian Jackson
2023-06-16
2
-9
/
+11
|
*
|
|
|
arti-client: address: Move config enforcement (pre-fmt)
Ian Jackson
2023-06-16
1
-2
/
+6
|
*
|
|
|
arti-client: address: Disable some tests when HS disabled
Ian Jackson
2023-06-16
1
-9
/
+16
*
|
|
|
|
Merge branch 'rpc_session_mgt' into 'main'
Nick Mathewson
2023-06-16
8
-92
/
+138
|
\
\
\
\
\
|
*
|
|
|
|
Fix compilation afver last suggestion.
Nick Mathewson
2023-06-16
1
-1
/
+2
|
*
|
|
|
|
Apply 1 suggestion(s) to 1 file(s)
Ian Jackson
2023-06-16
1
-0
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
rpc: Document and apply lock hierarchy for Mgr/Connection
Nick Mathewson
2023-06-15
1
-4
/
+13
|
*
|
|
|
rpc: Give the session-creation function an argument.
Nick Mathewson
2023-06-15
5
-11
/
+19
|
*
|
|
|
rpc: revise session initialization a lot.
Nick Mathewson
2023-06-15
5
-44
/
+60
|
*
|
|
|
rpc: Rename Session=>RpcSession
Nick Mathewson
2023-06-15
3
-9
/
+9
|
*
|
|
|
rpc: Expose Session object.
Nick Mathewson
2023-06-15
2
-3
/
+13
|
*
|
|
|
RPC: rename new_session to new_connection
Nick Mathewson
2023-06-15
2
-2
/
+2
|
*
|
|
|
rpc: switch GlobalId mac to KMAC.
Nick Mathewson
2023-06-14
2
-15
/
+5
|
*
|
|
|
rpc: connection_id _is_ used: remove a comment to the contrary
Nick Mathewson
2023-06-14
1
-3
/
+0
[prev]
[next]