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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
Typo fixes (automated with "typos").
Nick Mathewson
2022-05-24
1
-4
/
+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
*
|
|
|
|
Merge branch 'bug482' into 'main'
eta
2022-05-24
2
-29
/
+133
|
\
\
\
\
\
|
*
|
|
|
|
DirMgr: Stop load-from-cache process when there is no change.
Nick Mathewson
2022-05-24
2
-29
/
+133
|
|
/
/
/
/
*
|
|
/
/
Allow use of RetainMut, since we do not require Rust 1.61 yet.
Nick Mathewson
2022-05-24
1
-0
/
+2
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Use serde attrs instead of manual impls
Nick Mathewson
2022-05-24
2
-28
/
+14
*
|
|
|
Apply fs-mistrust to logfile directories.
Nick Mathewson
2022-05-24
4
-7
/
+46
*
|
|
|
Make fs-mistrust configurable from the top level.
Nick Mathewson
2022-05-24
7
-56
/
+120
*
|
|
|
Write custom serde impls for Trusted{User,Group}
Nick Mathewson
2022-05-24
3
-11
/
+322
*
|
|
|
Add serde derives for MistrustBuilder.
Nick Mathewson
2022-05-24
3
-0
/
+17
*
|
|
|
fs-mistrust: Add Group and User types.
Nick Mathewson
2022-05-24
4
-24
/
+196
*
|
|
|
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
13
-157
/
+221
*
|
|
|
fs-mistrust: rename fields
Nick Mathewson
2022-05-24
2
-15
/
+15
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'upgrades-20220523' into 'main'
Ian Jackson
2022-05-24
2
-2
/
+2
|
\
\
\
|
*
|
|
Update to newer sanitize-filename and tinystr.
Nick Mathewson
2022-05-23
2
-2
/
+2
|
|
/
/
*
|
|
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
12
-14
/
+14
*
|
|
Suppress clippy warnings in tor-basic-utils.
Nick Mathewson
2022-05-23
2
-0
/
+2
|
/
/
*
|
Merge branch 'remove_dbgs' into 'main'
Nick Mathewson
2022-05-23
2
-5
/
+3
|
\
\
|
*
|
Add a couple of "pub use" to make nightly rustdoc pass.
Nick Mathewson
2022-05-20
1
-0
/
+3
|
*
|
Remove dbg!()s in tor-config
Nick Mathewson
2022-05-20
1
-5
/
+0
*
|
|
Merge branch 'update-min-async-compression' into 'main'
eta
2022-05-23
1
-1
/
+1
|
\
\
\
|
*
|
|
async-compression minimum version 0.3.5 -> 0.3.14
Jim Newsome
2022-05-23
1
-1
/
+1
*
|
|
|
add unit tests for arti_client::StreamPrefs
michael mccune
2022-05-23
1
-0
/
+77
|
/
/
/
*
|
|
prepare_send_from: clippy: Replace some or_else with or
Ian Jackson
2022-05-23
1
-2
/
+2
*
|
|
prepare_send_from: clippy: Have dprintln explicitly return ()
Ian Jackson
2022-05-23
1
-1
/
+1
*
|
|
prepare_send_from: clippy: Avoid a lint
Ian Jackson
2022-05-23
1
-2
/
+1
*
|
|
prepare_send_from: clippy: Add missing docs
Ian Jackson
2022-05-23
1
-11
/
+18
*
|
|
prepare_send_from: clippy: Replace two unwraps
Ian Jackson
2022-05-23
1
-2
/
+6
*
|
|
prepare_send_from: Break out get_output! macro
Ian Jackson
2022-05-23
1
-2
/
+11
*
|
|
prepare_send_from: docs and comments improvements
Ian Jackson
2022-05-23
1
-13
/
+115
*
|
|
prepare_send_from: Add tests
Ian Jackson
2022-05-23
1
-0
/
+122
*
|
|
channel: Provide and use Sink::prepare_send_from
Ian Jackson
2022-05-23
4
-75
/
+322
|
/
/
*
|
Merge branch 'cert_dl_recovery_v3' into 'main'
eta
2022-05-19
6
-246
/
+631
|
\
\
|
*
|
Simplify advance and reset functions with mem::replace.
Nick Mathewson
2022-05-19
1
-8
/
+4
|
*
|
Explain why we call update_status unconditionally.
Nick Mathewson
2022-05-19
1
-0
/
+3
|
*
|
Remove BootstrapAction::Impossible
Nick Mathewson
2022-05-19
3
-7
/
+4
|
*
|
Fix compilation with Rust 1.56.
Nick Mathewson
2022-05-17
1
-3
/
+2
|
*
|
DirMgr: Remove blocking_error return path.
Nick Mathewson
2022-05-17
2
-53
/
+29
|
*
|
DirMgr: Unify error return paths
Nick Mathewson
2022-05-17
3
-170
/
+262
|
*
|
DirMgr: Remove special handling of "changed" boolean
Nick Mathewson
2022-05-17
2
-84
/
+69
|
*
|
DirMgr: Start refactoring error handling.
Nick Mathewson
2022-05-17
2
-3
/
+96
|
*
|
Fix a portability issue with Rust 1.56
Nick Mathewson
2022-05-16
1
-1
/
+1
|
*
|
Give an error if the cache violates If-Modified-Since.
Nick Mathewson
2022-05-16
1
-7
/
+24
|
*
|
Add missing extend_tolerance to add_consensus_text.
Nick Mathewson
2022-05-16
1
-0
/
+1
|
*
|
DirMgr: Blame the correct cache for consensus validation failure
Nick Mathewson
2022-05-16
1
-2
/
+15
|
*
|
Move consensus signature verification to add-document code.
Nick Mathewson
2022-05-16
1
-22
/
+95
|
*
|
On a blocking error, blame the appropriate directory cache
Nick Mathewson
2022-05-16
2
-0
/
+22
|
*
|
DirMgr: Add a way for a state to report a blocking error.
Nick Mathewson
2022-05-16
2
-7
/
+26
[prev]
[next]