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
*
Patchlevel bumps to crates whose dependencies just changed.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Minor-version bumps, for crates with breaking changes.
Nick Mathewson
2023-10-02
1
-6
/
+6
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-9
/
+9
*
Run "fixup-features" on arti crates.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
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
2
-6
/
+62
*
arti-client: add an onion-service-service feature
Nick Mathewson
2023-09-26
1
-1
/
+6
*
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
3
-1
/
+47
*
Merge branch 'bumps' into 'main'
arti-v1.1.8
Ian Jackson
2023-09-05
1
-17
/
+17
|
\
|
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-16
/
+16
|
*
Minor-version bumps for crates with breaking changes.
Nick Mathewson
2023-09-05
1
-1
/
+1
*
|
Run "fixup-features" in preparation for release.
Nick Mathewson
2023-09-05
1
-1
/
+1
|
/
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
10
-0
/
+10
*
arti-client: Fix a couple more typos.
Nick Mathewson
2023-08-22
2
-2
/
+2
*
Use "typos-cli" to fix a bunch of typos.
Nick Mathewson
2023-08-22
1
-1
/
+1
*
Resolve a pair of warnings about redundant closures.
Nick Mathewson
2023-08-22
1
-2
/
+2
*
Resolve warnings about ambiguous/redundant doc links
Nick Mathewson
2023-08-22
1
-2
/
+2
*
arti-client: fix conditional unused_import and dead_code warnings
Nick Mathewson
2023-08-16
2
-5
/
+7
*
arti-client: Use Path::join instead of format!.
Gabriela Moldovan
2023-08-14
1
-1
/
+1
*
arti-client: Make from_directories() derive the keystore_dir from state_dir.
Gabriela Moldovan
2023-08-11
1
-1
/
+39
*
bridge config: Fix an error message slightly
Ian Jackson
2023-08-08
1
-1
/
+1
*
arti-client config test: partially un-degrade formatting
Ian Jackson
2023-08-08
1
-10
/
+10
*
arti-client config test: degrade formatting
Ian Jackson
2023-08-08
1
-12
/
+18
*
arti-client config: Add an extra test case for bridges
Ian Jackson
2023-08-08
1
-0
/
+45
*
bridge config: reject bridges=true when there are no bridges
Ian Jackson
2023-08-08
1
-2
/
+0
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Fix and expand the description of OnionAddressDisabled
Nick Mathewson
2023-08-03
1
-2
/
+9
*
Add error if [[bridges.transports]] isn't written in config file
Saksham Mittal
2023-08-01
2
-10
/
+203
*
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
[next]