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
/
arti-client
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
update `CfgPath::path` to use a `CfgPathResolver`
Steven Engler
2024-11-18
2
-16
/
+92
*
tor-ptmgr: pass through the `CfgPathResolver`
Steven Engler
2024-11-18
1
-0
/
+2
*
tor-hsservice: pass through the `CfgPathResolver`
Steven Engler
2024-11-18
1
-0
/
+2
*
arti-client: add doc comment to `TorClient::reconfigure`
Steven Engler
2024-11-05
1
-0
/
+4
*
Merge branch 'remove-haskind' into 'main'
Ian Jackson
2024-11-05
1
-1
/
+3
|
\
|
*
arti-client: Clarify when BadOnionAddress is returned.
Gabriela Moldovan
2024-11-04
1
-0
/
+2
|
*
tor-hscrypto: Abolish the HasKind impl of HsIdParseError.
Gabriela Moldovan
2024-11-04
1
-1
/
+1
*
|
tor-config: removed re-export of `CfgPath`
Steven Engler
2024-11-04
1
-1
/
+2
|
/
*
Disable a lot of dead code warnings
Ian Jackson
2024-10-17
1
-0
/
+3
*
Merge branch 'rpc_verb_methods' into 'main'
David Goulet
2024-10-16
1
-1
/
+1
|
\
|
*
RPC: Rename "arti:isolated_client" to "arti:new_isolated_client".
Nick Mathewson
2024-10-09
1
-1
/
+1
*
|
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
1
-2
/
+1
|
/
*
arti-client: Fix a broken doc comment.
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
arti-client, tor-keymgr: Remove a couple of now-addressed TODOs.
Gabriela Moldovan
2024-10-08
1
-1
/
+0
*
arti-client: Use the configured C Tor client keystores.
Gabriela Moldovan
2024-10-08
1
-1
/
+12
*
arti-client: Use the configured C Tor keystores, if any.
Gabriela Moldovan
2024-10-08
1
-4
/
+21
*
arti-client: Refactor KeyMgr building logic.
Gabriela Moldovan
2024-10-08
1
-15
/
+14
*
tor-keymgr: Move config/arti.rs to config.rs
Gabriela Moldovan
2024-10-08
2
-2
/
+2
*
Merge branch 'allow-onion-addrs-default-true' into 'main'
gabi-250
2024-10-07
2
-3
/
+3
|
\
|
*
Default allow_onion_addrs to true.
Wesley Aptekar-Cassels
2024-10-07
2
-3
/
+3
*
|
arti-client: Fix incorrect feature gate for onion-service-client.
Wesley Aptekar-Cassels
2024-10-07
1
-4
/
+3
|
/
*
Merge branch 'mq' into 'main'
Ian Jackson
2024-10-07
2
-0
/
+7
|
\
|
*
memquota: Add a toplevel account in tor-chanmgr
Ian Jackson
2024-10-03
1
-0
/
+2
|
*
arti-client: Provide another variant for memquota errors
Ian Jackson
2024-10-03
1
-0
/
+5
*
|
Merge branch 'launch-with-hsid-docs' into 'main'
gabi-250
2024-10-03
1
-0
/
+8
|
\
\
|
*
|
arti-client: Clarify the launch_onion_service_with_hsid() docs.
Gabriela Moldovan
2024-10-03
1
-0
/
+8
*
|
|
Merge branch 'rename-client-auth' into 'main'
Ian Jackson
2024-10-03
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
arti-client: Use the new "restricted discovery" terminology.
Gabriela Moldovan
2024-10-03
1
-2
/
+2
|
|
/
*
|
CircMgr: Start writing tests.
Wesley Aptekar-Cassels
2024-10-03
1
-1
/
+1
*
|
Revise RPC documentation to be more informative.
Nick Mathewson
2024-10-02
2
-5
/
+28
|
/
*
Merge branch 'misc' into 'main'
Ian Jackson
2024-10-01
1
-2
/
+2
|
\
|
*
arti-client: Change the case of ErrorDetail::MemquotaSetup from MemQuotaSetup
Ian Jackson
2024-09-26
1
-2
/
+2
*
|
Merge branch 'upgrades-20240925' into 'main'
Nick Mathewson
2024-09-26
1
-9
/
+8
|
\
\
|
|
/
|
/
|
|
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-9
/
+8
*
|
Merge branch 'rename_singleton_id' into 'main'
Jim Newsome
2024-09-25
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
rpc: Rename SingletonId to SingleIdResponse
Nick Mathewson
2024-09-24
1
-3
/
+3
*
|
CircMgr: Make CircMgr and HsCircPool generic over builder type.
Wesley Aptekar-Cassels
2024-09-24
1
-9
/
+11
|
/
*
tor-keymgr: Move keystore config under keystore.primary.
Gabriela Moldovan
2024-09-23
1
-1
/
+1
*
arti: Reinstate the keystore.enabled option.
Gabriela Moldovan
2024-09-23
1
-3
/
+3
*
arti-client: Update docs to reflect KeystoreSelector renaming.
Gabriela Moldovan
2024-09-23
1
-3
/
+3
*
tor-keymgr: Rename the primary keystore for clarity.
Gabriela Moldovan
2024-09-23
1
-6
/
+6
*
arti-client: added support for constructing ArtiEphemeralKeystore to InertTor...
Morgan
2024-09-20
1
-22
/
+37
*
tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfig
Morgan
2024-09-20
1
-4
/
+4
*
arti-client: Add APIs for rotating service discovery keys.
Gabriela Moldovan
2024-09-19
1
-0
/
+80
*
arti-client: add experimental launch_onion_service_with_hsid() method which H...
Morgan
2024-09-15
1
-1
/
+45
*
arti-client: Convert a note to a comment.
Gabriela Moldovan
2024-09-12
1
-1
/
+1
*
arti-client: Remove duplicated documentation.
Gabriela Moldovan
2024-09-12
1
-42
/
+4
*
arti-client: implemented insert_service_discovery_key and remove_service_disc...
Morgan
2024-09-10
1
-1
/
+168
*
Merge branch 'relay-err' into 'main'
David Goulet
2024-09-09
1
-1
/
+1
|
\
|
*
arti-client: minor documentation grammar fix
Steven Engler
2024-09-05
1
-1
/
+1
[prev]
[next]