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
/
Cargo.toml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-16
/
+16
*
Merge branch 'main' into 'accel-features'
Nick Mathewson
2022-06-16
1
-10
/
+2
|
\
|
*
Remove "rustls" from "full", for license reasons.
Nick Mathewson
2022-06-15
1
-1
/
+2
*
|
Add "accel-*" features to arti-client and arti.
Nick Mathewson
2022-06-13
1
-2
/
+25
|
/
*
Add "full" and "experimental" features to arti-client and below.
Nick Mathewson
2022-06-10
1
-3
/
+13
*
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-17
/
+16
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-11
/
+11
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-14
/
+14
*
Make fs-mistrust configurable from the top level.
Nick Mathewson
2022-05-24
1
-1
/
+1
*
Merge branch 'use-fs-mistrust'
Nick Mathewson
2022-05-09
1
-0
/
+1
|
\
|
*
arti-client: Configure and use fs-mistrust.
Nick Mathewson
2022-05-09
1
-0
/
+1
*
|
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-13
/
+13
*
|
Change safelog version to 0.1.0.
Nick Mathewson
2022-05-06
1
-1
/
+1
*
|
Merge branch 'derive-builder-fork' into 'main'
Nick Mathewson
2022-05-06
1
-1
/
+1
|
\
\
|
*
|
Switch to derive_builder_arti_fork
Ian Jackson
2022-05-06
1
-1
/
+1
|
|
/
*
/
Apply `sensitive` in some info-level log messages.
Nick Mathewson
2022-05-06
1
-0
/
+1
|
/
*
Merge branch 'derive-builder-git-fixup' into 'main'
eta
2022-04-27
1
-1
/
+1
|
\
|
*
derive_builder: Use git dep everywhere, rather than cargo patch
Ian Jackson
2022-04-27
1
-1
/
+1
*
|
Upgrade to Postage 0.5.0
Nick Mathewson
2022-04-26
1
-1
/
+1
|
/
*
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
Reformat all not-yet-reformatted Cargo.toml files.
Nick Mathewson
2022-04-25
1
-11
/
+11
*
Use git source for derive_builder for now, for sub_builder feature
Ian Jackson
2022-04-21
1
-1
/
+1
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-13
/
+13
*
Reformat several Cargo.toml files with 100-char-wide lines.
Nick Mathewson
2022-03-30
1
-7
/
+2
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-0
/
+1
*
Merge branch 'dir-filter' into 'main'
Ian Jackson
2022-03-25
1
-25
/
+39
|
\
|
*
Expose DirFilter from arti-client.
Nick Mathewson
2022-03-24
1
-0
/
+2
|
*
Reformat {arti-client,tor-dirmgr}/Cargo.toml
Nick Mathewson
2022-03-24
1
-25
/
+37
*
|
Implement a periodic task scheduler, and a basic dormant mode
eta
2022-03-23
1
-0
/
+1
|
/
*
Merge branch 'config-partials-transparent' into 'main'
Ian Jackson
2022-03-17
1
-0
/
+1
|
\
|
*
Change type of TorClientConfig::override_net_params
Ian Jackson
2022-03-16
1
-0
/
+1
*
|
derive_builder: Switch to upstream 0.11
Ian Jackson
2022-03-16
1
-1
/
+1
|
/
*
humantime: Update to humantime-serde 1.1.1
Ian Jackson
2022-03-14
1
-1
/
+1
*
Use git source for derive_builder for now, for attrs feature
Ian Jackson
2022-03-07
1
-1
/
+1
*
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-1
/
+1
*
Replace manual Debug impl with educe in arti-client
Ian Jackson
2022-03-02
1
-0
/
+2
*
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-10
/
+10
*
Split "static" into sqlite and native-tls features.
Nick Mathewson
2022-02-25
1
-1
/
+3
*
Bump minimum tokio to 1.7, since tokio-util now needs that.
Nick Mathewson
2022-02-25
1
-1
/
+1
*
Upgrade dependency to new version of tokio-util.
Nick Mathewson
2022-02-25
1
-1
/
+1
*
arti-hyper: Move hyper example from arti-client
Ian Jackson
2022-02-23
1
-1
/
+0
*
Bump anyhow minimal version to 1.0.23
Ian Jackson
2022-02-18
1
-1
/
+1
*
arti-client: add ability to automatically bootstrap
eta
2022-02-16
1
-0
/
+1
*
Simplify wait_for_bootstrap to use a Mutex.
Nick Mathewson
2022-02-14
1
-1
/
+0
*
Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)
eta
2022-02-11
1
-0
/
+2
*
errors: Introduce error_detail feature
Ian Jackson
2022-02-04
1
-0
/
+1
*
tor-error: Add as a ddpendency to many crates
Ian Jackson
2022-02-04
1
-0
/
+1
*
Upgrade required version of futures crate to 0.3.14
Nick Mathewson
2022-02-01
1
-1
/
+1
*
Bump the patch version of every crate that changed since 0.0.3
Nick Mathewson
2022-01-31
1
-8
/
+8
[next]