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-ptmgr: move some code to a new 'managed' module
Steven Engler
2024-08-20
3
-312
/
+331
|
*
|
|
tor-ptmgr: fix warnings when 'tor-channel-factory' isn't enabled
Steven Engler
2024-08-20
2
-3
/
+7
|
*
|
|
tor-ptmgr: added the `TransportOptions` enum
Steven Engler
2024-08-20
2
-43
/
+99
*
|
|
|
Merge branch 'peekable-poll-set' into 'main'
Jim Newsome
2024-08-21
10
-291
/
+496
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
StreamPollSet: disallow polling ready streams
Jim Newsome
2024-08-21
2
-30
/
+46
|
*
|
|
StreamMap: Use StreamUnobtrusivePeeker instead of Peekable
Jim Newsome
2024-08-21
2
-4
/
+9
|
*
|
|
Expose stream_peek
Jim Newsome
2024-08-21
2
-6
/
+18
|
*
|
|
PeekFuture: implement for all PeekableStream
Jim Newsome
2024-08-21
1
-5
/
+6
|
*
|
|
StreamUnobtrusivePeeker: implement PeekableStream and UnobtrusivePeekableStream
Jim Newsome
2024-08-21
3
-41
/
+15
|
*
|
|
tor-proto: Use PeekableStream to get rid of redundant buffering
Jim Newsome
2024-08-21
3
-235
/
+303
|
*
|
|
tor-async-utils: add traits PeekableStream and UnobtrusivePeekableStream
Jim Newsome
2024-08-21
2
-0
/
+129
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ticket-1504' into 'main'
Nick Mathewson
2024-08-21
2
-12
/
+7
|
\
\
\
|
*
|
|
keymanip: Make blind_pubkey exist unconditionally
Nick Mathewson
2024-08-21
2
-4
/
+5
|
*
|
|
keymanip: Use doc(cfg(...)) in place of "Availability" sections
Nick Mathewson
2024-08-21
1
-8
/
+2
|
*
|
|
llcrypto: Make `blind_keypair` build without hsv3-client.
Nick Mathewson
2024-08-21
1
-2
/
+2
*
|
|
|
rpclib: Allow ConnectionClosed in arti_socket_closed test
Nick Mathewson
2024-08-21
1
-0
/
+9
|
/
/
/
*
|
|
Merge branch 'noop-tracker-2' into 'main'
Ian Jackson
2024-08-21
9
-134
/
+448
|
\
\
\
|
*
|
|
tor-memquota: IfEnabled: Complete a thought in a comment
Ian Jackson
2024-08-21
1
-1
/
+3
|
*
|
|
tor-memquota: Pass EnabledToken to HasMemoryCost method
Ian Jackson
2024-08-19
2
-17
/
+29
|
*
|
|
tor-memquota: Pass EnabledToken to IsParticipant methods
Ian Jackson
2024-08-19
6
-19
/
+22
|
*
|
|
tor-memquota: Put EnabledToken in various structs, including the reclaimer
Ian Jackson
2024-08-19
3
-4
/
+26
|
*
|
|
tor-memquota: Allow memory tracking to be compiled out
Ian Jackson
2024-08-19
6
-6
/
+46
|
*
|
|
tor-memquota: Support a no-op MemoryQuotaTracker
Ian Jackson
2024-08-19
4
-51
/
+168
|
*
|
|
tor-memquota: Introduce self_ variables in mtracker.rs (fmt)
Ian Jackson
2024-08-19
1
-1
/
+4
|
*
|
|
tor-memquota: Introduce self_ variables in mtracker.rs
Ian Jackson
2024-08-19
1
-48
/
+69
|
*
|
|
tor-memquota: Introduce IfEnabled and EnabledToken
Ian Jackson
2024-08-19
3
-0
/
+84
|
*
|
|
tor-memquota: find_in_tracker: Allow internal use of non-unit errors
Ian Jackson
2024-08-19
1
-6
/
+6
|
*
|
|
tor-memquota: pre-apply rustfmt churn
Ian Jackson
2024-08-19
2
-4
/
+14
|
|
/
/
*
|
|
Merge branch 'rpc-delegate' into 'main'
Nick Mathewson
2024-08-21
3
-32
/
+138
|
\
\
\
|
*
|
|
rpcbase: Implement RPC method delegation support.
Nick Mathewson
2024-08-14
3
-32
/
+138
*
|
|
|
relay: Add basic configuration and builder
David Goulet
2024-08-20
4
-4
/
+267
|
|
_
|
/
|
/
|
|
*
|
|
tor-log-ratelim: test: add logstate tests
kn0sys
2024-08-20
1
-0
/
+64
|
|
/
|
/
|
*
|
tor-circmgr: removed unused 'skip_guard_subnet_check' workaround in tests
Steven Engler
2024-08-15
1
-18
/
+5
*
|
tor-circmgr: removed unused "chosen exit" functionality
Steven Engler
2024-08-15
3
-159
/
+18
*
|
Merge branch 'flow-ctrl-future' into 'main'
Jim Newsome
2024-08-15
5
-143
/
+241
|
\
\
|
*
|
Circuit reactor: Update comments about outbound message handling
Jim Newsome
2024-08-15
1
-3
/
+7
|
*
|
Circuit reactor: remove `'hop_streams` loop
Jim Newsome
2024-08-13
1
-33
/
+24
|
*
|
Circuit reactor: remove `'outer` loop
Jim Newsome
2024-08-13
1
-55
/
+50
|
*
|
Circuit reactor: don't process streams when we don't have circuit window
Jim Newsome
2024-08-13
1
-18
/
+11
|
*
|
StreamMap: apply stream flow control before making messages available
Jim Newsome
2024-08-13
2
-17
/
+83
|
*
|
tor-proto: Encapsulate flow-control
Jim Newsome
2024-08-13
5
-59
/
+132
|
*
|
Circuit reactor: remove unnecessary circ window precheck
Jim Newsome
2024-08-13
1
-21
/
+0
|
*
|
StreamMap: rm stray comment
Jim Newsome
2024-08-13
1
-3
/
+0
*
|
|
tor-memquota: mq_queue: tests: Replace eprintln with debug
Ian Jackson
2024-08-15
1
-1
/
+1
*
|
|
tor-memquota: mq_queue: tests: fill_and_empty: check balance
Ian Jackson
2024-08-15
1
-0
/
+3
*
|
|
tor-memquota: mq_queue: tests: break out check_zero_claimed and fix bug
Ian Jackson
2024-08-15
1
-1
/
+17
*
|
|
tor-memquota: mq_queue: impl Default for MpscUnboundedSpec
Ian Jackson
2024-08-15
1
-1
/
+1
*
|
|
tor-memquota: mq_queue: Provide `new` constructors for Specs
Ian Jackson
2024-08-15
2
-3
/
+8
*
|
|
tor-memquota: mq_queue: Fix doc for `MpscSpec`
Ian Jackson
2024-08-15
1
-2
/
+2
*
|
|
tor-memquota: mq_queue: Rename Mpsc to MpscSpec
Ian Jackson
2024-08-15
1
-12
/
+12
[prev]
[next]