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
/
tor-chanmgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
clippy: Consolidate many lints in maint/add_warning
Ian Jackson
2022-06-24
1
-0
/
+3
*
maint/add_warning: Add two lints via add_warning as a test case
Ian Jackson
2022-06-24
1
-0
/
+2
*
maint/add_warning: Add ability maintain test lint blocks
Ian Jackson
2022-06-24
1
-0
/
+3
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Merge branch 'display_source_cleanup' into 'main'
eta
2022-06-21
1
-2
/
+2
|
\
|
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
1
-2
/
+2
*
|
tor-chanmgr: Change to use unwrap_void
Ian Jackson
2022-06-21
1
-8
/
+4
*
|
channel padding: Rename ChannelsParams from ChannelsConfig
Ian Jackson
2022-06-21
3
-39
/
+39
*
|
channel padding: chanmgr: Clarify a comment
Ian Jackson
2022-06-21
1
-3
/
+3
*
|
channel padding: Use IntegerMilliseconds in netdir
Ian Jackson
2022-06-21
1
-12
/
+10
*
|
channel padding: Use IntegerMilliseconds in padding::Parameters
Ian Jackson
2022-06-21
1
-10
/
+15
*
|
channel padding parameters update: Drop a redundant clone
Ian Jackson
2022-06-21
1
-1
/
+1
*
|
Fix typos
eta
2022-06-21
1
-2
/
+2
*
|
channel padding: Test timeout updates
Ian Jackson
2022-06-21
1
-0
/
+49
*
|
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: Plumb settings from chanmgr
Ian Jackson
2022-06-21
4
-14
/
+185
*
|
chanmgr: inner (map): Reorganise to prepare for having more state
Ian Jackson
2022-06-21
1
-14
/
+27
*
|
tor-chanmgr: tests: Have unwrap_open return a (mut) reference
Ian Jackson
2022-06-21
1
-2
/
+2
|
/
*
Plumb a SleepProvider into the channel reactor
Ian Jackson
2022-06-08
1
-1
/
+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
*
chanmgr: expose whether we are failing because of expired certs.
Nick Mathewson
2022-04-12
2
-20
/
+87
*
ChanMgr: Return provenance information from get_or_launch
Nick Mathewson
2022-04-07
2
-14
/
+31
*
chanmgr: bubble ClockSkew up through the Error object.
Nick Mathewson
2022-04-07
3
-9
/
+58
*
Merge branch 'main' into 'retriable'
Nick Mathewson
2022-04-05
2
-3
/
+98
|
\
|
*
chanmgr: tests for ConnStatus::usable
Nick Mathewson
2022-04-02
1
-0
/
+5
|
*
chanmgr: add a test for AbstractChannel::duration_unused
Nick Mathewson
2022-04-02
1
-1
/
+9
|
*
chanmgr: add tests for connect_one.
Nick Mathewson
2022-04-02
1
-2
/
+84
*
|
chanmgr: implement HasRetryTime.
Nick Mathewson
2022-04-04
1
-0
/
+31
|
/
*
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-0
/
+41
*
tor-proto: add a backend to detect reported clock skew.
Nick Mathewson
2022-03-23
1
-1
/
+4
*
Merge branch 'ticket_383' into 'main'
Ian Jackson
2022-03-09
1
-5
/
+5
|
\
|
*
tor-chanmgr: Do not allocate an Internal error unless we mean it.
Nick Mathewson
2022-03-08
1
-5
/
+5
*
|
Merge branch 'moderately-enthused-eyeballs' into 'main'
eta
2022-03-07
2
-21
/
+84
|
\
\
|
|
/
|
/
|
|
*
Implement a basic form of RFC 8305 ("happy eyeballs") for channels
eta
2022-03-07
2
-21
/
+84
*
|
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-1
/
+1
*
|
Replace manual Debug impl with educe in tor-chanmgr
Ian Jackson
2022-03-02
1
-7
/
+5
|
/
*
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
|
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
|
tor-proto: Split IoErr based on when it occurs
Nick Mathewson
2022-02-23
1
-1
/
+1
|
/
*
Rename TorConnectionFailed to TorAccessFailed
Nick Mathewson
2022-02-22
1
-2
/
+2
*
tor-chanmgr: use Bug types.
Nick Mathewson
2022-02-16
4
-16
/
+24
*
Implement HasKind for tor-chanmgr::Error
Nick Mathewson
2022-02-16
1
-2
/
+6
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2022-02-10
1
-1
/
+1
*
Merge branch 'error-improvements' into 'main'
eta
2022-02-08
2
-12
/
+23
|
\
|
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
2
-12
/
+23
*
|
Clean up ChannelState ready_to_expire
Yuan Lyu
2022-02-06
1
-10
/
+9
*
|
Expire channels that have been unused for too long
Yuan Lyu
2022-02-04
4
-16
/
+183
|
/
[next]