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
/
builder.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
chanmgr: Get rid of the builder outbound_chan_type
David Goulet
2026-01-13
1
-8
/
+23
*
chanmgr: Use the new tor-proto channel traits in builder
David Goulet
2026-01-13
1
-170
/
+55
*
proto: Add traits for public channel views
David Goulet
2026-01-13
1
-1
/
+1
*
chanmgr: Add a relay channel connect to ChanBuilder
David Goulet
2026-01-13
1
-9
/
+156
*
chanmgr: Rename the connect_no_timeout() to be client specific
David Goulet
2026-01-13
1
-6
/
+8
*
chanmgr: Add RelayIdentities to ChanBuilder
David Goulet
2026-01-13
1
-4
/
+16
*
chanmgr: Add ChannelType to channel manager config
David Goulet
2026-01-13
1
-2
/
+7
*
chanmgr: Remove KeyMgr from constructor
David Goulet
2026-01-13
1
-7
/
+2
*
Merge branch 'relay-bin-4' into 'main'
opara
2025-11-11
1
-2
/
+4
|
\
|
*
tor-chanmgr: wrap the peer address in `Sensitive`
Steven Engler
2025-11-05
1
-2
/
+4
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
|
/
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
Use random_hostname() to pick an (E)SNI
Neel Chauhan
2025-10-20
1
-2
/
+4
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
1
-0
/
+3
*
chan: Rename channel launch to launch_client
David Goulet
2025-08-20
1
-1
/
+1
*
chanmgr: Add KeyMgr to channel builder
David Goulet
2025-08-20
1
-2
/
+7
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-4
/
+4
*
tor-rtmock: allow-Decorate every use of MockSleepProvider
Ian Jackson
2025-03-06
1
-1
/
+5
*
tor-chanmgr: Add reparameterize_kist to AbstractChannel trait.
Gabriela Moldovan
2025-01-15
1
-0
/
+4
*
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
[prev]
[next]