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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-chanmgr: add support for a `CreateRequestHandler`
Steven Engler
2026-04-08
1
-2
/
+31
*
proto: Rename RelayIdentities to RelayChannelAuthMaterial
David Goulet
2026-03-30
1
-7
/
+13
*
tor-chanmgr: add loopback validation, startup warning and httparse
Nihal
2026-03-18
1
-0
/
+13
*
chanmgr: Responder relay channel now use the builder my_addrs
David Goulet
2026-02-24
1
-3
/
+2
*
chanmgr: Store our relay addresses in the builder
David Goulet
2026-02-24
1
-1
/
+1
*
chanmgr: Add a set_relay_identities() to update the RelayIdentities
David Goulet
2026-02-24
1
-0
/
+17
*
proto: Remove unused ChannelBuilder
David Goulet
2026-02-19
1
-2
/
+1
*
Merge branch 'mr_3616_rebased' into 'main'
Nick Mathewson
2026-02-16
1
-1
/
+2
|
\
|
*
deps: add percent_encoding and remove serde
Nihal
2026-02-16
1
-1
/
+1
|
*
tor-chanmgr: add URI-style parsing for ProxyProtocol outbound_proxy config
Nihal
2026-02-16
1
-1
/
+2
|
*
tor-chanmgr: integrate outbound proxy into DefaultTransport
Nihal
2026-02-16
1
-1
/
+1
*
|
Merge branch 'msrv-1.89' into 'main'
Nick Mathewson
2026-02-16
1
-0
/
+1
|
\
\
|
*
|
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
|
|
/
*
/
tor-chanmgr: add doc comment to `ChanMgr::get_or_launch()`
Steven Engler
2026-02-12
1
-0
/
+6
|
/
*
chanmgr: Gate relay only function
David Goulet
2026-02-09
1
-0
/
+1
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
1
-12
/
+14
*
proto: Make ChannelProvider::get_or_launch() synchronous
Gabriela Moldovan
2026-02-04
1
-1
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
proto: Improve comment for handle_incoming()
David Goulet
2026-01-22
1
-5
/
+6
*
relay: Pass advertised addresses to the channel handler
David Goulet
2026-01-22
1
-2
/
+3
*
chanmgr: Spawn task for ChannelProvider impl of get_or_launch()
David Goulet
2026-01-13
1
-17
/
+23
*
chanmgr: Get rid of the builder outbound_chan_type
David Goulet
2026-01-13
1
-12
/
+10
*
build: Fixes for non relay feature
David Goulet
2026-01-13
1
-2
/
+6
*
chanmgr: Implement tor_proto::ChannelProvider for ChanMgr
David Goulet
2026-01-13
1
-0
/
+25
*
chanmgr: Add RelayIdentities to ChanBuilder
David Goulet
2026-01-13
1
-1
/
+13
*
chanmgr: Add ChannelType to channel manager config
David Goulet
2026-01-13
1
-1
/
+1
*
chanmgr: Introduce a ChanMgrConfig struct
David Goulet
2026-01-13
1
-2
/
+3
*
chanmgr: Remove KeyMgr from constructor
David Goulet
2026-01-13
1
-3
/
+1
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-0
/
+6
*
Merge branch 'relay-bin-4' into 'main'
opara
2025-11-11
1
-1
/
+3
|
\
|
*
tor-chanmgr: wrap the peer address in `Sensitive`
Steven Engler
2025-11-05
1
-1
/
+3
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
|
/
*
all: run cargo fmt
Steven Engler
2025-11-04
1
-1
/
+1
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
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
-2
/
+2
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-chanmgr: add `util::defer` module
Steven Engler
2024-11-27
1
-0
/
+1
*
tor-chanmgr: fix reconfigure bug when given `CheckAllOrNothing`
Steven Engler
2024-11-12
1
-2
/
+9
*
tor-chanmgr: fix `unused_imports` warning on `ChannelAccount`
Steven Engler
2024-10-09
1
-1
/
+3
*
tor-proto: Make circuit->channel queues participate in memquota
Ian Jackson
2024-10-03
1
-1
/
+12
*
tor-proto: Plumb the ChannelAccount through to queue creation site
Ian Jackson
2024-10-03
1
-2
/
+3
*
memquota: Add a toplevel account in tor-chanmgr
Ian Jackson
2024-10-03
1
-1
/
+6
*
memquota: Add a toplevel account in tor-chanmgr (pre-fmt)
Ian Jackson
2024-10-03
1
-1
/
+2
*
tor-proto: Reformat a doc comment
Ian Jackson
2024-09-26
1
-3
/
+6
*
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
1
-1
/
+1
*
tor-chanmgr: add experimental `ChanMgr::handle_incoming`
Steven Engler
2024-09-11
1
-0
/
+13
[next]