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
...
|
*
|
|
dirmgr: DirBootstrapStatus: Provide statuses and entries_mut
Ian Jackson
2022-06-22
1
-3
/
+18
|
*
|
|
dirmgr: Remove a TODO comment
Ian Jackson
2022-06-22
1
-4
/
+0
*
|
|
|
Merge branch 'error_cleanup_2' into 'main'
eta
2022-06-24
23
-162
/
+302
|
\
\
\
\
|
*
|
|
|
tor-proto: split and elaborate tor_bytes::Error instances
Nick Mathewson
2022-06-23
13
-55
/
+144
|
*
|
|
|
tor-proto: Split CellErr based on activity.
Nick Mathewson
2022-06-23
6
-18
/
+54
|
*
|
|
|
tor-proto: clean up error names and messages
Nick Mathewson
2022-06-23
12
-85
/
+90
|
*
|
|
|
tor-bytes: Split EncodeError from Error
Nick Mathewson
2022-06-23
3
-8
/
+18
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Fix a couple of typos in rustdoc comments.
Nick Mathewson
2022-06-24
2
-2
/
+2
*
|
|
|
Update README.md files from rustdoc.
Nick Mathewson
2022-06-24
5
-127
/
+199
*
|
|
|
Merge branch 'tor-netdoc/use-base64ct' into 'main'
Ian Jackson
2022-06-23
3
-9
/
+78
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
base64: Move some tests into a separate function, placating clippy
Ian Jackson
2022-06-23
1
-11
/
+15
|
*
|
|
base64: Add yet more test cases
Ian Jackson
2022-06-23
1
-0
/
+17
|
*
|
|
Add some more test cases for base64
Arturo Marquez
2022-06-22
1
-0
/
+17
|
*
|
|
Improve base64 tests
Arturo Marquez
2022-06-22
1
-1
/
+13
|
*
|
|
Add link to upstream issue
Arturo Marquez
2022-06-22
1
-1
/
+3
|
*
|
|
Remove unused `base64` crate
Arturo Marquez
2022-06-21
1
-1
/
+0
|
*
|
|
Replace `base64` crate with `base64ct` crate
Arturo Marquez
2022-06-21
3
-7
/
+25
|
|
/
/
*
|
|
Merge branch 'error_cleanup' into 'main'
Nick Mathewson
2022-06-22
27
-81
/
+126
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fs-mistrust: convert Io error variant to a struct.
Nick Mathewson
2022-06-22
2
-6
/
+18
|
*
|
tor-cell: convert BytesErr to a struct variant
Nick Mathewson
2022-06-22
4
-7
/
+22
|
*
|
tor-cell: error usefulness and style fixes
Nick Mathewson
2022-06-22
6
-17
/
+26
|
*
|
Improve error messages in tor-checkable.
Nick Mathewson
2022-06-22
2
-3
/
+4
|
*
|
tor-socksproto: Style and info fixes in errors.
Nick Mathewson
2022-06-22
4
-9
/
+16
|
*
|
Style fixes to tor-bytes errors.
Nick Mathewson
2022-06-22
1
-5
/
+9
|
*
|
Style fixes to tor-protover errors.
Nick Mathewson
2022-06-22
1
-3
/
+3
|
*
|
tor-llcrypto: style fixes on BlindingError
Nick Mathewson
2022-06-22
1
-2
/
+2
|
*
|
Style fixes to tor-units errors.
Nick Mathewson
2022-06-22
1
-2
/
+2
|
*
|
Style fixes to tor-events errors.
Nick Mathewson
2022-06-22
1
-2
/
+2
|
*
|
tor-config: style fixes on CfgPathError.
Nick Mathewson
2022-06-22
1
-6
/
+6
|
*
|
tor-config: Don't format source error as part of error message
Nick Mathewson
2022-06-22
1
-2
/
+2
|
*
|
Style fixes to retry-error error messages.
Nick Mathewson
2022-06-22
1
-3
/
+3
|
*
|
Style fixes to safelog errors.
Nick Mathewson
2022-06-22
1
-3
/
+3
|
*
|
Editorial improvements on fs-mistrust errors
Nick Mathewson
2022-06-22
5
-24
/
+21
*
|
|
Merge branch 'display_source_cleanup' into 'main'
eta
2022-06-21
9
-37
/
+38
|
\
|
|
|
*
|
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
9
-37
/
+38
*
|
|
Merge branch 'stalled_directory' into 'main'
Ian Jackson
2022-06-21
6
-209
/
+593
|
\
\
\
|
*
|
|
Refactor DirStatus data structures.
Nick Mathewson
2022-06-21
1
-74
/
+186
|
*
|
|
Make display formats work with older derive_more.
Nick Mathewson
2022-06-14
2
-2
/
+2
|
*
|
|
tor-dirmgr: Make DirStatus non-public.
Nick Mathewson
2022-06-14
3
-5
/
+4
|
*
|
|
Report directory blockage problems from arti-client.
Nick Mathewson
2022-06-14
1
-1
/
+16
|
*
|
|
Add a blockage-reporting mechanism to tor-dirmgr.
Nick Mathewson
2022-06-14
3
-1
/
+98
|
*
|
|
Add a couple of TODO items.
Nick Mathewson
2022-06-14
1
-0
/
+7
|
*
|
|
Do not update_progress on load if nothing happened.
Nick Mathewson
2022-06-14
1
-6
/
+10
|
*
|
|
DirMgr: Track errors, stalls, and resets as part of status.
Nick Mathewson
2022-06-13
4
-3
/
+81
|
*
|
|
Refactor our logic for distinguishing download attempts
Nick Mathewson
2022-06-13
3
-85
/
+127
|
*
|
|
Refactor most DirStatus users to use DirProgress.
Nick Mathewson
2022-06-13
4
-71
/
+66
|
*
|
|
Move `at_least_as_new_as` to DirProgress.
Nick Mathewson
2022-06-13
1
-4
/
+18
|
*
|
|
Turn the DirProgress in DirStatus into a named field.
Nick Mathewson
2022-06-13
1
-52
/
+73
|
*
|
|
Rename DirStatusInner to DirProgress.
Nick Mathewson
2022-06-13
2
-38
/
+38
*
|
|
|
tor-chanmgr: Change to use unwrap_void
Ian Jackson
2022-06-21
2
-8
/
+5
[prev]
[next]