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
...
*
|
tor-chanmgr: Suppress an unused imports warning for `use super::*`
Ian Jackson
2022-10-21
1
-0
/
+1
|
/
*
Oops: Mark some imports as pt-client only.
Nick Mathewson
2022-10-21
1
-3
/
+9
*
transport: Escape = signs in keys only.
Nick Mathewson
2022-10-20
1
-8
/
+13
*
Clarify comment on ExternalProxyPlugin.
Nick Mathewson
2022-10-20
1
-1
/
+2
*
transport: rename "ExtraneousData" to "UnexpectedData"
Nick Mathewson
2022-10-20
1
-5
/
+5
*
chanmgr: Add the code necessary to use SOCKS PTs via a TransportHelper
Nick Mathewson
2022-10-20
3
-4
/
+253
*
chanmgr: Begin a socks-client implementation.
Nick Mathewson
2022-10-20
2
-0
/
+216
*
Fix various typos (using typos tool and hand-inspection)
Nick Mathewson
2022-10-18
3
-5
/
+5
*
chanmgr: Add an error case if a final_attempt neither succeeds or fails
Nick Mathewson
2022-10-18
2
-1
/
+11
*
Refactor flow control in get_or_launch.
Nick Mathewson
2022-10-18
2
-54
/
+97
*
chanmgr: Split get_or_launch into sub-functions.
Nick Mathewson
2022-10-18
1
-92
/
+95
*
chanmgr: Refactor choose_action code into its own function.
Nick Mathewson
2022-10-18
1
-86
/
+92
*
Clarify a comment about the desired structure of ChanMgr
Nick Mathewson
2022-10-18
1
-1
/
+2
*
Comments to explain effects of return in closure.
Nick Mathewson
2022-10-18
1
-2
/
+6
*
chanmgr: Remove "Ident" from AbstractChannel
Nick Mathewson
2022-10-18
5
-84
/
+24
*
chanmgr: replace the HashMap<> with a ByRelayIds.
Nick Mathewson
2022-10-18
4
-312
/
+312
*
chanmgr: Add identities to pending state in map.
Nick Mathewson
2022-10-18
2
-8
/
+46
*
chanmgr: Require HasRelayIds for AbstractChannel::BuildSpec
Nick Mathewson
2022-10-18
2
-24
/
+50
*
chanmgr: Require HasRelayIds for AbstractChannel.
Nick Mathewson
2022-10-18
2
-1
/
+43
*
chanmgr: Remove the Poisoned state from the map type.
Nick Mathewson
2022-10-18
2
-48
/
+12
*
chanmgr: Edit comments, fix docs
Nick Mathewson
2022-10-13
4
-18
/
+49
*
chanmgr: Remove RegistryAsFactory.
Nick Mathewson
2022-10-13
1
-11
/
+6
*
ChanMgr: Reorganize factory, builder, transport code.
Nick Mathewson
2022-10-13
6
-282
/
+330
*
Merge branch 'factory_redux' into 'main'
Nick Mathewson
2022-10-13
6
-133
/
+223
|
\
|
*
Flatten TimeoutChannelFactory into ChannelBuilder.
Nick Mathewson
2022-10-13
2
-48
/
+30
|
*
chanmgr: clean up some TODO pt-client items and documentation.
Nick Mathewson
2022-10-13
3
-80
/
+23
|
*
Allow multiple ChannelBuilders to share a ChanMgrEventSender.
Nick Mathewson
2022-10-13
2
-4
/
+9
|
*
chanmgr: Use ChannelFactory via a Box<dyn<ChannelFactory>>.
Nick Mathewson
2022-10-13
2
-4
/
+28
|
*
chanmgr: Move Timeout functionality into a decorator object.
Nick Mathewson
2022-10-13
2
-12
/
+51
|
*
Have ChannelBuilder use TransportHelper.
Nick Mathewson
2022-10-13
3
-27
/
+91
|
*
Implement ChannelFactory for (a wrapper of) TransportRegistry.
Nick Mathewson
2022-10-12
1
-1
/
+23
|
*
chanmgr: Clean up async-ness on factory types.
Nick Mathewson
2022-10-12
1
-9
/
+17
|
*
Rename mgr::ChannelFactory to mgr::AbstractChannelFactory
Nick Mathewson
2022-10-12
3
-19
/
+22
*
|
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
|
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-33
/
+1
|
/
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
3
-0
/
+3
*
Change multiplicity of ChannelMethod and addresses
Nick Mathewson
2022-10-11
1
-12
/
+8
*
Allow two useless pattern matches that are going to be not useless
Ian Jackson
2022-10-11
1
-0
/
+1
*
Move two users of HasAddrs to HasChannelMethods
Nick Mathewson
2022-10-06
1
-2
/
+11
*
tor-linkspec: Remove the old OwnedFoo::new() functions
Nick Mathewson
2022-10-06
1
-1
/
+8
*
tor-proto: Preserve the ChannelMethod, not the SocketAddr
Nick Mathewson
2022-10-06
1
-1
/
+1
*
Mark all bridge and pt features as experimental for now.
Nick Mathewson
2022-09-29
1
-0
/
+17
*
ChanMgr: new (unimplemented) APIs for pluggable transports
Nick Mathewson
2022-09-23
4
-0
/
+150
*
Improve docs for ChannelUsage
Nick Mathewson
2022-09-22
1
-7
/
+15
*
tor-chanmgr: don't log addresses so much.
Nick Mathewson
2022-08-25
1
-2
/
+3
*
fix nightly lints
trinity-1686a
2022-08-24
1
-1
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
channel padding: Move initial config of ChannelPaddingInstructions
Ian Jackson
2022-08-17
1
-1
/
+1
*
channel usage: Rename CU::UserTraffic from CU::Exit
Ian Jackson
2022-08-17
3
-19
/
+31
*
chanmgr padding: Correct docs for padding_parameters*
Ian Jackson
2022-08-17
1
-2
/
+5
[prev]
[next]