index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-chanmgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
/
*
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
*
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
3
-5
/
+520
*
chanmgr: get rid of Arc around Channel
Ian Jackson
2022-01-13
4
-44
/
+46
*
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
*
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
*
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
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
6
-0
/
+1133