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
...
|
*
|
tor-proto: renamed `ReceiverBorrowedFuture` to `BorrowedReceiverFuture`
Steven Engler
2024-12-10
1
-5
/
+5
|
*
|
tor-proto: renamed `ReceiverOwnedFuture` to `ReceiverFuture`
Steven Engler
2024-12-10
1
-6
/
+6
|
*
|
tor-proto: rename `Receiver::recv` to `borrowed`
Steven Engler
2024-12-10
1
-24
/
+24
|
*
|
tor-proto: moved the `Weak::upgrade` into `Sender::send_and_wake`
Steven Engler
2024-12-10
1
-22
/
+15
|
*
|
tor-proto: changed `wakers` from an `Option<_>` to a `Result<_, WakersAlready...
Steven Engler
2024-12-10
1
-9
/
+21
|
*
|
tor-proto: added `use std::ops::Drop`
Steven Engler
2024-12-10
1
-3
/
+4
|
*
|
tor-proto: removed `Receiver::recv_clone` and implemented `IntoFuture` for `R...
Steven Engler
2024-12-10
2
-25
/
+24
|
*
|
tor-proto: renamed `CancelledError` to `SenderDropped`
Steven Engler
2024-12-10
1
-17
/
+17
|
*
|
tor-proto: switched from `Slab` to `DenseSlotMap` for waker map
Steven Engler
2024-12-10
3
-12
/
+14
|
*
|
tor-proto: change the message type from `Option<T>` to `Result<T, CancelledEr...
Steven Engler
2024-12-10
1
-9
/
+12
|
*
|
tor-proto: changed regular comments on `Shared` to doc comments
Steven Engler
2024-12-10
1
-21
/
+21
|
*
|
tor-proto: update docs on `Channel::reactor_closed_rx`
Steven Engler
2024-12-10
1
-3
/
+1
|
*
|
tor-proto: replace oneshot broadcast channel
Steven Engler
2024-12-10
4
-138
/
+564
|
*
|
tor-proto: replace `Channel`s "closed" state handling
Steven Engler
2024-12-10
2
-35
/
+47
|
*
|
tor-proto: move `ChannelDetails::reactor_closed_rx` to `Channel`
Steven Engler
2024-12-10
1
-11
/
+17
|
*
|
tor-proto: add 'oneshot_broadcast' util module
Steven Engler
2024-12-10
2
-0
/
+246
|
/
/
*
|
Merge branch 'remove-haskind' into 'main'
David Goulet
2024-12-10
2
-14
/
+1
|
\
\
|
*
|
tor-key-forge: Abolish the HasKind impl of Error.
Gabriela Moldovan
2024-12-10
2
-14
/
+1
|
/
/
*
|
Merge branch 'rtcompat-streamops' into 'main'
gabi-250
2024-12-10
15
-12
/
+252
|
\
\
|
|
/
|
/
|
|
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp (fmt).
Gabriela Moldovan
2024-12-10
4
-6
/
+21
|
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp.
Gabriela Moldovan
2024-12-10
5
-30
/
+15
|
*
tor-rtcompat: Add an error type for unsupported StreamOps.
Gabriela Moldovan
2024-12-10
2
-1
/
+28
|
*
tor-rtcompat: Add a default implementation for StreamOps::set_tcp_notsent_lowat.
Gabriela Moldovan
2024-12-10
1
-2
/
+8
|
*
tor-rtcompat: Clarify the StreamOps documentation.
Gabriela Moldovan
2024-12-10
1
-4
/
+6
|
*
tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps ...
Gabriela Moldovan
2024-12-10
1
-2
/
+6
|
*
tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps.
Gabriela Moldovan
2024-12-10
4
-8
/
+14
|
*
tor-rtcompat: Add tests for set_tcp_notsent_lowat.
Gabriela Moldovan
2024-12-10
1
-0
/
+60
|
*
tor-rtcompat: Implement StreamOps for all the stream types.
Gabriela Moldovan
2024-12-10
11
-8
/
+133
|
*
tor-rtcompat: Add a StreamOps trait.
Gabriela Moldovan
2024-12-10
2
-1
/
+11
|
/
*
Merge branch 'connect-point-2' into 'main'
Nick Mathewson
2024-12-09
25
-290
/
+1351
|
\
|
*
rpc_tests: Add testcase for no-arguments ArtiRpcConn.
Nick Mathewson
2024-12-09
1
-0
/
+26
|
*
Remove needless cbindgen item.
Nick Mathewson
2024-12-09
2
-1
/
+1
|
*
rpc-client: Reject relative paths.
Nick Mathewson
2024-12-09
3
-1
/
+11
|
*
rpc-client: split paths better on windows.
Nick Mathewson
2024-12-09
1
-1
/
+12
|
*
rpc-client: Add TODOs about links to connect point docs
Nick Mathewson
2024-12-09
1
-0
/
+6
|
*
rpc-client: Rename PathEntry to SearchEntry.
Nick Mathewson
2024-12-09
1
-18
/
+18
|
*
rpc-client: Clarity and consistency in envvar docs
Nick Mathewson
2024-12-09
1
-10
/
+20
|
*
connpt: note an opportunity to save some fds.
Nick Mathewson
2024-12-09
1
-0
/
+3
|
*
connpt: use cfg-if to declare connect point defaults.
Nick Mathewson
2024-12-09
3
-20
/
+29
|
*
arti_rpc_tests: Check that the various forms of connect-point cfg work.
Nick Mathewson
2024-12-09
2
-0
/
+231
|
*
arti_rpc_tests: Clear environment variables with special meaning.
Nick Mathewson
2024-12-09
1
-0
/
+13
|
*
artilib: Revise C and Python APIs for builders.
Nick Mathewson
2024-12-09
10
-57
/
+376
|
*
rpc-client-core: Correct various FFI error types.
Nick Mathewson
2024-12-09
3
-6
/
+65
|
*
rpc-client: Initial implementation for RPC connect points.
Nick Mathewson
2024-12-09
7
-71
/
+323
|
*
connpts: duplicate socket before returning.
Nick Mathewson
2024-12-09
1
-15
/
+24
|
*
connpts: Add default connect points as constants.
Nick Mathewson
2024-12-09
2
-1
/
+61
|
*
rpc-client: move Builder to its own module.
Nick Mathewson
2024-12-09
4
-85
/
+97
|
*
arti_client_paths: Clean up documentation.
Nick Mathewson
2024-12-09
1
-4
/
+7
|
*
Move base CfgPathResolver for arti-client back to tor-config-path.
Nick Mathewson
2024-12-09
6
-122
/
+150
*
|
Merge branch 'idna-audit' into 'main'
Nick Mathewson
2024-12-09
1
-0
/
+9
|
\
\
|
|
/
|
/
|
[prev]
[next]