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 arti- and tor- crates to 0.23.0
Nick Mathewson
2024-09-30
1
-17
/
+17
*
Minor bumps on non-tor/arti crates
Nick Mathewson
2024-09-30
1
-2
/
+2
*
Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'
David Goulet
2024-09-26
1
-1
/
+1
|
\
|
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
|
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-1
/
+1
|
/
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
tor-proto: Use Reader::take_all_but().
Nick Mathewson
2024-09-16
1
-8
/
+1
*
tor-bytes: Error: provide and call Error::incomplete_error
Ian Jackson
2024-09-11
1
-1
/
+1
*
tor-bytes: Add a deficit field to Error::Truncated (fmt)
Ian Jackson
2024-09-10
1
-1
/
+3
*
tor-bytes: Add a deficit field to Error::Truncated
Ian Jackson
2024-09-10
1
-1
/
+2
*
Bump all the unstable tor- and arti- crates to 0.22.0.
Gabriela Moldovan
2024-09-03
1
-17
/
+17
*
oneshot-fused-workaround: Set the initial version to 0.1.0.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
Fix formatting issues introduced by fixup-features.
Gabriela Moldovan
2024-09-03
1
-1
/
+3
*
Run fixup-features in preparation for release.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2024-09-03
2
-3
/
+3
*
Move stream_peek into tor-async-utils
Jim Newsome
2024-08-29
2
-6
/
+2
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
8
-10
/
+10
*
`tor_proto::channel`: update comment to point to `tor-chanmgr`
Jim Newsome
2024-08-27
1
-2
/
+1
*
`circuit` docs: delete comment about no flow-control etc
Jim Newsome
2024-08-26
1
-2
/
+0
*
`circuit` docs: delete "one big mutex" limitation
Jim Newsome
2024-08-26
1
-3
/
+0
*
tor-proto circuit: add unit test for fairness
Jim Newsome
2024-08-22
1
-0
/
+128
*
flow-control: document idea for making more robust
Jim Newsome
2024-08-21
2
-0
/
+11
*
Circuit reactor: improve code comments
Jim Newsome
2024-08-21
1
-3
/
+11
*
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
*
tor-proto: Use PeekableStream to get rid of redundant buffering
Jim Newsome
2024-08-21
3
-235
/
+303
*
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
*
Merge branch 'streampollset-no-v' into 'main'
David Goulet
2024-08-13
2
-24
/
+21
|
\
|
*
StreamPollSet: remove redundant type parameter V
Jim Newsome
2024-08-12
2
-24
/
+21
*
|
tor-proto: removed CountedHashMap
Jim Newsome
2024-08-12
2
-542
/
+0
|
/
*
StreamPollSet: replace nested Option
Jim Newsome
2024-08-08
1
-10
/
+28
*
StreamMap: Merge rxs into open_streams
Jim Newsome
2024-08-08
2
-72
/
+68
*
StreamMap: Put open streams in their own map instead of CountedHashMap
Jim Newsome
2024-08-08
2
-137
/
+124
*
StreamMap: test n_open_streams
Jim Newsome
2024-08-08
1
-1
/
+13
*
StreamPollSet: allow access to inner streams
Jim Newsome
2024-08-08
2
-48
/
+345
*
KeyedFuturesUnordered: explicitly document Stream behavior
Jim Newsome
2024-08-08
1
-0
/
+13
*
KeyedFuturesUnordered: return actual references
Jim Newsome
2024-08-08
1
-23
/
+10
*
KeyedFuturesUnordered: additional testing
Jim Newsome
2024-08-08
1
-37
/
+98
*
Add KeyedFuturesUnordered::get and KeyedFuturesUnordered::get_mut
Jim Newsome
2024-08-08
1
-3
/
+72
*
KeyedFuturesUnordered::remove: return the future as well
Jim Newsome
2024-08-08
2
-18
/
+55
*
KeyedFuturesUnordered: refactor so that futures are accessible
Jim Newsome
2024-08-08
2
-100
/
+100
*
Merge branch 'docsrs' into 'main'
Jim Newsome
2024-08-07
1
-1
/
+0
|
\
|
*
Don't need to tell docs.rs to enable `docsrs` cfg
Kunal Mehta
2024-08-02
1
-1
/
+0
[next]