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
/
Cargo.lock
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fallback list: Move default list into tor-guardmgr
Ian Jackson
2022-04-22
1
-0
/
+1
*
Use git source for derive_builder for now, for sub_builder feature
Ian Jackson
2022-04-21
1
-21
/
+18
*
Merge branch 'ticket_282' into 'main'
Nick Mathewson
2022-04-14
1
-0
/
+1
|
\
|
*
Remove obsolete files from our state directory.
Nick Mathewson
2022-04-12
1
-0
/
+1
*
|
GuardMgr: publish skew estimates.
Nick Mathewson
2022-04-12
1
-0
/
+1
|
/
*
Implement a better clock skew estimator.
Nick Mathewson
2022-04-11
1
-0
/
+1
*
Initial functions to determine and expose a clock skew estimate.
Nick Mathewson
2022-04-07
1
-0
/
+1
*
Downgrade `rlimit` to 0.7.
Nick Mathewson
2022-04-06
1
-2
/
+2
*
RetryTime: use strum::EnumDiscriminants to simplify loose_cmp.
Nick Mathewson
2022-04-04
1
-0
/
+29
*
tor-error: Add a new RetryTime type and related trait.
Nick Mathewson
2022-04-04
1
-0
/
+1
*
Update rlimit to 0.8.1
Nick Mathewson
2022-04-02
1
-2
/
+2
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-31
/
+31
*
Bump caret, retry-error to 0.1.1
Nick Mathewson
2022-04-01
1
-2
/
+2
*
Update Cargo.lock based on build.
Nick Mathewson
2022-04-01
1
-4
/
+30
*
Merge branch 'upgrade_pre_020' into 'main'
Nick Mathewson
2022-04-01
1
-30
/
+31
|
\
|
*
Final "cargo update" before 0.2.0
Nick Mathewson
2022-04-01
1
-30
/
+31
*
|
Directory filtering in arti-testing.
Nick Mathewson
2022-03-31
1
-0
/
+4
*
|
tor-netdoc: Conditionally expose document fields.
Nick Mathewson
2022-03-31
1
-0
/
+23
|
/
*
Use derive_more to derive AsRef.
Nick Mathewson
2022-03-30
1
-0
/
+1
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-0
/
+2
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
1
-0
/
+1
*
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-0
/
+1
*
Upgrade to rusqlite 0.27.0
Nick Mathewson
2022-03-29
1
-4
/
+4
*
Run cargo-update in preparation for Arti 0.2.0
Nick Mathewson
2022-03-29
1
-96
/
+97
*
dirclient: Remember the source of each resposne we receive.
Nick Mathewson
2022-03-21
1
-0
/
+1
*
derive_builder: more entries in Cargo.lock
Nick Mathewson
2022-03-21
1
-0
/
+6
*
Move logging configuration from arti_config::options to arti::logging
Ian Jackson
2022-03-21
1
-0
/
+1
*
Move ArtiConfig to new arti::cfg module
Ian Jackson
2022-03-21
1
-9
/
+6
*
Merge branch 'test-isolation' into 'main'
Nick Mathewson
2022-03-17
1
-0
/
+20
|
\
|
*
replace Arc with Box and use dyn-clone
trinity-1686a
2022-03-16
1
-0
/
+7
|
*
use downcast-rs instead of our own AsAny
trinity-1686a
2022-03-16
1
-0
/
+13
*
|
Merge branch 'config-partials-transparent' into 'main'
Ian Jackson
2022-03-17
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Provide define_accessor_trait and use it to generate CircMgrConfig
Ian Jackson
2022-03-16
1
-0
/
+1
|
*
Change type of TorClientConfig::override_net_params
Ian Jackson
2022-03-16
1
-0
/
+1
*
|
Merge branch 'derive-builder' into 'main'
Ian Jackson
2022-03-16
1
-8
/
+3
|
\
\
|
|
/
|
/
|
|
*
derive_builder: Switch to upstream 0.11
Ian Jackson
2022-03-16
1
-8
/
+3
*
|
Move RetryDelay from dirmgr to basic-utils.
Nick Mathewson
2022-03-16
1
-0
/
+1
|
/
*
actually add DNS support
trinity-1686a
2022-03-14
1
-0
/
+56
*
Merge branch 'slice-from-ref' into 'main'
eta
2022-03-14
1
-0
/
+1
|
\
|
*
tor-netdoc: Actually, make TokVal be a Vec
Ian Jackson
2022-03-11
1
-0
/
+1
*
|
Revert "humantime_serde_option: New module in tor-basic-utils"
Ian Jackson
2022-03-14
1
-2
/
+0
*
|
humantime: Update to humantime-serde 1.1.1
Ian Jackson
2022-03-14
1
-2
/
+2
|
/
*
Merge branch 'config-no-retcon' into 'main'
Ian Jackson
2022-03-10
1
-2
/
+3
|
\
|
*
Use git source for derive_builder for now, for attrs feature
Ian Jackson
2022-03-07
1
-2
/
+1
|
*
humantime_serde_option: New module in tor-basic-utils
Ian Jackson
2022-03-07
1
-0
/
+2
*
|
arti-testing: Initial support for broken TCP.
Nick Mathewson
2022-03-07
1
-0
/
+1
|
/
*
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
1
-0
/
+48
|
\
|
*
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-6
/
+7
|
*
Introduce tor-basic-utils
Ian Jackson
2022-03-04
1
-0
/
+7
|
*
Replace manual Debug impl with educe in arti-client
Ian Jackson
2022-03-02
1
-0
/
+2
[prev]
[next]