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
/
builder.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Merge branch 'renaming' into 'main'
Nick Mathewson
2022-11-30
1
-5
/
+5
|
\
|
*
Rename TransportHelper => TransportImplHelper.
Nick Mathewson
2022-11-30
1
-5
/
+5
*
|
Downgrade a "TODO pt-client" comment
Nick Mathewson
2022-11-30
1
-1
/
+3
|
/
*
Separate BridgeAddr and PtTargetAddr
Ian Jackson
2022-11-30
1
-2
/
+6
*
tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuilder
eta
2022-11-28
1
-22
/
+15
*
tor-chanmgr: Invent [Box]ChanSensitive for two error payloads
Ian Jackson
2022-11-23
1
-1
/
+1
*
tor-chanmgr: Replace OwnedChanTarget with LoggedChanTarget in errors
Ian Jackson
2022-11-23
1
-4
/
+4
*
chanmgr: Remove "Ident" from AbstractChannel
Nick Mathewson
2022-10-18
1
-12
/
+5
*
chanmgr: replace the HashMap<> with a ByRelayIds.
Nick Mathewson
2022-10-18
1
-2
/
+2
*
chanmgr: Edit comments, fix docs
Nick Mathewson
2022-10-13
1
-3
/
+11
*
ChanMgr: Reorganize factory, builder, transport code.
Nick Mathewson
2022-10-13
1
-221
/
+8
*
Flatten TimeoutChannelFactory into ChannelBuilder.
Nick Mathewson
2022-10-13
1
-46
/
+29
*
Allow multiple ChannelBuilders to share a ChanMgrEventSender.
Nick Mathewson
2022-10-13
1
-4
/
+8
*
chanmgr: Move Timeout functionality into a decorator object.
Nick Mathewson
2022-10-13
1
-10
/
+46
*
Have ChannelBuilder use TransportHelper.
Nick Mathewson
2022-10-13
1
-22
/
+85
*
Rename mgr::ChannelFactory to mgr::AbstractChannelFactory
Nick Mathewson
2022-10-12
1
-2
/
+2
*
Change multiplicity of ChannelMethod and addresses
Nick Mathewson
2022-10-11
1
-12
/
+8
*
Allow two useless pattern matches that are going to be not useless
Ian Jackson
2022-10-11
1
-0
/
+1
*
Move two users of HasAddrs to HasChannelMethods
Nick Mathewson
2022-10-06
1
-2
/
+11
*
tor-linkspec: Remove the old OwnedFoo::new() functions
Nick Mathewson
2022-10-06
1
-1
/
+8
*
tor-proto: Preserve the ChannelMethod, not the SocketAddr
Nick Mathewson
2022-10-06
1
-1
/
+1
*
tor-chanmgr: don't log addresses so much.
Nick Mathewson
2022-08-25
1
-2
/
+3
*
Rename ChannelsParams types to ChannelPaddingInstructions (fmt)
Ian Jackson
2022-08-17
1
-1
/
+4
*
Rename ChannelsParams types to ChannelPaddingInstructions
Ian Jackson
2022-08-17
1
-2
/
+2
*
Channel: Make mutable() and engage_padding_activities infallible
Ian Jackson
2022-08-17
1
-3
/
+2
*
Move ChannelUsage from tor_proto to tor_chanmgr
Ian Jackson
2022-08-17
1
-3
/
+2
*
Provide ChannelUsage and plumb it all the way down
Ian Jackson
2022-08-16
1
-0
/
+5
*
channel reparameterize: Change error type
Ian Jackson
2022-08-16
1
-3
/
+2
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-2
/
+4
*
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
1
-1
/
+1
*
ChanMgr: errors: attribute errors to correct address.
Nick Mathewson
2022-07-06
1
-3
/
+7
*
ChanMgr: Add more contextual info to error types.
Nick Mathewson
2022-07-06
1
-8
/
+16
*
channel padding: Rename ChannelsParams from ChannelsConfig
Ian Jackson
2022-06-21
1
-3
/
+3
*
channel padding: Plumb settings from chanmgr
Ian Jackson
2022-06-21
1
-0
/
+5
*
Plumb a SleepProvider into the channel reactor
Ian Jackson
2022-06-08
1
-1
/
+4
*
chanmgr: expose whether we are failing because of expired certs.
Nick Mathewson
2022-04-12
1
-0
/
+4
*
chanmgr: bubble ClockSkew up through the Error object.
Nick Mathewson
2022-04-07
1
-3
/
+15
*
chanmgr: add a test for AbstractChannel::duration_unused
Nick Mathewson
2022-04-02
1
-1
/
+9
*
chanmgr: add tests for connect_one.
Nick Mathewson
2022-04-02
1
-2
/
+84
*
tor-proto: add a backend to detect reported clock skew.
Nick Mathewson
2022-03-23
1
-1
/
+4
*
Implement a basic form of RFC 8305 ("happy eyeballs") for channels
eta
2022-03-07
1
-21
/
+75
*
tor-chanmgr: use Bug types.
Nick Mathewson
2022-02-16
1
-5
/
+5
*
Merge branch 'error-improvements' into 'main'
eta
2022-02-08
1
-3
/
+5
|
\
|
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
1
-3
/
+5
*
|
Expire channels that have been unused for too long
Yuan Lyu
2022-02-04
1
-0
/
+4
|
/
[next]