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
...
|
*
|
PT protocol: pt-spec conformance with password field
Nick Mathewson
2022-11-30
1
-4
/
+5
|
*
|
connect_via_proxy: Actually send initial handshake.
Nick Mathewson
2022-11-30
1
-3
/
+3
|
*
|
PT SOCKS tests: add a few more tests
Ian Jackson
2022-11-30
1
-1
/
+6
|
*
|
PT SOCKS tests: test name that only fits in V4
Ian Jackson
2022-11-30
1
-3
/
+7
|
|
/
*
/
Abolish ChanMgr::set_default_transport
Ian Jackson
2022-11-30
2
-19
/
+0
|
/
*
Merge branch 'todos-chanmgr' into 'main'
Nick Mathewson
2022-11-29
4
-9
/
+13
|
\
|
*
chanmgr: Distinguish failure to connect to proxy from other IO failures
Nick Mathewson
2022-11-29
2
-6
/
+12
|
*
chanmgr: remove a now-stale TODO.
Nick Mathewson
2022-11-29
1
-2
/
+0
|
*
chanmgr: Report Pt errors correctly.
Nick Mathewson
2022-11-29
1
-1
/
+1
*
|
Remove deprecated aliases in tor-linkspec.
Nick Mathewson
2022-11-29
2
-7
/
+7
|
/
*
Fix ChanMgr APIs for setting PtMgr etc to match what TorClient wants.
Nick Mathewson
2022-11-28
1
-7
/
+4
*
tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuilder
eta
2022-11-28
6
-41
/
+111
*
Draft: Pluggable transport manager
eta
2022-11-28
2
-14
/
+42
*
Make ChannelMethod non-exhaustive
Ian Jackson
2022-11-24
1
-0
/
+6
*
tor-chanmgr: Invent [Box]ChanSensitive for two error payloads
Ian Jackson
2022-11-23
3
-4
/
+13
*
tor-chanmgr: Replace OwnedChanTarget with LoggedChanTarget in errors
Ian Jackson
2022-11-23
2
-9
/
+9
*
ChanMgr: Another attempt to build on CI.
Nick Mathewson
2022-11-23
1
-1
/
+7
*
ChanMgr: Rename Factory -> CompoundFactory
Nick Mathewson
2022-11-23
2
-5
/
+5
*
ChanMgr: Fix a few more conditional-compilation issues
Nick Mathewson
2022-11-23
3
-0
/
+3
*
ChanMgr: Remove Arc aliases.
Nick Mathewson
2022-11-23
1
-12
/
+6
*
Mark set-default-factory API as experimental.
Nick Mathewson
2022-11-23
1
-4
/
+2
*
Make ChannelFactory and AbstractPtMgr require Send+Sync
Nick Mathewson
2022-11-23
2
-6
/
+6
*
ChanMgr: Implement functions that replace channel factories.
Nick Mathewson
2022-11-23
4
-21
/
+113
*
ChanMgr: move the AbstractChanFactory into MgrState.
Nick Mathewson
2022-11-22
5
-18
/
+60
*
Merge branch 'main' into 'abstract-pt-mgr'
Nick Mathewson
2022-11-22
1
-0
/
+2
|
\
|
*
ChanMgr: Log every conection attempt at debug.
Nick Mathewson
2022-11-17
1
-0
/
+2
*
|
Replace TransportRegistry with AbstractPtMgr
eta
2022-11-22
4
-42
/
+33
|
/
*
chanmgr: rename new_test_channel_map to new_test_state.
Nick Mathewson
2022-11-16
1
-5
/
+5
*
chanmgr::mgr::*: misc spelling fixes and normali[sz]ations
Nick Mathewson
2022-11-16
2
-6
/
+6
*
Fix up documentation that referred to a ChannelMap.
Nick Mathewson
2022-11-16
2
-18
/
+17
*
ChanMgr: Rename map.rs to state.rs
Nick Mathewson
2022-11-16
3
-9
/
+9
*
ChanMgr: Rename ChannelMap to MgrState
Nick Mathewson
2022-11-16
2
-7
/
+7
*
ChanMgr: downgrade and remove a few TODO-ptclient comments
Nick Mathewson
2022-11-08
2
-5
/
+1
*
Suppress two clippy::large_enum_variant warnings
Nick Mathewson
2022-11-03
1
-0
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
Merge branch 'guards_as_bridges_part1' into 'main'
Nick Mathewson
2022-10-24
1
-4
/
+2
|
\
|
*
guardmgr: Refactor the interior of FirstHop.
Nick Mathewson
2022-10-24
1
-4
/
+2
*
|
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
[prev]
[next]