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
*
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
*
chanmgr: Add an experimental build_unmanaged_channel() method.
Nick Mathewson
2023-07-13
1
-0
/
+26
*
Gate builder() behind experimental-api feature
Saksham Mittal
2023-07-12
1
-1
/
+1
*
Merge branch 'channelfactory' into 'main'
Nick Mathewson
2023-07-12
1
-1
/
+7
|
\
|
*
Make CompoundFactory private for external code
Saksham Mittal
2023-07-07
1
-1
/
+0
|
*
Mark builder() as experimental
Saksham Mittal
2023-07-06
1
-0
/
+1
|
*
Import ChannelFactory instead of CompoundFactory
Saksham Mittal
2023-07-06
1
-3
/
+3
|
*
Rename get_channelbuilder() to builder()
Saksham Mittal
2023-07-06
1
-1
/
+1
|
*
Conditionally make CompoundFactory public
Saksham Mittal
2023-07-06
1
-1
/
+2
|
*
Remove now unnecessary lines for import
Saksham Mittal
2023-07-05
1
-2
/
+0
|
*
Import CompoundFactory regardless of feature level
Saksham Mittal
2023-07-05
1
-3
/
+1
|
*
Create new method to expose CompoundFactory
Saksham Mittal
2023-07-05
1
-0
/
+9
|
*
Expose CompoundFactory for later exposure in API
Saksham Mittal
2023-07-05
1
-1
/
+1
*
|
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
9
-0
/
+9
|
\
\
|
*
|
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
9
-0
/
+9
*
|
|
rng ranges: Use gen_range_checked().expect() in obvious cases (fmt)
Ian Jackson
2023-07-10
1
-2
/
+3
*
|
|
rng ranges: Use gen_range_checked().expect() in obvious cases
Ian Jackson
2023-07-10
1
-2
/
+3
|
/
/
*
|
Add exceptions for some cases of diverging_sub_expression
Nick Mathewson
2023-07-10
1
-0
/
+2
*
|
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
2
-6
/
+5
*
|
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
|
/
*
ChanMgr: Tweak documentation a bit.
Nick Mathewson
2023-06-28
1
-9
/
+13
*
Add Channel expiry info in ChanMgr docs
Saksham Mittal
2023-06-27
1
-0
/
+7
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Fix a local-only CPU DoS bug.
Nick Mathewson
2023-05-23
1
-0
/
+15
*
chanmgr: fix a unit-default warning from clippy nightly.
Nick Mathewson
2023-05-18
1
-1
/
+1
*
chanmgr: remove a needless mut.
Nick Mathewson
2023-05-11
1
-1
/
+1
[next]