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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
tor-chanmgr: remove comment for something that's not implemented
Steven Engler
2026-06-17
1
-2
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
tor-chanmgr: Add doccomments and fix typo.
Wesley Aptekar-Cassels
2026-06-02
1
-1
/
+1
*
tor-chanmgr: Refactor metrics code slightly.
Wesley Aptekar-Cassels
2026-06-02
1
-73
/
+1
*
tor-chanmgr: Split out channels built error metrics.
Wesley Aptekar-Cassels
2026-06-02
1
-4
/
+72
*
tor-chanmgr: Separate inbound/outbound channel metrics.
Wesley Aptekar-Cassels
2026-06-02
1
-2
/
+2
*
tor-chanmgr: Add metrics.
Wesley Aptekar-Cassels
2026-06-02
1
-1
/
+10
*
Merge branch '3777_rebased' into 'main'
Nick Mathewson
2026-05-26
1
-1
/
+1
|
\
|
*
ptmgr: Defer proxy protocol string conversion
Nihal
2026-05-26
1
-1
/
+1
*
|
tor-chanmgr: Notify waiters when a launch is cancelled
Boris Nagaev
2026-05-04
1
-1
/
+0
|
/
*
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
[next]