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
...
*
|
|
Merge branch 'matrix-features' into 'main'
Nick Mathewson
2022-10-21
3
-4
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix doc-feature synchro
trinity-1686a
2022-10-16
2
-2
/
+8
|
*
|
add test for many features
trinity-1686a
2022-10-16
1
-2
/
+2
*
|
|
Merge branch 'no_redundant_allocation' into 'main'
Nick Mathewson
2022-10-21
1
-1
/
+1
|
\
\
\
|
*
|
|
tor-cell: Avoid redundant allocation
Emil Engler
2022-10-21
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
tor-cell: Rename fixed_len to fixed_len_handshake
Emil Engler
2022-10-21
1
-7
/
+7
|
/
/
*
|
Merge branch 'dirclient-errors' into 'main'
Ian Jackson
2022-10-20
5
-43
/
+147
|
\
\
|
*
|
tor-dirclient: Provide fallible DirResponse::output and into_output
Ian Jackson
2022-10-20
2
-1
/
+82
|
*
|
tor-dirclient: Make DirResponse be Clone
Ian Jackson
2022-10-20
2
-1
/
+2
|
*
|
tor-dirclient: Introduce RequestError:HttpStatus
Ian Jackson
2022-10-20
1
-0
/
+5
|
*
|
tor-dirclient: Make RequestFailed its own error type (rustfmt)
Ian Jackson
2022-10-20
1
-12
/
+18
|
*
|
tor-dirclient: Make RequestFailed its own error type
Ian Jackson
2022-10-20
4
-31
/
+38
|
*
|
tor-dirclient Response: Rename output methods
Ian Jackson
2022-10-20
3
-7
/
+11
*
|
|
Merge branch 'pt-serde' into 'main'
Nick Mathewson
2022-10-20
3
-72
/
+25
|
\
\
\
|
*
|
|
Implement serde for PtTarget and its members.
Nick Mathewson
2022-10-20
2
-5
/
+20
|
*
|
|
Inline now-needless variant constructors for PtTargetAddr
Nick Mathewson
2022-10-20
1
-22
/
+2
|
*
|
|
Remove a now-needless `allow(dead_code)`
Nick Mathewson
2022-10-20
1
-1
/
+0
|
*
|
|
linkspec: Always expose PT-related types.
Nick Mathewson
2022-10-20
2
-46
/
+5
*
|
|
|
Merge branch 'connect-via-proxy' into 'main'
Nick Mathewson
2022-10-20
7
-3
/
+478
|
\
\
\
\
|
*
|
|
|
transport: Escape = signs in keys only.
Nick Mathewson
2022-10-20
1
-8
/
+13
|
*
|
|
|
Clarify comment on ExternalProxyPlugin.
Nick Mathewson
2022-10-20
1
-1
/
+2
|
*
|
|
|
transport: rename "ExtraneousData" to "UnexpectedData"
Nick Mathewson
2022-10-20
1
-5
/
+5
|
*
|
|
|
chanmgr: Add the code necessary to use SOCKS PTs via a TransportHelper
Nick Mathewson
2022-10-20
4
-5
/
+254
|
*
|
|
|
chanmgr: Begin a socks-client implementation.
Nick Mathewson
2022-10-20
3
-0
/
+219
|
*
|
|
|
socksproto: Make a method conditional.
Nick Mathewson
2022-10-20
1
-0
/
+1
|
*
|
|
|
socksproto: impl Clone for Error.
Nick Mathewson
2022-10-20
2
-2
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'bridge-internal-apis' into 'main'
Ian Jackson
2022-10-20
4
-6
/
+48
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
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
[prev]
[next]