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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
tor-linkspec: impl From<&ChanTarget> for OwnedChanTarget
Ian Jackson
2022-10-20
1
-1
/
+7
|
*
|
|
circmgr: Plumbing for direct to target directory circuits
Ian Jackson
2022-10-20
2
-2
/
+29
|
*
|
|
bridge descriptors: Change types of the descriptor cache
Ian Jackson
2022-10-20
1
-3
/
+12
|
|
/
/
*
|
|
impl ChanTarget etc. for BridgeConfig
Ian Jackson
2022-10-20
1
-1
/
+17
*
|
|
impl HasAddrs for PtChannelAddr and ChannelMethod
Ian Jackson
2022-10-20
1
-0
/
+29
*
|
|
HasAddrs: Make it clear that the set of addresses can be empty
Ian Jackson
2022-10-20
1
-1
/
+4
|
/
/
*
|
fix a couple of spelling errors in guardmgr
Nick Mathewson
2022-10-19
2
-2
/
+2
*
|
Fix various typos (using typos tool and hand-inspection)
Nick Mathewson
2022-10-18
6
-9
/
+9
*
|
linkspec: Fix typo in error messages.
Nick Mathewson
2022-10-18
1
-2
/
+2
*
|
chanmgr: Add an error case if a final_attempt neither succeeds or fails
Nick Mathewson
2022-10-18
2
-1
/
+11
*
|
Refactor flow control in get_or_launch.
Nick Mathewson
2022-10-18
2
-54
/
+97
*
|
chanmgr: Split get_or_launch into sub-functions.
Nick Mathewson
2022-10-18
1
-92
/
+95
*
|
chanmgr: Refactor choose_action code into its own function.
Nick Mathewson
2022-10-18
1
-86
/
+92
*
|
Clarify a comment about the desired structure of ChanMgr
Nick Mathewson
2022-10-18
1
-1
/
+2
*
|
Comments to explain effects of return in closure.
Nick Mathewson
2022-10-18
1
-2
/
+6
*
|
chanmgr: Remove "Ident" from AbstractChannel
Nick Mathewson
2022-10-18
5
-84
/
+24
*
|
chanmgr: replace the HashMap<> with a ByRelayIds.
Nick Mathewson
2022-10-18
4
-312
/
+312
*
|
proto: Make Channel::reparameterize take &self.
Nick Mathewson
2022-10-18
2
-2
/
+3
*
|
chanmgr: Add identities to pending state in map.
Nick Mathewson
2022-10-18
2
-8
/
+46
*
|
chanmgr: Require HasRelayIds for AbstractChannel::BuildSpec
Nick Mathewson
2022-10-18
2
-24
/
+50
*
|
chanmgr: Require HasRelayIds for AbstractChannel.
Nick Mathewson
2022-10-18
2
-1
/
+43
*
|
chanmgr: Remove the Poisoned state from the map type.
Nick Mathewson
2022-10-18
2
-48
/
+12
*
|
proto: Implement HasRelayIds for Channel.
Nick Mathewson
2022-10-18
2
-0
/
+10
*
|
linkspec: Add ByRelayIds::remove_exact.
Nick Mathewson
2022-10-18
1
-0
/
+65
*
|
linkspec: Add an "all_overlapping" accessor to ByRelayIds.
Nick Mathewson
2022-10-18
3
-1
/
+117
*
|
Write more tests for RelayId and RelayIdRef.
Nick Mathewson
2022-10-15
1
-0
/
+138
*
|
Write tests for RelayIdSet.
Nick Mathewson
2022-10-15
2
-0
/
+121
*
|
Fix deserialize impl for RelayId.
Nick Mathewson
2022-10-15
1
-1
/
+1
*
|
linkspec: impl Hash for RelayIdRef
Nick Mathewson
2022-10-15
2
-1
/
+3
|
/
*
chanmgr: Edit comments, fix docs
Nick Mathewson
2022-10-13
4
-18
/
+49
*
chanmgr: Remove RegistryAsFactory.
Nick Mathewson
2022-10-13
1
-11
/
+6
*
ChanMgr: Reorganize factory, builder, transport code.
Nick Mathewson
2022-10-13
6
-282
/
+330
*
Fix some rustdoc errors.
Nick Mathewson
2022-10-13
8
-21
/
+18
*
Merge branch 'factory_redux' into 'main'
Nick Mathewson
2022-10-13
9
-136
/
+258
|
\
|
*
Flatten TimeoutChannelFactory into ChannelBuilder.
Nick Mathewson
2022-10-13
2
-48
/
+30
|
*
chanmgr: clean up some TODO pt-client items and documentation.
Nick Mathewson
2022-10-13
3
-80
/
+23
|
*
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
2
-12
/
+18
|
*
Rename mgr::ChannelFactory to mgr::AbstractChannelFactory
Nick Mathewson
2022-10-12
3
-19
/
+22
|
*
Add several accessors to ChannelMethod.
Nick Mathewson
2022-10-12
1
-0
/
+33
*
|
Merge branch 'readmes' into 'main'
Nick Mathewson
2022-10-12
40
-2096
/
+61
|
\
\
|
|
/
|
/
|
|
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
35
-35
/
+0
|
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
35
-2048
/
+35
|
*
README doctests: fix tor-rtmock
Ian Jackson
2022-10-12
1
-2
/
+3
|
*
README doctests: fix safelog
Ian Jackson
2022-10-12
1
-0
/
+3
|
*
README doctests: fix fs-mistrust
Ian Jackson
2022-10-12
1
-3
/
+12
[prev]
[next]