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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
6
-24
/
+22
*
|
|
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
*
|
|
|
Merge branch 'channel' into 'main'
Ian Jackson
2022-06-21
18
-98
/
+796
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
tor-chanmgr: Change to use unwrap_void
Ian Jackson
2022-06-21
3
-8
/
+6
|
*
|
|
channel padding: Rename ChannelsParams from ChannelsConfig (rustfmt)
Ian Jackson
2022-06-21
2
-2
/
+2
|
*
|
|
channel padding: Rename ChannelsParams from ChannelsConfig
Ian Jackson
2022-06-21
7
-98
/
+98
|
*
|
|
channel padding: chanmgr: Clarify a comment
Ian Jackson
2022-06-21
1
-3
/
+3
|
*
|
|
tor-proto: Have Channel::reconfigure throw ChannelClosed
Ian Jackson
2022-06-21
1
-2
/
+2
|
*
|
|
tor-proto: err: Provide ChannelClosed as a separate unit error
Ian Jackson
2022-06-21
5
-18
/
+38
|
*
|
|
channel padding: Use IntegerMilliseconds in netdir
Ian Jackson
2022-06-21
2
-20
/
+18
|
*
|
|
tor-netdir: Make CHANNEL_PADDING_TIMEOUT_UPPER_BOUND pub
Ian Jackson
2022-06-21
1
-1
/
+1
|
*
|
|
channel padding: Use IntegerMilliseconds in padding::Parameters
Ian Jackson
2022-06-21
5
-20
/
+30
|
*
|
|
tor-units: IntegerTimeUnit: Provide try_map
Ian Jackson
2022-06-21
1
-0
/
+50
|
*
|
|
tor-units: IntegerTimeUnit: Relax condition on T
Ian Jackson
2022-06-21
1
-5
/
+5
|
*
|
|
tor-units: IntegerTimeUnit: Provide as_time_unit deconstructor
Ian Jackson
2022-06-21
1
-0
/
+24
|
*
|
|
channel padding parameters update: Drop a redundant clone
Ian Jackson
2022-06-21
1
-1
/
+1
|
*
|
|
channel padding: Change timeout to match C Tor
Ian Jackson
2022-06-21
1
-1
/
+6
|
*
|
|
Fix docs for `CtrlMsg::ConfigUpdate`
Ian Jackson
2022-06-21
1
-5
/
+2
|
*
|
|
Fix typos
eta
2022-06-21
2
-3
/
+3
|
*
|
|
channel padding: Test timeout updates
Ian Jackson
2022-06-21
2
-1
/
+50
|
*
|
|
tor-chanmgr tests: Add config_update tracking to FakeChannel
Ian Jackson
2022-06-21
1
-1
/
+7
|
*
|
|
channel padding: Honour NetDir for timeouts
Ian Jackson
2022-06-21
1
-3
/
+47
|
*
|
|
channel padding: Add the parameters from the spec to NetDir
Ian Jackson
2022-06-21
1
-0
/
+28
|
*
|
|
channel padding: Plumb settings from chanmgr
Ian Jackson
2022-06-21
9
-27
/
+192
|
*
|
|
channel padding: Introduce ChannelsConfig and reconfigure facility
Ian Jackson
2022-06-21
4
-3
/
+242
|
*
|
|
chanmgr: inner (map): Reorganise to prepare for having more state
Ian Jackson
2022-06-21
1
-14
/
+27
|
*
|
|
channel padding timer: Support reconfiguration
Ian Jackson
2022-06-21
1
-4
/
+15
|
*
|
|
channel padding timer: Allow creation without providing parameters yet
Ian Jackson
2022-06-21
2
-16
/
+32
|
*
|
|
channel padding: Test creation in disabled state
Ian Jackson
2022-06-21
1
-0
/
+12
|
*
|
|
channel padding: Make Parameters a pub struct with builder
Ian Jackson
2022-06-21
4
-3
/
+16
|
*
|
|
tor-chanmgr: tests: Have unwrap_open return a (mut) reference
Ian Jackson
2022-06-21
1
-2
/
+2
|
/
/
/
*
|
|
Run cargo update in preparation for release on Friday
Nick Mathewson
2022-06-21
1
-133
/
+105
*
|
|
Merge branch 'main' into 'main'
eta
2022-06-21
1
-2
/
+1
|
\
\
\
[prev]
[next]