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
/
tor-chanmgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove most (all?) panics from tor-chanmgr::mgr::map
Nick Mathewson
2021-06-19
1
-10
/
+22
*
Make a few error types implement Clone
Nick Mathewson
2021-06-14
1
-2
/
+9
*
linkspec: Define owned variants of ChanTarget and CircTarget.
Nick Mathewson
2021-06-13
2
-65
/
+6
*
Add noop_method_call warning.
Nick Mathewson
2021-05-27
1
-0
/
+1
*
Use the "typos" tool to fix some spelling
Nick Mathewson
2021-05-26
2
-2
/
+2
*
Enable cargo_common_metadata warning.
Nick Mathewson
2021-05-25
1
-0
/
+1
*
Module docs for remaining crates
Nick Mathewson
2021-05-25
1
-2
/
+9
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
3
-12
/
+14
*
Prefer "relay" to "server" when appropriate.
Nick Mathewson
2021-05-18
2
-2
/
+2
*
Fix documentation warnings.
Nick Mathewson
2021-05-05
1
-1
/
+1
*
Add trait_duplication_in_bounds warning.
Nick Mathewson
2021-05-03
1
-0
/
+1
*
Add unseparated_literal_suffix lint, and fix it.
Nick Mathewson
2021-05-03
1
-0
/
+1
*
Add a few more clippy warnings
Nick Mathewson
2021-05-03
1
-0
/
+5
*
Make the MockNetProvider builder non-consuming.
Nick Mathewson
2021-05-03
1
-14
/
+11
*
Split mocking parts of rtcompat into new rtmock crate.
Nick Mathewson
2021-05-03
1
-4
/
+2
*
Much-improved tests for tor_chanmgr::builder
Nick Mathewson
2021-04-30
3
-1
/
+146
*
Add some more clippy warnings to our list.
Nick Mathewson
2021-04-27
1
-1
/
+6
*
Enforce (and obey) clippy lints about exhaustive enums, structs.
Nick Mathewson
2021-04-27
2
-0
/
+4
*
cargo fix --edition-idioms
Nick Mathewson
2021-04-26
1
-1
/
+1
*
Another test in ChanMgr, for TargetInfo.
Nick Mathewson
2021-04-23
1
-0
/
+19
*
Refactor and simplify ChanMgr to use AbstractChanMgr.
Nick Mathewson
2021-04-23
7
-674
/
+170
*
Full documentations on the new parts of ChanMgr.
Nick Mathewson
2021-04-23
2
-24
/
+157
*
Start on tests for reactored ChanMsg.
Nick Mathewson
2021-04-23
3
-50
/
+350
*
Begin refactoring ChanMgr to have better separation of concerns
Nick Mathewson
2021-04-22
4
-0
/
+290
*
Stop using anyhow in tor_chanmgr.
Nick Mathewson
2021-04-22
3
-16
/
+33
*
Remove the no-longer-needed "global runtime" code.
Nick Mathewson
2021-04-17
1
-16
/
+16
*
Move timer functions into an extension trait.
Nick Mathewson
2021-04-17
1
-7
/
+5
*
Move around the public modules in tor_rtcompat.
Nick Mathewson
2021-04-17
4
-5
/
+5
*
Remove all non-runtime methods in tor_rtcompat.
Nick Mathewson
2021-04-16
2
-5
/
+14
*
Add a "Runtime" parameter to all the manager types.
Nick Mathewson
2021-04-16
1
-9
/
+22
*
rtcompat: Make TLS functionality use Runtime traits.
Nick Mathewson
2021-04-16
4
-23
/
+7
*
Rename Rsa{Identity,Signature} to fix clippy warning.
Nick Mathewson
2021-03-29
3
-7
/
+7
*
Move responsibility for knowing about TLS into tor_rtcompat.
Nick Mathewson
2021-03-23
4
-48
/
+27
*
Refactor tokio implpementation in tor-rtcompat.
Nick Mathewson
2021-03-23
1
-26
/
+1
*
Missing doc for private member
Nick Mathewson
2021-03-02
1
-0
/
+3
*
Update docs wrt tokio a bit
Nick Mathewson
2021-03-02
1
-0
/
+3
*
Make a few async_test tests work correctly again.
Nick Mathewson
2021-03-02
1
-122
/
+131
*
Port to work with tokio or async-std.
Nick Mathewson
2021-03-02
2
-14
/
+44
*
Use anyhow::Context in tor-chanmgr.
Nick Mathewson
2020-12-11
2
-3
/
+9
*
It is an internal error if we do a TLS connection and get no cert.
Nick Mathewson
2020-12-08
1
-3
/
+4
*
Make RSAIdentity implement Copy.
Nick Mathewson
2020-12-08
1
-1
/
+1
*
De-parameterize ChanMgr and everything that wraps it.
Nick Mathewson
2020-12-08
2
-40
/
+113
*
Mark some XXXX issues as XXXX-A1.
Nick Mathewson
2020-12-07
1
-1
/
+1
*
Run cargo fix --edition-idioms
Nick Mathewson
2020-12-02
1
-4
/
+4
*
Refactor first-hop handling types a bit
Nick Mathewson
2020-11-17
4
-9
/
+18
*
Turn the channel "closed" method into an AtomicBool
Nick Mathewson
2020-11-13
2
-3
/
+3
*
Move a few immutable fields from ChannelImpl outside the lock.
Nick Mathewson
2020-11-13
2
-6
/
+5
*
Make the Arc-ness of channels more explicit.
Nick Mathewson
2020-11-12
2
-24
/
+21
*
tor-chanmgr: timeout support.
Nick Mathewson
2020-11-11
2
-7
/
+21
*
Isolate async_std usage in a new tor_rtcompat crate.
Nick Mathewson
2020-11-11
3
-27
/
+13
[next]