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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Allow multiple ChannelBuilders to share a ChanMgrEventSender.
Nick Mathewson
2022-10-13
2
-4
/
+9
|
*
chanmgr: Use ChannelFactory via a Box<dyn<ChannelFactory>>.
Nick Mathewson
2022-10-13
2
-4
/
+28
|
*
chanmgr: Move Timeout functionality into a decorator object.
Nick Mathewson
2022-10-13
2
-12
/
+51
|
*
Have ChannelBuilder use TransportHelper.
Nick Mathewson
2022-10-13
4
-27
/
+92
|
*
Implement ChannelFactory for (a wrapper of) TransportRegistry.
Nick Mathewson
2022-10-12
1
-1
/
+23
|
*
chanmgr: Clean up async-ness on factory types.
Nick Mathewson
2022-10-12
1
-9
/
+17
|
*
Rename mgr::ChannelFactory to mgr::AbstractChannelFactory
Nick Mathewson
2022-10-12
3
-19
/
+22
*
|
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
|
/
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
3
-0
/
+3
*
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
*
Remove semver.md files now that arti 1.0.1 is out.
Nick Mathewson
2022-10-03
1
-1
/
+0
*
Bump minor version of tor-rtcompat and most of its dependents
Nick Mathewson
2022-10-03
1
-6
/
+6
*
Bump crates that have had backward compatible API changes.
Nick Mathewson
2022-10-03
1
-4
/
+4
*
Update README.md files.
Nick Mathewson
2022-09-30
1
-0
/
+17
*
Mark all bridge and pt features as experimental for now.
Nick Mathewson
2022-09-29
2
-0
/
+19
*
ChanMgr: new (unimplemented) APIs for pluggable transports
Nick Mathewson
2022-09-23
6
-0
/
+152
*
Improve docs for ChannelUsage
Nick Mathewson
2022-09-22
1
-7
/
+15
*
Remove semver.md from arti-1.0.0
Nick Mathewson
2022-09-07
1
-4
/
+0
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-14
/
+14
*
tor-chanmgr: don't log addresses so much.
Nick Mathewson
2022-08-25
2
-3
/
+5
*
fix nightly lints
trinity-1686a
2022-08-24
1
-1
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
2
-0
/
+4
*
channel padding: Move initial config of ChannelPaddingInstructions
Ian Jackson
2022-08-17
1
-1
/
+1
*
channel usage: Rename CU::UserTraffic from CU::Exit
Ian Jackson
2022-08-17
3
-19
/
+31
*
chanmgr padding: Correct docs for padding_parameters*
Ian Jackson
2022-08-17
1
-2
/
+5
*
Improve comment for ChannelUsage::Exit
Nick Mathewson
2022-08-17
1
-1
/
+1
*
Fix typo in comment
Nick Mathewson
2022-08-17
1
-1
/
+1
*
tor-chanmgr tests: Fix a minimal-versions failure (actually)
Ian Jackson
2022-08-17
1
-1
/
+1
*
tor-chanmgr tests: Fix a minimal-versions failure
Ian Jackson
2022-08-17
1
-2
/
+2
*
Add semver notes
Ian Jackson
2022-08-17
1
-0
/
+4
*
channel padding: Correctly always send the timer parameters
Ian Jackson
2022-08-17
1
-5
/
+5
*
channel engage_padding_activities: swap docs to tor0proto
Ian Jackson
2022-08-17
1
-10
/
+2
*
Rename ChannelsParams types to ChannelPaddingInstructions (fmt)
Ian Jackson
2022-08-17
3
-6
/
+18
*
Rename ChannelsParams types to ChannelPaddingInstructions
Ian Jackson
2022-08-17
4
-20
/
+20
*
chanmgr: Fix typo
Ian Jackson
2022-08-17
1
-1
/
+1
*
chanmgr parameterize: Correct doc comment
Ian Jackson
2022-08-17
1
-1
/
+4
*
chamgr NetParamsExtract: Replace direct nf_ito access
Ian Jackson
2022-08-17
1
-4
/
+23
*
Channel: Make mutable() and engage_padding_activities infallible
Ian Jackson
2022-08-17
4
-12
/
+7
*
Move ChannelUsage from tor_proto to tor_chanmgr
Ian Jackson
2022-08-17
5
-15
/
+54
*
tor-chanmgr: Expand docs for map::Inner dormancy field
Ian Jackson
2022-08-17
1
-0
/
+4
*
chanmgr padding_parameters: Use Option
Ian Jackson
2022-08-17
2
-40
/
+41
*
chanmgr: padding: Split IEFI into named function
Ian Jackson
2022-08-17
1
-19
/
+27
*
chanmgr: NetParamsExtract: extend docs for nf_ito
Ian Jackson
2022-08-17
1
-2
/
+2
*
chanmgr: Get rid of final Result relating to netdir/netparams
Ian Jackson
2022-08-17
2
-32
/
+29
*
chanmgr: Use NetDirProvider::params and Arc<dyn..Netparameters>
Ian Jackson
2022-08-17
4
-85
/
+92
[prev]
[next]