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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
|
\
|
*
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
|
*
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
*
|
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
|
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-4
/
+3
*
|
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
*
Use ErrorReport for errors in error! in tor-chanmgr
Ian Jackson
2023-01-30
1
-2
/
+3
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Abolish ChanMgr::set_default_transport
Ian Jackson
2022-11-30
1
-13
/
+0
*
Fix ChanMgr APIs for setting PtMgr etc to match what TorClient wants.
Nick Mathewson
2022-11-28
1
-7
/
+4
*
tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuilder
eta
2022-11-28
1
-3
/
+5
*
ChanMgr: Rename Factory -> CompoundFactory
Nick Mathewson
2022-11-23
1
-2
/
+2
*
Mark set-default-factory API as experimental.
Nick Mathewson
2022-11-23
1
-4
/
+2
*
Make ChannelFactory and AbstractPtMgr require Send+Sync
Nick Mathewson
2022-11-23
1
-1
/
+1
*
ChanMgr: Implement functions that replace channel factories.
Nick Mathewson
2022-11-23
1
-15
/
+20
*
ChanMgr: move the AbstractChanFactory into MgrState.
Nick Mathewson
2022-11-22
1
-3
/
+3
*
Replace TransportRegistry with AbstractPtMgr
eta
2022-11-22
1
-3
/
+3
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
chanmgr: Remove "Ident" from AbstractChannel
Nick Mathewson
2022-10-18
1
-10
/
+1
*
ChanMgr: Reorganize factory, builder, transport code.
Nick Mathewson
2022-10-13
1
-1
/
+2
*
Merge branch 'factory_redux' into 'main'
Nick Mathewson
2022-10-13
1
-5
/
+20
|
\
|
*
Flatten TimeoutChannelFactory into ChannelBuilder.
Nick Mathewson
2022-10-13
1
-2
/
+1
|
*
chanmgr: clean up some TODO pt-client items and documentation.
Nick Mathewson
2022-10-13
1
-2
/
+5
|
*
Allow multiple ChannelBuilders to share a ChanMgrEventSender.
Nick Mathewson
2022-10-13
1
-0
/
+1
|
*
chanmgr: Use ChannelFactory via a Box<dyn<ChannelFactory>>.
Nick Mathewson
2022-10-13
1
-4
/
+12
|
*
chanmgr: Move Timeout functionality into a decorator object.
Nick Mathewson
2022-10-13
1
-2
/
+5
|
*
Have ChannelBuilder use TransportHelper.
Nick Mathewson
2022-10-13
1
-2
/
+3
*
|
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
|
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-33
/
+1
|
/
*
Mark all bridge and pt features as experimental for now.
Nick Mathewson
2022-09-29
1
-0
/
+17
[next]