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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
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
|
/
/
/
*
/
/
integration-shadow: "shadow-small" tag -> "tpa"
Jim Newsome
2022-10-19
1
-1
/
+1
|
/
/
*
|
Merge branch 'update-shadow-stop-time' into 'main'
Nick Mathewson
2022-10-19
1
-4
/
+1
|
\
\
|
*
|
shadow ci: Set stop time to 30m instead of 27m
Jim Newsome
2022-10-14
1
-4
/
+1
|
|
/
*
|
Merge branch 'guard_spelling' into 'main'
Nick Mathewson
2022-10-19
2
-2
/
+2
|
\
\
|
*
|
fix a couple of spelling errors in guardmgr
Nick Mathewson
2022-10-19
2
-2
/
+2
|
/
/
*
|
Merge branch 'spelling_20221008' into 'main'
Nick Mathewson
2022-10-18
8
-12
/
+12
|
\
\
|
*
|
Fix various typos (using typos tool and hand-inspection)
Nick Mathewson
2022-10-18
7
-10
/
+10
|
*
|
linkspec: Fix typo in error messages.
Nick Mathewson
2022-10-18
1
-2
/
+2
|
/
/
*
|
Merge branch 'channel_map' into 'main'
Nick Mathewson
2022-10-18
12
-502
/
+778
|
\
\
|
*
|
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
4
-1
/
+124
|
/
/
*
|
Merge branch 'id_tests' into 'main'
eta
2022-10-17
5
-2
/
+264
|
\
\
|
|
/
|
/
|
|
*
Write more tests for RelayId and RelayIdRef.
Nick Mathewson
2022-10-15
1
-0
/
+138
|
*
Write tests for RelayIdSet.
Nick Mathewson
2022-10-15
3
-0
/
+122
|
*
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
|
/
*
Merge branch 'reorganize_factory_code' into 'main'
Nick Mathewson
2022-10-13
6
-289
/
+363
|
\
|
*
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
|
/
*
Merge branch 'rustdoc_fixes_20221013' into 'main'
Nick Mathewson
2022-10-13
8
-21
/
+18
|
\
|
*
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
42
-2109
/
+61
|
\
\
|
|
/
|
/
|
[prev]
[next]