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
/
builder.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: Plumb the ChannelAccount through to queue creation site
Ian Jackson
2024-10-03
1
-1
/
+6
*
tor-chanmgr: Make a memquota::ChannelAcocunt per channel
Ian Jackson
2024-10-03
1
-0
/
+2
*
tor-chanmgr: Make a memquota::ChannelAcocunt per channel (pre-fmt)
Ian Jackson
2024-10-03
1
-1
/
+4
*
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
1
-1
/
+1
*
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
1
-1
/
+7
*
tor-chanmgr: add experimental `ChanMgr::handle_incoming`
Steven Engler
2024-09-11
1
-1
/
+32
*
Merge branch 'chan_arc' into 'main'
Nick Mathewson
2024-05-28
1
-4
/
+4
|
\
|
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-4
/
+4
*
|
chanmgr: Delegate to Channel::engage_padding_activities explicitly.
Nick Mathewson
2024-05-17
1
-1
/
+1
|
/
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Merge branch 'renaming' into 'main'
Nick Mathewson
2022-11-30
1
-5
/
+5
|
\
|
*
Rename TransportHelper => TransportImplHelper.
Nick Mathewson
2022-11-30
1
-5
/
+5
*
|
Downgrade a "TODO pt-client" comment
Nick Mathewson
2022-11-30
1
-1
/
+3
|
/
*
Separate BridgeAddr and PtTargetAddr
Ian Jackson
2022-11-30
1
-2
/
+6
*
tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuilder
eta
2022-11-28
1
-22
/
+15
*
tor-chanmgr: Invent [Box]ChanSensitive for two error payloads
Ian Jackson
2022-11-23
1
-1
/
+1
*
tor-chanmgr: Replace OwnedChanTarget with LoggedChanTarget in errors
Ian Jackson
2022-11-23
1
-4
/
+4
*
chanmgr: Remove "Ident" from AbstractChannel
Nick Mathewson
2022-10-18
1
-12
/
+5
*
chanmgr: replace the HashMap<> with a ByRelayIds.
Nick Mathewson
2022-10-18
1
-2
/
+2
*
chanmgr: Edit comments, fix docs
Nick Mathewson
2022-10-13
1
-3
/
+11
*
ChanMgr: Reorganize factory, builder, transport code.
Nick Mathewson
2022-10-13
1
-221
/
+8
*
Flatten TimeoutChannelFactory into ChannelBuilder.
Nick Mathewson
2022-10-13
1
-46
/
+29
*
Allow multiple ChannelBuilders to share a ChanMgrEventSender.
Nick Mathewson
2022-10-13
1
-4
/
+8
*
chanmgr: Move Timeout functionality into a decorator object.
Nick Mathewson
2022-10-13
1
-10
/
+46
*
Have ChannelBuilder use TransportHelper.
Nick Mathewson
2022-10-13
1
-22
/
+85
*
Rename mgr::ChannelFactory to mgr::AbstractChannelFactory
Nick Mathewson
2022-10-12
1
-2
/
+2
*
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
*
tor-chanmgr: don't log addresses so much.
Nick Mathewson
2022-08-25
1
-2
/
+3
*
Rename ChannelsParams types to ChannelPaddingInstructions (fmt)
Ian Jackson
2022-08-17
1
-1
/
+4
*
Rename ChannelsParams types to ChannelPaddingInstructions
Ian Jackson
2022-08-17
1
-2
/
+2
*
Channel: Make mutable() and engage_padding_activities infallible
Ian Jackson
2022-08-17
1
-3
/
+2
*
Move ChannelUsage from tor_proto to tor_chanmgr
Ian Jackson
2022-08-17
1
-3
/
+2
*
Provide ChannelUsage and plumb it all the way down
Ian Jackson
2022-08-16
1
-0
/
+5
*
channel reparameterize: Change error type
Ian Jackson
2022-08-16
1
-3
/
+2
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-2
/
+4
*
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
1
-1
/
+1
*
ChanMgr: errors: attribute errors to correct address.
Nick Mathewson
2022-07-06
1
-3
/
+7
*
ChanMgr: Add more contextual info to error types.
Nick Mathewson
2022-07-06
1
-8
/
+16
*
channel padding: Rename ChannelsParams from ChannelsConfig
Ian Jackson
2022-06-21
1
-3
/
+3
*
channel padding: Plumb settings from chanmgr
Ian Jackson
2022-06-21
1
-0
/
+5
*
Plumb a SleepProvider into the channel reactor
Ian Jackson
2022-06-08
1
-1
/
+4
*
chanmgr: expose whether we are failing because of expired certs.
Nick Mathewson
2022-04-12
1
-0
/
+4
[next]