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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
|
*
|
arti-client: Add expand_keystore_dir function.
Gabriela Moldovan
2023-06-29
1
-0
/
+13
|
*
|
arti-client: Add keystore_dir to StorageConfig.
Gabriela Moldovan
2023-06-29
3
-5
/
+74
|
|
/
*
|
Merge branch 'stabilize-hs-client' into 'main'
Nick Mathewson
2023-06-29
1
-2
/
+2
|
\
\
|
*
|
Mark all {hs,onion-serivce}-client features as non-experimental.
Nick Mathewson
2023-06-29
1
-2
/
+2
|
|
/
*
|
arti-client: StreamPrefs: Add security note
Ian Jackson
2023-06-29
1
-0
/
+7
*
|
Turn off HS client connections by default
Ian Jackson
2023-06-29
3
-4
/
+4
*
|
arti-client tests: Explicitly enable .onion in most tests
Ian Jackson
2023-06-29
1
-2
/
+16
|
/
*
arti_client: Add a warning comment to TorAddrError.
Nick Mathewson
2023-06-29
1
-0
/
+3
*
arti_client: Move BadOnion from TorAddrError to ErrorDetail.
Nick Mathewson
2023-06-29
2
-19
/
+7
*
HS configuration: Plumb configuration through (fmt)
Ian Jackson
2023-06-28
1
-1
/
+4
*
HS configuration: Plumb configuration through (clippy)
Ian Jackson
2023-06-28
2
-5
/
+5
*
HS configuration: Plumb configuration through
Ian Jackson
2023-06-28
2
-2
/
+4
*
HS configuration: Add and honour `allow_onion_addrs` in configuration
Ian Jackson
2023-06-28
3
-10
/
+25
*
Also require that TorClientBuilder be Sync.
Nick Mathewson
2023-06-26
1
-2
/
+2
*
arti-client: Mark DirProviderBuilder Send+Sync;
Nick Mathewson
2023-06-26
1
-1
/
+15
*
tor-hsclient: Expire old data eventually
Ian Jackson
2023-06-23
1
-1
/
+12
*
keymgr: Move dummy implementation to tor-keymgr.
Gabriela Moldovan
2023-06-22
6
-135
/
+6
*
arti-client: Make all dummy APIs pub.
Gabriela Moldovan
2023-06-22
1
-10
/
+12
*
arti-client: Add a dummy KeyType.
Gabriela Moldovan
2023-06-22
1
-0
/
+3
*
Merge branch 'stderr' into 'main'
Alexander Færøy
2023-06-21
1
-0
/
+2
|
\
|
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
|
Merge branch 'keymgr-api-consistency' into 'main'
Ian Jackson
2023-06-21
1
-1
/
+1
|
\
\
|
*
|
keymgr: Remove Error::NotFound, update KeyMgr, KeyStore APIs.
Gabriela Moldovan
2023-06-21
1
-1
/
+1
|
|
/
*
|
Merge branch 'doc_link_fix' into 'main'
Alexander Færøy
2023-06-21
1
-1
/
+1
|
\
\
|
*
|
Fix a rustdoc link.
Nick Mathewson
2023-06-21
1
-1
/
+1
|
|
/
*
|
Merge branch 'upgrade_21June2023' into 'main'
gabi-250
2023-06-21
1
-1
/
+1
|
\
\
|
*
|
Upgrade to strum 0.25.
Nick Mathewson
2023-06-21
1
-1
/
+1
|
|
/
[prev]
[next]