summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3777_rebased' into 'main'Nick Mathewson2026-05-261-1/+1
|\
| * ptmgr: Defer proxy protocol string conversionNihal2026-05-261-1/+1
* | tor-chanmgr: Notify waiters when a launch is cancelledBoris Nagaev2026-05-041-1/+0
|/
* tor-chanmgr: add support for a `CreateRequestHandler`Steven Engler2026-04-081-2/+31
* proto: Rename RelayIdentities to RelayChannelAuthMaterialDavid Goulet2026-03-301-7/+13
* tor-chanmgr: add loopback validation, startup warning and httparseNihal2026-03-181-0/+13
* chanmgr: Responder relay channel now use the builder my_addrsDavid Goulet2026-02-241-3/+2
* chanmgr: Store our relay addresses in the builderDavid Goulet2026-02-241-1/+1
* chanmgr: Add a set_relay_identities() to update the RelayIdentitiesDavid Goulet2026-02-241-0/+17
* proto: Remove unused ChannelBuilderDavid Goulet2026-02-191-2/+1
* Merge branch 'mr_3616_rebased' into 'main'Nick Mathewson2026-02-161-1/+2
|\
| * deps: add percent_encoding and remove serdeNihal2026-02-161-1/+1
| * tor-chanmgr: add URI-style parsing for ProxyProtocol outbound_proxy configNihal2026-02-161-1/+2
| * tor-chanmgr: integrate outbound proxy into DefaultTransportNihal2026-02-161-1/+1
* | Merge branch 'msrv-1.89' into 'main'Nick Mathewson2026-02-161-0/+1
|\ \
| * | Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
| |/
* / tor-chanmgr: add doc comment to `ChanMgr::get_or_launch()`Steven Engler2026-02-121-0/+6
|/
* chanmgr: Gate relay only functionDavid Goulet2026-02-091-0/+1
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-091-12/+14
* proto: Make ChannelProvider::get_or_launch() synchronousGabriela Moldovan2026-02-041-1/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* proto: Improve comment for handle_incoming()David Goulet2026-01-221-5/+6
* relay: Pass advertised addresses to the channel handlerDavid Goulet2026-01-221-2/+3
* chanmgr: Spawn task for ChannelProvider impl of get_or_launch()David Goulet2026-01-131-17/+23
* chanmgr: Get rid of the builder outbound_chan_typeDavid Goulet2026-01-131-12/+10
* build: Fixes for non relay featureDavid Goulet2026-01-131-2/+6
* chanmgr: Implement tor_proto::ChannelProvider for ChanMgrDavid Goulet2026-01-131-0/+25
* chanmgr: Add RelayIdentities to ChanBuilderDavid Goulet2026-01-131-1/+13
* chanmgr: Add ChannelType to channel manager configDavid Goulet2026-01-131-1/+1
* chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-131-2/+3
* chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-131-3/+1
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-0/+6
* Merge branch 'relay-bin-4' into 'main'opara2025-11-111-1/+3
|\
| * tor-chanmgr: wrap the peer address in `Sensitive`Steven Engler2025-11-051-1/+3
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
|/
* all: run cargo fmtSteven Engler2025-11-041-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-201-2/+7
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-chanmgr: add `util::defer` moduleSteven Engler2024-11-271-0/+1
* tor-chanmgr: fix reconfigure bug when given `CheckAllOrNothing`Steven Engler2024-11-121-2/+9
* tor-chanmgr: fix `unused_imports` warning on `ChannelAccount`Steven Engler2024-10-091-1/+3
* tor-proto: Make circuit->channel queues participate in memquotaIan Jackson2024-10-031-1/+12
* tor-proto: Plumb the ChannelAccount through to queue creation siteIan Jackson2024-10-031-2/+3
* memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-031-1/+6
* memquota: Add a toplevel account in tor-chanmgr (pre-fmt)Ian Jackson2024-10-031-1/+2