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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump versions: tor-* and arti-* unstable crates
Ian Jackson
2026-03-30
1
-20
/
+20
*
Bump versions: patchlevel, with dependencies
Ian Jackson
2026-03-30
1
-1
/
+1
*
Plumb web-time-compat/full dependency through everywhere.
Ian Jackson
2026-03-30
1
-0
/
+1
*
tor-chanmgr: port to web-time-compat.
Nick Mathewson
2026-03-26
2
-11
/
+10
*
tor-chanmgr: don't `warn_report!` for failed connections
Steven Engler
2026-03-24
1
-1
/
+0
*
chanmgr: Don't build relay channel if method is not Direct
David Goulet
2026-03-19
1
-0
/
+6
*
chanmgr: Clarify the use of no identity ChanTarget
David Goulet
2026-03-19
1
-6
/
+10
*
chanmgr: Don't get the peer cert as a responder channel
David Goulet
2026-03-19
1
-9
/
+1
*
chanmgr: Add a comment/TODO about channel expiry
David Goulet
2026-03-18
1
-0
/
+16
*
chanmgr: Support reconfigure of unauthenticated channels
David Goulet
2026-03-18
1
-5
/
+8
*
chanmgr: Use the unauth_channels list
David Goulet
2026-03-18
1
-7
/
+12
*
chanmgr: Add a list of unauthenticated channels
David Goulet
2026-03-18
1
-0
/
+13
*
cargo fmt
Nihal
2026-03-18
1
-6
/
+9
*
tor-chanmgr: add loopback validation, startup warning and httparse
Nihal
2026-03-18
5
-176
/
+333
*
tor-chanmgr: split handshake into helper functions
Nihal
2026-03-18
1
-14
/
+47
*
tor-chanmgr: fix type inference in handshake
Nihal
2026-03-18
2
-6
/
+6
*
tor-chanmgr: refactor handshake into helper functions
Nihal
2026-03-18
1
-30
/
+53
*
tor-chanmgr: add base64ct dependency and docs
Nihal
2026-03-18
1
-0
/
+1
*
tor-chanmgr: implement HTTP CONNECT proxy handshake and wire transport
Nihal
2026-03-18
2
-20
/
+186
*
tor-chanmgr: add ProxyProtocol::HttpConnect variant and URI parsing
Nihal
2026-03-18
1
-36
/
+205
*
Merge branch 'cargo-update' into 'main'
gabi-250
2026-03-04
1
-0
/
+1
|
\
|
*
rtmock, chanmgr: Allow use of deprecated try_next() in tests
Gabriela Moldovan
2026-03-03
1
-0
/
+1
*
|
tor-proto: send an AUTH_CHALLENGE during tests
Steven Engler
2026-03-03
1
-0
/
+5
|
/
*
safelog: Rename MaybeSensitive::hidden/visible()
David Goulet
2026-03-03
1
-3
/
+4
*
chanmgr: Safely log the peer in the channel builder
David Goulet
2026-03-03
2
-18
/
+24
*
proto: Make channel PeerAddr sensitive
David Goulet
2026-03-03
1
-1
/
+6
*
Remove semver.md files post-release
Gabriela Moldovan
2026-03-03
1
-1
/
+0
*
Bump all the unstable tor- and arti- crates to 0.40.0.
Gabriela Moldovan
2026-03-02
1
-20
/
+20
*
Bump the versions of the non-{arti-,tor-} crates
Gabriela Moldovan
2026-03-02
1
-3
/
+3
*
chanmgr: Rename function parameter
David Goulet
2026-02-26
1
-3
/
+3
*
chanmgr: The validate_relay_target() had its logic inversed
David Goulet
2026-02-26
1
-4
/
+6
*
tor-proto: change channel selection fns to take `HasChanMethod`
Steven Engler
2026-02-25
2
-13
/
+15
*
Merge branch 'chanbuilder-my-addrs' into 'main'
David Goulet
2026-02-24
6
-26
/
+41
|
\
|
*
chanmgr: Responder relay channel now use the builder my_addrs
David Goulet
2026-02-24
6
-21
/
+11
|
*
chanmgr: Store our relay addresses in the builder
David Goulet
2026-02-24
3
-5
/
+30
*
|
chanmgr: Don't allow to build relay channel to ourself
David Goulet
2026-02-24
1
-3
/
+33
|
/
*
chanmgr: Add a set_relay_identities() to update the RelayIdentities
David Goulet
2026-02-24
5
-2
/
+42
*
proto: Modify RelayIdentities to have encodable cert
David Goulet
2026-02-23
1
-1
/
+1
*
Merge branch 'config-migrate-part1' into 'main'
gabi-250
2026-02-20
2
-14
/
+14
|
\
|
*
chanmgr: migrate to derive_deftly(TorConfig)
Nick Mathewson
2026-02-17
2
-14
/
+14
*
|
proto: Pass PeerAddr at the channel handshake finish for initiators
David Goulet
2026-02-19
1
-4
/
+2
*
|
chanmgr: Add a TODO() for logging PeerAddr instaed of ChanTarget
David Goulet
2026-02-19
1
-0
/
+4
*
|
chanmgr: Fix channel builder comment
David Goulet
2026-02-19
1
-6
/
+1
*
|
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
5
-44
/
+39
*
|
proto: Remove unused ChannelBuilder
David Goulet
2026-02-19
1
-2
/
+1
|
/
*
Merge branch 'mr_3616_rebased' into 'main'
Nick Mathewson
2026-02-16
6
-17
/
+505
|
\
|
*
tor-chanmgr: minor chore adjustments for CI
Nihal
2026-02-16
1
-4
/
+5
|
*
tor-chanmgr: Use url crate userinfo encoding
Nihal
2026-02-16
1
-36
/
+51
|
*
tor-chanmgr: use url crate for proxy URIs and error for socks4 passwords
Nihal
2026-02-16
2
-44
/
+63
|
*
tor-chanmgr: allow option_option for outbound proxy deserializer
Nihal
2026-02-16
1
-0
/
+1
[next]