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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
chanmgr: Get rid of the builder outbound_chan_type
David Goulet
2026-01-13
3
-37
/
+33
*
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: 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
2
-5
/
+29
*
chanmgr: Add ChannelType to channel manager config
David Goulet
2026-01-13
3
-4
/
+26
*
chanmgr: Introduce a ChanMgrConfig struct
David Goulet
2026-01-13
3
-8
/
+39
*
chanmgr: Remove KeyMgr from constructor
David Goulet
2026-01-13
2
-10
/
+3
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-2
/
+0
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
4
-1
/
+11
*
Merge branch 'relay-bin-4' into 'main'
opara
2025-11-11
6
-11
/
+23
|
\
|
*
tor-chanmgr: wrap the peer address in `Sensitive`
Steven Engler
2025-11-05
6
-11
/
+23
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
10
-10
/
+10
|
/
*
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
2
-2
/
+2
*
Use random_hostname() to pick an (E)SNI
Neel Chauhan
2025-10-20
1
-2
/
+4
*
proto: Propagate PaddingCtrl into ChannelSender.
Nick Mathewson
2025-10-01
1
-7
/
+37
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
4
-2
/
+15
*
proto: Add ChannelType enum
David Goulet
2025-08-20
1
-1
/
+1
*
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
2
-4
/
+14
*
clippy: fix `clippy::duplicated_attributes` warnings
Steven Engler
2025-08-11
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
11
-38
/
+39
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Add a missing backtick.
Nick Mathewson
2025-07-09
1
-1
/
+1
*
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
tor-rtmock: allow-Decorate every use of MockSleepProvider
Ian Jackson
2025-03-06
1
-1
/
+5
*
tor-chanmgr: Update NetParamsExtract docs (fmt).
Gabriela Moldovan
2025-01-15
1
-1
/
+2
*
tor-chanmgr: Update NetParamsExtract docs.
Gabriela Moldovan
2025-01-15
1
-4
/
+1
*
tor-chanmgr: Move KIST and padding params to ChannelParams.
Gabriela Moldovan
2025-01-15
1
-11
/
+22
*
tor-proto: Remove dependency on tor-netdir.
Gabriela Moldovan
2025-01-15
1
-5
/
+41
*
tor-chanmgr: Add a TODO about a possible renaming.
Gabriela Moldovan
2025-01-15
1
-0
/
+3
*
tor-changmgr: Update the KIST params whenever the consensus/config changes.
Gabriela Moldovan
2025-01-15
1
-8
/
+34
*
tor-chanmgr: Add reparameterize_kist to AbstractChannel trait.
Gabriela Moldovan
2025-01-15
4
-0
/
+21
*
tor-rtcompat: Big invasive change adding StreamOps bound everywhere.
Gabriela Moldovan
2025-01-15
1
-1
/
+2
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
1
-0
/
+1
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
|
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
|
/
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-chanmgr: remove immediately awaited async block expression
Steven Engler
2024-11-27
1
-23
/
+15
*
tor-chanmgr: use `Defer` in `AbstractChanMgr` to handle cancellations
Steven Engler
2024-11-27
1
-18
/
+23
*
tor-chanmgr: add `util::defer` module
Steven Engler
2024-11-27
3
-0
/
+79
*
tor-chanmgr: change `RequestCancelled` retry from `Never` to `Immediate`
Steven Engler
2024-11-21
1
-1
/
+1
*
tor-chanmgr: fix reconfigure bug when given `CheckAllOrNothing`
Steven Engler
2024-11-12
1
-2
/
+9
[prev]
[next]