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
...
*
tor-chanmgr: don't allow pending channels with no relay ids
Steven Engler
2024-10-01
1
-1
/
+7
*
tor-chanmgr: move channel selection logic to a new module
Steven Engler
2024-10-01
2
-162
/
+172
*
tor-chanmgr: improve readability of `choose_best_channel`
Steven Engler
2024-10-01
1
-13
/
+45
*
tor-socksproto: Handle 0-byte reads (EOF) correctly
Ian Jackson
2024-10-01
1
-1
/
+1
*
tor-chanmgr: Use new tor-socksproto API (fmt)
Ian Jackson
2024-10-01
1
-2
/
+1
*
tor-chanmgr: Use new tor-socksproto API
Ian Jackson
2024-10-01
1
-56
/
+16
*
Apply deferred rustfmt churn
Ian Jackson
2024-10-01
1
-3
/
+2
*
tor-socksproto: Move `handshake` to be a trait method
Ian Jackson
2024-10-01
1
-0
/
+1
*
Revert "socks users: detect closed sockets."
Ian Jackson
2024-10-01
1
-11
/
+1
*
Revert "socks users: copy the correct amount in our drain logic."
Ian Jackson
2024-10-01
1
-1
/
+1
*
Merge branch 'misc' into 'main'
Ian Jackson
2024-10-01
1
-3
/
+6
|
\
|
*
tor-proto: Reformat a doc comment
Ian Jackson
2024-09-26
1
-3
/
+6
*
|
Merge branch 'orport' into 'main'
opara
2024-09-30
3
-133
/
+298
|
\
\
|
*
|
tor-chanmgr: support multiple channels for a relay ID
Steven Engler
2024-09-30
2
-133
/
+292
|
*
|
tor-linkspec: add `ListByRelayIds`
Steven Engler
2024-09-23
1
-0
/
+6
*
|
|
Merge branch 'upgrades-20240925' into 'main'
Nick Mathewson
2024-09-26
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-3
/
+3
*
|
|
socks users: copy the correct amount in our drain logic.
Nick Mathewson
2024-09-24
1
-1
/
+1
*
|
|
socks users: detect closed sockets.
Nick Mathewson
2024-09-24
1
-1
/
+11
|
/
/
*
|
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
4
-12
/
+12
*
|
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
1
-1
/
+7
|
/
*
tor-chanmgr: add experimental `ChanMgr::handle_incoming`
Steven Engler
2024-09-11
6
-3
/
+151
*
tor-chanmgr: make `CompoundFactory` generic over `ChannelFactory`
Steven Engler
2024-09-11
2
-30
/
+21
*
tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.
Gabriela Moldovan
2024-09-09
1
-2
/
+2
*
socksproto: Add a const for suggested buffer length.
Nick Mathewson
2024-09-09
1
-1
/
+2
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
Merge branch 'chan_arc' into 'main'
Nick Mathewson
2024-05-28
6
-32
/
+34
|
\
|
*
Make Channel non-Clone.
Nick Mathewson
2024-05-16
1
-2
/
+2
|
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
6
-30
/
+32
*
|
chanmgr: Delegate to Channel::engage_padding_activities explicitly.
Nick Mathewson
2024-05-17
1
-1
/
+1
|
/
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
8
-0
/
+8
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
1
-4
/
+2
*
ChannelState::ready_to_expire: return true when rem time is zero
Jim Newsome
2023-12-13
1
-0
/
+5
*
ChannelState::ready_to_expire: refactor using let-else
Jim Newsome
2023-12-13
1
-18
/
+14
*
continually_expire_channels: don't round off expiration delay
Jim Newsome
2023-12-13
1
-1
/
+1
*
continually_expire_channels: refactor using let-else
Jim Newsome
2023-12-13
1
-3
/
+2
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-chanmgr
Ian Jackson
2023-10-11
1
-1
/
+1
*
Add initial support for running a PT in server mode
Saksham Mittal
2023-08-24
2
-3
/
+3
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
8
-0
/
+8
*
Resolve a pair of warnings about redundant closures.
Nick Mathewson
2023-08-22
1
-1
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Fix a pair of rustdoc links in chanmgr.
Nick Mathewson
2023-07-19
1
-2
/
+2
*
Move an import to resolve a warning.
Nick Mathewson
2023-07-13
1
-1
/
+2
*
Explain better why you would use build_unmanaged_channel
Nick Mathewson
2023-07-13
1
-2
/
+7
*
Resolve numerous typos in `ChanMgr::build_unmanaged_channel` code
gabi-250
2023-07-13
1
-4
/
+4
*
chanmgr: Remove now-unused (and never usable) builder() method.
Nick Mathewson
2023-07-13
1
-12
/
+0
*
chanmgr: Document makeup and timeout behavior of our factories
Nick Mathewson
2023-07-13
1
-0
/
+22
[prev]
[next]