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
/
tor-proto
/
Cargo.toml
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bump minor version of tor-rtcompat and most of its dependents
Nick Mathewson
2022-10-03
1
-4
/
+4
*
Bump crates that have had backward compatible API changes.
Nick Mathewson
2022-10-03
1
-3
/
+3
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-10
/
+10
*
Upgrade statrs in preparation for release.
Nick Mathewson
2022-08-30
1
-1
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+3
*
tor-proto: Make "testing" feature that exports some things
Ian Jackson
2022-08-16
1
-0
/
+3
*
tor-proto: padding::Parameters: use impl_standard_builder
Ian Jackson
2022-08-16
1
-0
/
+1
*
Merge branch 'main' into 'linkspec_refactor_v3'
Nick Mathewson
2022-08-10
1
-1
/
+1
|
\
|
*
Use the `zeroize` feature in several crates
Nick Mathewson
2022-08-01
1
-1
/
+1
*
|
tor-proto: Unify the check_match code in channel and handshake
Nick Mathewson
2022-08-10
1
-0
/
+1
|
/
*
Bump patch versions on crates that have new APIs.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
Bump minor version on crates with deps with breaking changes.
Nick Mathewson
2022-08-01
1
-1
/
+1
*
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-4
/
+4
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-10
/
+10
*
channel padding: Use IntegerMilliseconds in padding::Parameters
Ian Jackson
2022-06-21
1
-0
/
+1
*
channel padding: Make Parameters a pub struct with builder
Ian Jackson
2022-06-21
1
-0
/
+1
*
Add "full" and "experimental" features to arti-client and below.
Nick Mathewson
2022-06-10
1
-0
/
+2
*
tor-proto: padding: Test padding timer distribution
Ian Jackson
2022-06-08
1
-0
/
+2
*
tor-proto: channel: Provide padding::Timer
Ian Jackson
2022-06-08
1
-0
/
+3
*
Plumb a SleepProvider into the channel reactor
Ian Jackson
2022-06-08
1
-0
/
+1
*
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-17
/
+15
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-2
/
+2
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-4
/
+4
*
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-11
/
+11
*
Upgrade to AES 0.8
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
-10
/
+10
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-11
/
+11
*
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-0
/
+1
*
Replace manual Debug impls with educe in tor-proto
Ian Jackson
2022-03-02
1
-0
/
+1
*
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-10
/
+10
*
Merge branch 'always-coarsetime' into 'main'
eta
2022-02-28
1
-3
/
+1
|
\
|
*
Make coarsetime dependency and traffic-timestamping non-optional.
Nick Mathewson
2022-02-25
1
-3
/
+1
*
|
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
|
/
*
tor-proto: use InternalError for internal errors.
Nick Mathewson
2022-02-15
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
-2
/
+2
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
1
-3
/
+1
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-9
/
+9
*
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-13
/
+13
*
Upgrade to digest v0.10.0
Nick Mathewson
2021-12-07
1
-17
/
+18
*
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-9
/
+9
*
tor-proto: Use tor-rtcompat macros for testing, not tokio.
Nick Mathewson
2021-11-15
1
-1
/
+1
*
Completely overhaul the tor-proto circuit reactor
eta
2021-11-12
1
-2
/
+1
*
Get rid of tor-proto's ChannelImpl, and use the reactor more instead
eta
2021-11-03
1
-1
/
+1
*
Use coarsetime to build an incoming traffic timestamp.
Nick Mathewson
2021-11-02
1
-0
/
+3
*
Bump all crate versions to 0.0.1
Nick Mathewson
2021-10-29
1
-8
/
+8
*
tor-proto: implement tokio Async{Read, Write} traits conditionally
eta
2021-10-19
1
-0
/
+4
[prev]
[next]