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
*
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
*
ChanMgr: new (unimplemented) APIs for pluggable transports
Nick Mathewson
2022-09-23
1
-0
/
+21
*
Improve docs for ChannelUsage
Nick Mathewson
2022-09-22
1
-7
/
+15
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
channel usage: Rename CU::UserTraffic from CU::Exit
Ian Jackson
2022-08-17
1
-1
/
+1
*
Improve comment for ChannelUsage::Exit
Nick Mathewson
2022-08-17
1
-1
/
+1
*
Move ChannelUsage from tor_proto to tor_chanmgr
Ian Jackson
2022-08-17
1
-1
/
+23
*
chanmgr: Use NetDirProvider::params and Arc<dyn..Netparameters>
Ian Jackson
2022-08-17
1
-9
/
+14
*
chanmgr set_dormancy: Remove obsolete comment
Ian Jackson
2022-08-17
1
-4
/
+0
*
chanmgr: Extend doc comments for Dormancy
Ian Jackson
2022-08-17
1
-0
/
+6
*
Fix typos in comments.
eta
2022-08-17
1
-1
/
+1
*
chanmgr configuration: Hadle lack of a NetDir
Ian Jackson
2022-08-16
1
-1
/
+0
*
Introduce ChannelConfig
Ian Jackson
2022-08-16
1
-2
/
+22
*
Provide ChannelUsage and plumb it all the way down
Ian Jackson
2022-08-16
1
-2
/
+6
*
dormancy: Plumb through to chanmgr reconfigure_general
Ian Jackson
2022-08-16
1
-3
/
+30
*
chanmgr: reconfigure_general: Rename fn and change types
Ian Jackson
2022-08-16
1
-1
/
+1
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-1
/
+6
*
ChanMgr: Only update parameters from a timely directory.
Nick Mathewson
2022-07-26
1
-2
/
+2
*
ChanMgr: Add more contextual info to error types.
Nick Mathewson
2022-07-06
1
-1
/
+1
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
tor-chanmgr: Change to use unwrap_void
Ian Jackson
2022-06-21
1
-8
/
+4
*
channel padding: Plumb settings from chanmgr
Ian Jackson
2022-06-21
1
-3
/
+66
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
ChanMgr: Return provenance information from get_or_launch
Nick Mathewson
2022-04-07
1
-3
/
+17
*
chanmgr: bubble ClockSkew up through the Error object.
Nick Mathewson
2022-04-07
1
-1
/
+2
*
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-0
/
+41
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
[next]