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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-9
/
+9
*
Update minor versions on crates that have had breaking changes
Nick Mathewson
2023-08-01
1
-9
/
+9
*
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
2
-21
/
+18
*
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
2
-92
/
+23
*
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
11
-0
/
+11
*
Remove some needless into_iter() calls.
Nick Mathewson
2023-07-10
1
-2
/
+1
*
Update documentation regarding the `onion-service-client` feature
Kunal Mehta
2023-07-07
1
-3
/
+3
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
3
-7
/
+6
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
Additional documentation around bridges/PT configuration
Nick Mathewson
2023-07-03
1
-1
/
+14
*
Finish a sentence in the documentation for TorClient::netdir()
Nick Mathewson
2023-07-03
1
-1
/
+2
*
Remove semver.md files for 1.1.6
Nick Mathewson
2023-06-30
1
-1
/
+0
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-11
/
+11
*
Bump minor versions on crates with breaking changes
Nick Mathewson
2023-06-30
1
-3
/
+3
*
keystore: Change the dummy HsClientSpecifier to "default".
Gabriela Moldovan
2023-06-30
1
-1
/
+1
*
Merge branch 'fix-unfortunate-merge-outcome' into 'main'
Ian Jackson
2023-06-30
1
-1
/
+1
|
\
|
*
arti-client: Rename KeyStore to Keystore.
Gabriela Moldovan
2023-06-30
1
-1
/
+1
*
|
Merge branch 'docsrs-fix' into 'main'
Ian Jackson
2023-06-30
1
-0
/
+1
|
\
\
|
*
|
Add a missing "experimental-api" rustdoc notation
Nick Mathewson
2023-06-29
1
-0
/
+1
*
|
|
Merge branch 'fixup-features' into 'main'
Ian Jackson
2023-06-30
1
-1
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Resolve XXXs from fixup-features.
Nick Mathewson
2023-06-29
1
-2
/
+2
|
*
|
Run "fixup-features".
Nick Mathewson
2023-06-29
1
-2
/
+4
|
|
/
*
|
Merge branch 'keymgr-naming' into 'main'
Alexander Færøy
2023-06-30
2
-7
/
+7
|
\
\
|
*
|
keymgr: Rename KeyStore to Keystore globally.
Gabriela Moldovan
2023-06-29
2
-7
/
+7
|
|
/
*
/
keymgr: Fix another infinite loop around Keymgr error handling.
Gabriela Moldovan
2023-06-29
1
-1
/
+1
|
/
*
Merge branch 'validate-client-spec' into 'main'
Ian Jackson
2023-06-29
1
-1
/
+2
|
\
|
*
Run rustfmt
Ian Jackson
2023-06-29
1
-3
/
+2
|
*
keymgr: Define an error type for bad `ArtiPathComponents`.
Gabriela Moldovan
2023-06-29
1
-12
/
+3
|
*
arti-client, hsclient: Typealias HsClientSpecifier to ArtiPathComponent.
Gabriela Moldovan
2023-06-29
1
-1
/
+12
*
|
Merge branch 'keymgr-config' into 'main'
gabi-250
2023-06-29
3
-9
/
+103
|
\
\
|
*
|
arti-client: Fix clippy lint.
Gabriela Moldovan
2023-06-29
1
-0
/
+1
|
*
|
arti-client: Make keystore_dir an experimental option.
Gabriela Moldovan
2023-06-29
2
-25
/
+17
|
*
|
arti-client: Add TODO regarding keystore_dir deserialization.
Gabriela Moldovan
2023-06-29
1
-0
/
+3
|
*
|
tor-config: Make ItemOrBool an experimental feature.
Gabriela Moldovan
2023-06-29
2
-3
/
+23
|
*
|
arti-client: Fix clippy lints.
Gabriela Moldovan
2023-06-29
1
-1
/
+1
|
*
|
arti-client: Load keystore dir and permissions from config.
Gabriela Moldovan
2023-06-29
1
-6
/
+2
[next]