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
/
arti-client
/
src
/
client.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-hsservice: Do not store the StateMgr in OnionService.
Gabriela Moldovan
2024-01-18
1
-13
/
+7
*
arti-client: Add a function for creating OnionServices.
Gabriela Moldovan
2024-01-18
1
-0
/
+58
*
tor-hsservice: Create a separate RunningOnionService type.
Gabriela Moldovan
2024-01-18
1
-5
/
+8
*
arti-client Remove a TODO hs that is no longer relevant.
Gabriela Moldovan
2024-01-11
1
-1
/
+0
*
arti-client: Add ErrorDetail::KeystoreRequired.
Gabriela Moldovan
2024-01-11
1
-4
/
+3
*
arti-client: Turn a TODO hs into #858.
Gabriela Moldovan
2024-01-11
1
-1
/
+1
*
arti-client: Turn a TODO HSS into #1106.
Gabriela Moldovan
2024-01-11
1
-1
/
+1
*
Merge branch 'expand-keystore-dir' into 'main'
gabi-250
2024-01-11
1
-4
/
+2
|
\
|
*
tor-keymgr: Abolish ArtiNativeKeystoreConfig::expand_keystore_dir.
Gabriela Moldovan
2024-01-10
1
-4
/
+2
*
|
tor-hsclient: Derive the KeySpecifier implementation (fmt).
Gabriela Moldovan
2024-01-10
1
-4
/
+2
*
|
tor-hsclient: Derive the KeySpecifier implementation.
Gabriela Moldovan
2024-01-10
1
-3
/
+2
|
/
*
arti_client: Change ephemeral-service TODO HSS comments to #1186.
Nick Mathewson
2024-01-09
1
-3
/
+3
*
arti-client::client: remove TODO HSS that is no longer true.
Nick Mathewson
2024-01-09
1
-2
/
+0
*
arti-client: TorClient.storage_mistrust: Correct doc comment
Ian Jackson
2023-12-13
1
-1
/
+6
*
tor-hsservice: Plumb state dir and its mistrust into ipt_mgr
Ian Jackson
2023-12-13
1
-1
/
+15
*
arti-client: Centralise state_dir variable (fmt)
Ian Jackson
2023-12-13
1
-5
/
+2
*
arti-client: Centralise state_dir variable
Ian Jackson
2023-12-13
1
-3
/
+4
*
tor-keymgr: Abolish KeyMgr::new.
Gabriela Moldovan
2023-11-27
1
-2
/
+7
*
arti-client: Stop using HsClientIntroAuthKeypair for client auth.
Gabriela Moldovan
2023-11-20
1
-15
/
+1
*
Send less information in onion service BEGIN messages
Nick Mathewson
2023-11-15
1
-1
/
+9
*
hsclient: Rename get_or_launch{connection => circuit}
Nick Mathewson
2023-10-24
1
-1
/
+1
*
tor-keymgr: Use ArtiPathError for invalid ArtiPaths.
Gabriela Moldovan
2023-10-19
1
-2
/
+2
*
arti-client: fix up launch_onion_service a bit.
Nick Mathewson
2023-10-03
1
-10
/
+19
*
hss: actually provide a stream of RendRequest from launch().
Nick Mathewson
2023-09-27
1
-1
/
+1
*
tor-hsservice: Run cargo fmt.
Gabriela Moldovan
2023-09-27
1
-3
/
+1
*
tor-hsservice: Make Launchable a non-async trait.
Gabriela Moldovan
2023-09-27
1
-1
/
+0
*
arti-client: add a minimal onion-service-launching API.
Nick Mathewson
2023-09-27
1
-6
/
+54
*
tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...
Gabriela Moldovan
2023-09-25
1
-2
/
+2
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
1
-1
/
+40
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Resolve a pair of warnings about redundant closures.
Nick Mathewson
2023-08-22
1
-2
/
+2
*
pass reconfigure_lock guard into TorClient::reconfigure_inner
sw1tch
2023-07-25
1
-3
/
+8
*
cargo fmt
sw1tch
2023-07-24
1
-1
/
+3
*
fixes deadlock in TorClient::reconfigure
sw1tch
2023-07-24
1
-1
/
+34
*
Revert "keymgr: Require callers to be explicit about which keystore to get ke...
Gabriela Moldovan
2023-07-21
1
-6
/
+4
*
keymgr: Require callers to be explicit about which keystore to get keys from.
Gabriela Moldovan
2023-07-20
1
-4
/
+6
*
keymgr: Explicitly specify the default keystore for `KeyMgr`.
Gabriela Moldovan
2023-07-20
1
-4
/
+5
*
keymgr-config: Make fields private, add function for checking if keystore is ...
Gabriela Moldovan
2023-07-20
1
-5
/
+1
*
arti-client: Use a default keystore config if `experimental-api` is disabled.
Gabriela Moldovan
2023-07-20
1
-18
/
+15
*
arti-client: Move variable closer to where it's used (fmt).
Gabriela Moldovan
2023-07-20
1
-24
/
+21
*
arti-client: Move variable closer to where it's used.
Gabriela Moldovan
2023-07-20
1
-2
/
+1
*
arti-client: Make the `KeyMgr` optional.
Gabriela Moldovan
2023-07-20
1
-34
/
+43
*
arti-client: Add TODO about expanding the keystore_dir in build().
Gabriela Moldovan
2023-07-17
1
-0
/
+2
*
arti-client: Log whether a keystore is in use.
Gabriela Moldovan
2023-07-13
1
-1
/
+4
*
arti-client: Use the config struct from tor-keymgr.
Gabriela Moldovan
2023-07-13
1
-7
/
+12
*
arti-client: Log whether the client auth keys were retrieved.
Gabriela Moldovan
2023-07-12
1
-0
/
+2
*
arti-client: Remove outdated TODO.
Gabriela Moldovan
2023-07-11
1
-3
/
+0
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Remove some needless into_iter() calls.
Nick Mathewson
2023-07-10
1
-2
/
+1
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-3
/
+3
[prev]
[next]