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
/
Cargo.lock
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'arti-bench' into 'main'
eta
2021-12-16
1
-0
/
+71
|
\
|
*
Introduce an experimental benchmarking utility for Arti
eta
2021-12-16
1
-0
/
+71
*
|
Refactor directory events to use a FlagPublisher mechanism.
Nick Mathewson
2021-12-14
1
-0
/
+1
|
/
*
Merge branch 'reconfigure' into 'main'
eta
2021-12-13
1
-0
/
+25
|
\
|
*
Add a few tests to tor-config.
Nick Mathewson
2021-12-07
1
-0
/
+24
|
*
Sketch API for reconfiguration.
Nick Mathewson
2021-12-07
1
-0
/
+1
*
|
update rusqlite and revert minimal version change
Trinity Pointard
2021-12-09
1
-2
/
+2
*
|
Upgrade to digest v0.10.0
Nick Mathewson
2021-12-07
1
-39
/
+56
|
/
*
Merge branch 'bug252' into 'main'
eta
2021-12-07
1
-0
/
+1
|
\
|
*
Make DNS fields in arti-client/src/client.rs configurable
Neel Chauhan
2021-12-03
1
-0
/
+1
*
|
Merge branch 'preemptive-config' into 'main'
eta
2021-12-07
1
-0
/
+1
|
\
\
|
*
|
Allow configurability on preemptive circuits
Neel Chauhan
2021-12-07
1
-0
/
+1
|
|
/
*
/
tor-netdir: Use reproducible RNG in tests.
Nick Mathewson
2021-12-06
1
-0
/
+1
|
/
*
tor-netdir: Use bitflags for WeightKind
Neel Chauhan
2021-11-30
1
-0
/
+1
*
One more "cargo update" before the release.
Nick Mathewson
2021-11-30
1
-15
/
+6
*
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-28
/
+28
*
Run "cargo update" to get latest versions.
Nick Mathewson
2021-11-29
1
-92
/
+39
*
Merge branch 'arti-client-config' into 'main'
eta
2021-11-22
1
-0
/
+1
|
\
|
*
Ensure that every section-level config type has a builder() function.
Nick Mathewson
2021-11-21
1
-0
/
+1
*
|
Merge commit '98f38dc' (arti!131) into HEAD
eta
2021-11-22
1
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
Initial cut at a typed event framework for arti (arti#230).
eta
2021-11-22
1
-0
/
+30
*
|
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
1
-5
/
+22
*
|
Merge remote-tracking branch 'origin/mr/131'
Nick Mathewson
2021-11-17
1
-44
/
+44
|
\
\
|
*
|
update dependencies
Trinity Pointard
2021-11-17
1
-46
/
+46
|
|
/
*
|
Remove dependency from arti-client to tor-config.
Nick Mathewson
2021-11-16
1
-1
/
+1
*
|
Remove unused "dirs" dependency from tor-persist.
Nick Mathewson
2021-11-16
1
-1
/
+0
*
|
tor-proto: Use tor-rtcompat macros for testing, not tokio.
Nick Mathewson
2021-11-15
1
-0
/
+1
*
|
Update to simple_asn1 0.6.1.
Nick Mathewson
2021-11-14
1
-2
/
+2
|
/
*
Completely overhaul the tor-proto circuit reactor
eta
2021-11-12
1
-1
/
+0
*
Upgrade to async-native-tls 0.4.0
Nick Mathewson
2021-11-12
1
-3
/
+3
*
Remove usage of tracing-test 0.1
Nick Mathewson
2021-11-11
1
-81
/
+4
*
Tests for tor-dirmgr::bootstrap
Nick Mathewson
2021-11-11
1
-4
/
+82
*
Replace all println/eprintln calls outside of arti CLI with trace.
Nick Mathewson
2021-11-04
1
-0
/
+1
*
Get rid of tor-proto's ChannelImpl, and use the reactor more instead
eta
2021-11-03
1
-1
/
+0
*
Use coarsetime to build an incoming traffic timestamp.
Nick Mathewson
2021-11-02
1
-0
/
+14
*
Cargo.lock: v0.0.1 is now published.
arti-v0.0.1
Nick Mathewson
2021-10-29
1
-26
/
+26
*
Update Cargo.lock in preparation for Arti 0.0.1 release.
Nick Mathewson
2021-10-29
1
-71
/
+71
*
Upgrade to fslock version 0.2
Nick Mathewson
2021-10-27
1
-3
/
+2
*
Improve and future-proof the `arti` CLI
eta
2021-10-27
1
-44
/
+62
*
Migrate tor-dirmgr from chrono to time 0.3
Nick Mathewson
2021-10-24
1
-28
/
+4
*
Migrate tor-netdoc from chrono to time 0.3
Nick Mathewson
2021-10-24
1
-1
/
+1
*
Upgrade to latest tracing-{subscriber,journald}
Nick Mathewson
2021-10-23
1
-20
/
+6
*
Upgrade to new version of simple_asn1.
Nick Mathewson
2021-10-22
1
-4
/
+31
*
Rename tor_client/arti_tor_client to arti_client.
Nick Mathewson
2021-10-21
1
-2
/
+2
*
tor-client/examples: add `hyper` example
eta
2021-10-19
1
-2
/
+88
*
tor-proto: implement tokio Async{Read, Write} traits conditionally
eta
2021-10-19
1
-0
/
+2
*
tor-client: refactor TorClient::bootstrap's args into a config object
eta
2021-10-19
1
-0
/
+1
*
Upgrade to latest chrono; update cargo_audit.sh
Nick Mathewson
2021-10-19
1
-14
/
+2
*
Merge branch 'reject_bad_hostnames'
Nick Mathewson
2021-10-18
1
-0
/
+2
|
\
|
*
Introduce ClientConfig for is_localhost config parameter
Neel Chauhan
2021-10-06
1
-0
/
+2
[prev]
[next]