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
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-16
/
+16
*
Merge branch 'clippy' into 'main'
Ian Jackson
2022-06-24
5
-0
/
+39
|
\
|
*
clippy: Consolidate many lints in maint/add_warning
Ian Jackson
2022-06-24
4
-0
/
+12
|
*
clippy: Add standard test lint block to several examples
Ian Jackson
2022-06-24
4
-0
/
+24
|
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
|
Update README.md files from rustdoc.
Nick Mathewson
2022-06-24
1
-41
/
+77
|
/
*
Merge branch 'display_source_cleanup' into 'main'
eta
2022-06-21
1
-8
/
+8
|
\
|
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
1
-8
/
+8
*
|
Merge branch 'stalled_directory' into 'main'
Ian Jackson
2022-06-21
1
-1
/
+17
|
\
\
|
*
|
Report directory blockage problems from arti-client.
Nick Mathewson
2022-06-14
1
-1
/
+16
|
*
|
DirMgr: Track errors, stalls, and resets as part of status.
Nick Mathewson
2022-06-13
1
-0
/
+1
*
|
|
channel padding: Plumb settings from chanmgr
Ian Jackson
2022-06-21
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'main' into 'accel-features'
Nick Mathewson
2022-06-16
3
-12
/
+8
|
\
\
|
*
\
Merge branch 'high-level-features' into 'main'
Nick Mathewson
2022-06-16
2
-44
/
+82
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Remove "rustls" from "full", for license reasons.
Nick Mathewson
2022-06-15
2
-3
/
+7
|
*
|
Merge branch 'dormant_directory' into 'main'
Nick Mathewson
2022-06-13
1
-0
/
+1
|
|
\
\
|
|
*
|
New API to expose and use TaskHandle from DirMgr.
Nick Mathewson
2022-06-13
1
-0
/
+1
*
|
|
|
Add "accel-*" features to arti-client and arti.
Nick Mathewson
2022-06-13
2
-2
/
+34
|
|
_
|
/
|
/
|
|
*
|
|
Document "full", "experimental" in toplevel crate documentation.
Nick Mathewson
2022-06-13
1
-41
/
+65
*
|
|
Add "full" and "experimental" features to arti-client and below.
Nick Mathewson
2022-06-10
1
-3
/
+13
|
/
/
*
|
Merge branch 'sleep' into 'main'
Ian Jackson
2022-06-08
1
-0
/
+1
|
\
\
|
*
|
rt-compat: Make all the individual runtime traits Clone+Send etc.
Ian Jackson
2022-06-08
1
-0
/
+1
|
|
/
*
|
Move responsibility for GuardMgr NetDir updates to GuardMgr.
Nick Mathewson
2022-06-07
1
-7
/
+0
*
|
Remove now-redundant Send+Sync constraints alongside NetDirProvider
Nick Mathewson
2022-06-07
2
-4
/
+4
|
/
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
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
*
Merge branch 'config-split' into 'main'
Ian Jackson
2022-05-26
1
-0
/
+4
|
\
|
*
Split TorClientConfig out of ArtiConfig, and Resolvable trait
Ian Jackson
2022-05-24
1
-0
/
+4
*
|
Merge branch 'isolation-example' into 'main'
Nick Mathewson
2022-05-24
1
-0
/
+198
|
\
\
|
|
/
|
/
|
|
*
mention isolation is an advanced topic and most usage don't require implement...
trinity-1686a
2022-05-24
1
-0
/
+3
|
*
add example for Isolation
trinity-1686a
2022-05-23
1
-0
/
+195
*
|
Apply fs-mistrust to logfile directories.
Nick Mathewson
2022-05-24
1
-0
/
+20
*
|
Make fs-mistrust configurable from the top level.
Nick Mathewson
2022-05-24
4
-36
/
+88
*
|
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
2
-5
/
+4
*
|
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
1
-1
/
+1
|
/
*
add unit tests for arti_client::StreamPrefs
michael mccune
2022-05-23
1
-0
/
+77
*
Merge branch 'arti-config-2' into 'main'
Nick Mathewson
2022-05-13
1
-0
/
+9
|
\
|
*
arti-config: Move default config file test to arti-client
Ian Jackson
2022-05-13
1
-0
/
+9
*
|
impl_standard_builder: Have it generate FooConfig::builder
Ian Jackson
2022-05-12
1
-24
/
+0
|
/
*
Merge branch 'builder-default-bis' into 'main'
eta
2022-05-12
1
-9
/
+5
|
\
|
*
Rename impl_standard_builder from impl_default_via_builder
Ian Jackson
2022-05-12
1
-5
/
+5
|
*
config: Move macro calls to next to the struct
Ian Jackson
2022-05-12
1
-8
/
+4
*
|
Merge branch 'ticket_412_467' into 'main'
Nick Mathewson
2022-05-12
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
Add DirSkewTolerance section to DirMgr configuration.
Nick Mathewson
2022-05-11
1
-3
/
+9
*
|
Merge branch 'builder-default' into 'main'
eta
2022-05-12
1
-27
/
+5
|
\
\
|
*
|
Define and use impl_default_via_builder
Ian Jackson
2022-05-11
1
-27
/
+5
*
|
|
Add correct serde(default) attrs for humantime_serde::option
Ian Jackson
2022-05-12
1
-3
/
+3
|
/
/
[next]