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
/
tor-proto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump all the unstable tor- and arti- crates to 0.19.
Gabriela Moldovan
2024-06-05
1
-17
/
+17
*
Merge branch 'poll-ready-unpin-bool' into 'main'
Nick Mathewson
2024-05-29
3
-12
/
+28
|
\
|
*
ChannelSender::poll_ready_unpin_bool: add otiose ext trait doc
Ian Jackson
2024-05-29
1
-0
/
+1
|
*
ChannelSender::poll_ready_unpin_bool: move to util
Ian Jackson
2024-05-29
3
-20
/
+24
|
*
ChannelSender::poll_ready_unpin_bool: extension trait
Ian Jackson
2024-05-29
2
-1
/
+8
|
*
ChannelSender::poll_ready_unpin_bool: rename from poll_ready
Ian Jackson
2024-05-29
2
-5
/
+9
|
*
ChannelSender::poll_ready inherent method: Don't discard error
Ian Jackson
2024-05-29
1
-1
/
+1
|
*
ChannelSender::poll_ready inherent method: Avoid apparent discard
Ian Jackson
2024-05-29
1
-1
/
+1
|
*
ChannelSender::poll_ready inherent method: Use Sink:poll_ready
Ian Jackson
2024-05-29
1
-1
/
+1
*
|
proto: Try to clarify why StreamReader has a StreamTarget.
Nick Mathewson
2024-05-29
2
-3
/
+10
*
|
proto: Add a test for closing streams.
Nick Mathewson
2024-05-29
1
-1
/
+74
*
|
proto: Improve documentation about DataStream lifetimes and closing
Nick Mathewson
2024-05-29
2
-1
/
+40
*
|
proto: Make DataWriter::close actually do something.
Nick Mathewson
2024-05-29
3
-9
/
+41
|
/
*
Remove an outdated comment.
Nick Mathewson
2024-05-20
1
-3
/
+0
*
Make an arc clone explicit.
Nick Mathewson
2024-05-20
1
-1
/
+1
*
Fix a typo.
gabi-250
2024-05-20
1
-1
/
+1
*
proto: Divide up some elements of ChannelDetails.
Nick Mathewson
2024-05-16
2
-52
/
+58
*
Make Channel non-Clone.
Nick Mathewson
2024-05-16
2
-2
/
+4
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
6
-13
/
+21
*
proto: Move Channel send functionality into a separate type.
Nick Mathewson
2024-05-16
3
-48
/
+70
*
proto: Document ChannelDetails members that don't need to be shared.
Nick Mathewson
2024-05-16
1
-1
/
+7
*
proto: Document usage for each mutable part of ChannelDetails
Nick Mathewson
2024-05-16
1
-1
/
+12
*
proto: Explicitly enforce maxima on SENDME windows.
Nick Mathewson
2024-05-14
3
-5
/
+16
*
proto: Fix compilation with stream-ctrl but not experimental-api.
Nick Mathewson
2024-05-14
2
-2
/
+2
*
proto: Expose wait_for_connection as a part of the DataStream API.
Nick Mathewson
2024-05-09
1
-1
/
+1
*
Merge branch 'new_ci_cfg_strategy' into 'main'
Nick Mathewson
2024-05-07
1
-2
/
+2
|
\
|
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
|
Circuit reactor: use refutable let to unnest some code
Jim Newsome
2024-05-06
1
-34
/
+35
*
|
Circuit reactor: rename 'hop to 'hop_outbound
Jim Newsome
2024-05-06
1
-3
/
+3
*
|
Circuit reactor run_once: remove a level of nesting
Jim Newsome
2024-05-06
1
-27
/
+27
*
|
circuit reactor run_once: remove a level of nesting
Jim Newsome
2024-05-06
1
-90
/
+87
|
/
*
Bump versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-04-30
1
-17
/
+17
*
Circuit reactor: document some requirements and assumptions
Jim Newsome
2024-04-25
1
-10
/
+42
*
Add temporary allows for some dead code warnings
Ian Jackson
2024-04-25
3
-0
/
+3
*
Use uXX::MAX in place of std::uXX::MAX
Nick Mathewson
2024-04-22
2
-3
/
+3
*
proto: Simplify a check-and-convert to use try_into+expect
Nick Mathewson
2024-04-22
1
-2
/
+2
*
Merge branch 'counted_hashmap' into 'main'
Ian Jackson
2024-04-11
2
-42
/
+565
|
\
|
*
counted_map: Use educe(Default).
Nick Mathewson
2024-04-02
1
-12
/
+4
|
*
counted_map: Use PhantomData<fn(P)->P>
Nick Mathewson
2024-04-02
1
-4
/
+4
|
*
counted_map: Add some notes about correctness; downgrade unsafes
Nick Mathewson
2024-04-02
2
-13
/
+21
|
*
streammap: Use an internal counted_hashmap to simplify invariant checking
Nick Mathewson
2024-03-28
2
-43
/
+566
*
|
remove unused dependencies
trinity-1686a
2024-04-02
1
-2
/
+0
*
|
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-18
/
+18
*
|
Bump patchlevel versions on non-{tor/arti} crates.
Nick Mathewson
2024-04-02
1
-1
/
+1
|
/
*
Make filter conditional, to fix build with hs-service disabled.
Nick Mathewson
2024-03-26
2
-2
/
+6
*
Refactor and simplify ClientCircSyncView
Nick Mathewson
2024-03-26
2
-34
/
+24
*
Rename the old IncomingStreamRequestContext to StreamReqInfo.
Nick Mathewson
2024-03-26
3
-9
/
+7
*
Add an IncomingStreamRequestFilter to check early properties
Nick Mathewson
2024-03-26
5
-12
/
+136
*
Define a type for a synchronous (blocking) view of a circuit state.
Nick Mathewson
2024-03-26
3
-0
/
+40
*
proto: Make StreamMap keep a count of open streams.
Nick Mathewson
2024-03-26
1
-0
/
+34
[next]