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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-5
/
+4
*
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
3
-4
/
+11
|
\
|
*
Merge branch 'mark-bridges-not-experimental' into 'main'
Nick Mathewson
2022-11-18
2
-4
/
+9
|
|
\
|
|
*
chanmgr: Make "pt-client" non-experimental.
Nick Mathewson
2022-11-18
2
-4
/
+9
|
*
|
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
|
/
*
bump rust-version to 1.60 in every crate.
Nick Mathewson
2022-11-10
1
-1
/
+1
*
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
*
Require derive_more 0.99.3
Ian Jackson
2022-11-03
1
-1
/
+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
4
-5
/
+254
*
chanmgr: Begin a socks-client implementation.
Nick Mathewson
2022-10-20
3
-0
/
+219
*
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
7
-133
/
+224
|
\
[prev]
[next]