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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-9
/
+9
*
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
2
-2
/
+2
*
|
Replace manual Debug impl with educe in tor-chanmgr
Ian Jackson
2022-03-02
2
-7
/
+7
|
/
*
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
*
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-8
/
+8
*
|
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
5
-16
/
+184
|
/
*
channel errors: Include what we were doing
Ian Jackson
2022-02-04
2
-11
/
+16
*
errors: Add some TODOs as per discussion comments
Ian Jackson
2022-02-04
1
-0
/
+5
*
tor-chanmgr::Error: impl HasKind
Ian Jackson
2022-02-04
1
-0
/
+13
*
tor-chanmgr: Handle IO errora in the new style
Ian Jackson
2022-02-04
2
-14
/
+26
*
spawn errors: Fix arti-client, tor-chanmgr, tor-circmgr
Ian Jackson
2022-02-04
1
-3
/
+9
*
tor-error: Add as a ddpendency to many crates
Ian Jackson
2022-02-04
1
-0
/
+1
*
Upgrade required version of futures crate to 0.3.14
Nick Mathewson
2022-02-01
1
-1
/
+1
*
Bump the patch version of every crate that changed since 0.0.3
Nick Mathewson
2022-01-31
1
-5
/
+5
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
1
-1
/
+1
*
bootstrap reporting: Documentation fixups from review.
Nick Mathewson
2022-01-19
1
-1
/
+12
*
tor-chanmgr: Add bootstrap/status reporting.
Nick Mathewson
2022-01-18
4
-5
/
+523
*
chanmgr: get rid of Arc around Channel
Ian Jackson
2022-01-13
4
-44
/
+46
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-7
/
+7
*
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-5
/
+5
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
tor-chanmgr: Fix happy eyeballs comment grammar in builder.rs
Neel Chauhan
2021-12-14
1
-3
/
+3
*
Make TlsConnector wrap TCP connections, not create its own
eta
2021-12-07
1
-2
/
+5
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-3
/
+2
*
tor-linkspec: Remove redundant method; add more tests.
Nick Mathewson
2021-12-04
1
-2
/
+2
*
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-7
/
+7
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
2
-1
/
+2
*
Remove all remaining dbg! instances.
Nick Mathewson
2021-11-04
1
-1
/
+0
*
Get rid of tor-proto's ChannelImpl, and use the reactor more instead
eta
2021-11-03
1
-1
/
+3
*
Bump all crate versions to 0.0.1
Nick Mathewson
2021-10-29
1
-7
/
+7
*
tor-chanmgr: remove PendingChanError as unnecessary.
Nick Mathewson
2021-10-28
2
-37
/
+6
*
Remove #![allow_unused] in tor_chanmgr::mgr
Nick Mathewson
2021-10-21
2
-1
/
+4
*
enable checked_conversions lint.
Nick Mathewson
2021-10-09
1
-0
/
+1
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
3
-0
/
+3
[next]