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
...
*
|
|
|
|
|
Merge branch 'coarse' into 'main'
Nick Mathewson
2024-10-02
2
-11
/
+21
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders (fmt)
Ian Jackson
2024-10-01
1
-4
/
+14
|
*
|
|
|
|
tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders
Ian Jackson
2024-10-01
2
-11
/
+11
*
|
|
|
|
|
Merge branch 'socksproto-3' into 'main'
Ian Jackson
2024-10-01
17
-387
/
+1039
|
\
\
\
\
\
\
|
*
|
|
|
|
|
tor-socksproto: Handle 0-byte reads (EOF) correctly (fmt)
Ian Jackson
2024-10-01
1
-1
/
+3
|
*
|
|
|
|
|
tor-socksproto: Handle 0-byte reads (EOF) correctly
Ian Jackson
2024-10-01
6
-7
/
+27
|
*
|
|
|
|
|
fixup! tor-socksproto: Fix doc comment for new_precise
Ian Jackson
2024-10-01
1
-6
/
+3
|
*
|
|
|
|
|
tor-socksproto: Fix doc comment for ReadPrecision
Ian Jackson
2024-10-01
1
-1
/
+1
|
*
|
|
|
|
|
tor-socksproto: Fix doc comment for new_precise
Ian Jackson
2024-10-01
1
-1
/
+1
|
*
|
|
|
|
|
tor-socksproto: Code motion to tidy up
Ian Jackson
2024-10-01
2
-31
/
+25
|
*
|
|
|
|
|
tor-socksproto: Deprecate old API
Ian Jackson
2024-10-01
4
-6
/
+13
|
*
|
|
|
|
|
tor-socksproto: Introduce handshake_for_tests method (fmt)
Ian Jackson
2024-10-01
3
-5
/
+20
|
*
|
|
|
|
|
tor-socksproto: Introduce handshake_for_tests method
Ian Jackson
2024-10-01
4
-36
/
+44
|
*
|
|
|
|
|
tor-chanmgr: Use new tor-socksproto API (fmt)
Ian Jackson
2024-10-01
1
-2
/
+1
|
*
|
|
|
|
|
tor-chanmgr: Use new tor-socksproto API
Ian Jackson
2024-10-01
1
-56
/
+16
|
*
|
|
|
|
|
arti-rpc-client-core: Use new tor-socksproto API (fmt)
Ian Jackson
2024-10-01
1
-2
/
+1
|
*
|
|
|
|
|
arti-rpc-client-core: Use new tor-socksproto API
Ian Jackson
2024-10-01
3
-33
/
+18
|
*
|
|
|
|
|
arti SOCKS proxy: Defer splitting the socks stream
Ian Jackson
2024-10-01
1
-13
/
+13
|
*
|
|
|
|
|
arti SOCKS proxy: Reject pipelined client data
Ian Jackson
2024-10-01
1
-1
/
+1
|
*
|
|
|
|
|
tor-socksproto: Introduce into_output_forbid_pipelining
Ian Jackson
2024-10-01
2
-0
/
+26
|
*
|
|
|
|
|
arti SOCKS proxy: Use new tor-socksproto API
Ian Jackson
2024-10-01
1
-40
/
+17
|
*
|
|
|
|
|
tor-socksproto tests: Run test cases via new API in various modes
Ian Jackson
2024-10-01
1
-4
/
+117
|
*
|
|
|
|
|
tor-socksproto tests: Use crate::* rather than ad-hoc imports
Ian Jackson
2024-10-01
1
-7
/
+1
|
*
|
|
|
|
|
tor-socksproto: Introduce new API (fmt)
Ian Jackson
2024-10-01
2
-3
/
+4
|
*
|
|
|
|
|
tor-socksproto: Introduce new API
Ian Jackson
2024-10-01
6
-4
/
+448
|
*
|
|
|
|
|
tor-socksproto: Add HasHandshakeOutput
Ian Jackson
2024-10-01
3
-1
/
+37
|
*
|
|
|
|
|
Apply deferred rustfmt churn
Ian Jackson
2024-10-01
6
-30
/
+21
|
*
|
|
|
|
|
tor-socksproto: Introduce HandshakeImpl::call_handshake_impl
Ian Jackson
2024-10-01
1
-6
/
+27
|
*
|
|
|
|
|
tor-socksproto: Make NextStepImpl an enum (tidy)
Ian Jackson
2024-10-01
2
-8
/
+4
|
*
|
|
|
|
|
tor-socksproto: Make NextStepImpl an enum
Ian Jackson
2024-10-01
3
-32
/
+35
|
*
|
|
|
|
|
tor-socksproto: Introduce NextStepImpl and do drain centrally
Ian Jackson
2024-10-01
3
-39
/
+45
|
*
|
|
|
|
|
tor-socksproto: Move `handshake` to be a trait method
Ian Jackson
2024-10-01
9
-42
/
+39
|
*
|
|
|
|
|
tor-socksproto: Adjust description of `handshake`
Ian Jackson
2024-10-01
2
-4
/
+4
|
*
|
|
|
|
|
tor-socksproto: Factor out reader construction
Ian Jackson
2024-10-01
3
-30
/
+21
|
*
|
|
|
|
|
tor-socksproto: Factor out return value handling
Ian Jackson
2024-10-01
6
-28
/
+129
|
*
|
|
|
|
|
tor-socksproto: Use .is_empty() in some tests
Ian Jackson
2024-10-01
1
-4
/
+4
|
*
|
|
|
|
|
safelog: derive Clone and Copy for Sensitive and Redacted
Ian Jackson
2024-10-01
2
-4
/
+3
|
*
|
|
|
|
|
tor-bytes: Restore the message for Error::Truncated
Ian Jackson
2024-10-01
1
-1
/
+1
|
*
|
|
|
|
|
Revert "socks users: detect closed sockets."
Ian Jackson
2024-10-01
4
-28
/
+3
|
*
|
|
|
|
|
Revert "socks users: copy the correct amount in our drain logic."
Ian Jackson
2024-10-01
2
-2
/
+2
|
*
|
|
|
|
|
Revert "arti SOCKS proxy: Tear down connections when client sends optimistic ...
Ian Jackson
2024-10-01
1
-5
/
+0
|
*
|
|
|
|
|
Revert "rpclib: read SOCKS _after_ processing."
Ian Jackson
2024-10-01
1
-12
/
+12
*
|
|
|
|
|
|
Merge branch 'try-send' into 'main'
Ian Jackson
2024-10-01
7
-2
/
+345
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
/
/
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
tor-memquota: Implement SinkTrySend for mq_queue::Sender
Ian Jackson
2024-10-01
2
-1
/
+32
|
*
|
|
|
|
tor-async-utils: Avoid needless nesting of ErasedSinkTrySendError
Ian Jackson
2024-10-01
1
-1
/
+22
|
*
|
|
|
|
tor-async-utils: Provide tests for ErasedSinkTrySendError
Ian Jackson
2024-10-01
3
-0
/
+69
|
*
|
|
|
|
tor-async-utils: Implement SinkTrySend for mpsc::Sender
Ian Jackson
2024-10-01
4
-0
/
+142
|
*
|
|
|
|
tor-async-utils: Provide new SinkTrySend trait
Ian Jackson
2024-10-01
2
-0
/
+57
|
*
|
|
|
|
tor-memquota: Provide TypedParticipation::try_claim_or_return
Ian Jackson
2024-10-01
1
-1
/
+24
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'dyn-time' into 'main'
Ian Jackson
2024-10-01
14
-17
/
+380
|
\
\
\
\
\
[prev]
[next]