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
/
Cargo.lock
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-0
/
+19
*
|
rpc: Use MockRuntime for set_proxy_info test.
Nick Mathewson
2024-08-28
1
-0
/
+1
*
|
arti: Define a new ArtiRpcSession type.
Nick Mathewson
2024-08-28
1
-0
/
+1
*
|
byte_qty: Support deserialising from strings and floats
Ian Jackson
2024-08-27
1
-0
/
+2
*
|
byte_qty: Implement FromStr, and improve Display impl
Ian Jackson
2024-08-27
1
-0
/
+1
*
|
Merge branch 'live-reload' into 'main'
gabi-250
2024-08-22
1
-0
/
+10
|
\
\
|
*
|
arti: Use a postage::watch channel in the tests.
Gabriela Moldovan
2024-08-22
1
-0
/
+2
|
*
|
arti: Add test for config reloading.
Gabriela Moldovan
2024-08-21
1
-0
/
+1
|
*
|
tor-config: Write tests for FileWatcher.
Gabriela Moldovan
2024-08-21
1
-0
/
+2
|
*
|
tor-config: Add getters for FileWatcher.
Gabriela Moldovan
2024-08-21
1
-0
/
+1
|
*
|
tor-config: Make FileWatcher use an opaque channel type.
Gabriela Moldovan
2024-08-21
1
-0
/
+2
|
*
|
tor-config: Give FileWatcherBuilder a handle to the runtime.
Gabriela Moldovan
2024-08-21
1
-0
/
+1
|
*
|
tor-config: Move FileWatcher to tor-config.
Gabriela Moldovan
2024-08-21
1
-0
/
+1
*
|
|
Merge branch 'optional-managed-pts' into 'main'
Nick Mathewson
2024-08-22
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tor-ptmgr: added a 'managed-pts' default feature
Steven Engler
2024-08-21
1
-0
/
+1
*
|
|
Merge branch 'peekable-poll-set' into 'main'
Jim Newsome
2024-08-21
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
StreamMap: Use StreamUnobtrusivePeeker instead of Peekable
Jim Newsome
2024-08-21
1
-0
/
+1
|
*
|
StreamUnobtrusivePeeker: implement PeekableStream and UnobtrusivePeekableStream
Jim Newsome
2024-08-21
1
-0
/
+1
|
|
/
*
|
keymanip: Make blind_pubkey exist unconditionally
Nick Mathewson
2024-08-21
1
-0
/
+1
*
|
relay: Add basic configuration and builder
David Goulet
2024-08-20
1
-0
/
+13
|
/
*
rpcserver: Use slotmap-careful instead of generational-arena.
Nick Mathewson
2024-08-14
1
-10
/
+1
*
Merge branch 'careful-slotmap' into 'main'
Nick Mathewson
2024-08-14
1
-0
/
+13
|
\
|
*
New `slotmap-careful` crate to use when we mustn't re-use keys.
Nick Mathewson
2024-08-08
1
-0
/
+13
*
|
Resolve unreachable_patterns warnings from nightly.
Nick Mathewson
2024-08-13
1
-0
/
+1
*
|
Merge branch 'rpc-describe' into 'main'
Nick Mathewson
2024-08-13
1
-0
/
+1
|
\
\
|
*
|
Unstable RPC method to dump method information.
Nick Mathewson
2024-08-12
1
-0
/
+1
|
|
/
*
|
Merge branch '1144-std-backtrace' into 'main'
David Goulet
2024-08-12
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
Use std::backtrace instead of backtrace crate
Robin Leander Schröder
2024-08-01
1
-3
/
+0
*
|
tor-hsservice: Add restricted discovery configuration.
Gabriela Moldovan
2024-08-05
1
-0
/
+2
*
|
Merge branch 'version-bumps-arti-v1.2.6' into 'main'
Nick Mathewson
2024-08-01
1
-44
/
+44
|
\
\
|
*
|
Bump "arti" crate to 1.2.6
Nick Mathewson
2024-08-01
1
-1
/
+1
|
*
|
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
1
-40
/
+40
|
*
|
Minor bumps on fslock-guard, fs-mistrust, equix
Nick Mathewson
2024-08-01
1
-3
/
+3
|
|
/
*
|
Unpin cc
Ian Jackson
2024-08-01
1
-1
/
+0
*
|
Cargo.lock: Downgrade cc again
Ian Jackson
2024-08-01
1
-10
/
+11
*
|
Run "cargo update" in preparation for release.
Nick Mathewson
2024-08-01
1
-261
/
+307
|
/
*
ffi: use void to omit unreachable "on invalid" blocks
Nick Mathewson
2024-07-31
1
-0
/
+1
*
rpc: Initial core of an FFI interface.
Nick Mathewson
2024-07-31
1
-0
/
+8
*
Update bytemuck to 1.16.3; previous version was yanked.
Nick Mathewson
2024-07-31
1
-2
/
+2
*
arti: Add tests for the arti hss subcommand.
Gabriela Moldovan
2024-07-30
1
-0
/
+158
*
tor-memquota: Provide StreamUnobtrusivePeeker
Ian Jackson
2024-07-24
1
-0
/
+1
*
rpclib: Initial tests for RpcConn
Nick Mathewson
2024-07-24
1
-0
/
+3
*
rpclib: Test low-level reader/writer.
Nick Mathewson
2024-07-24
1
-1
/
+40
*
Bump openssl to 0.10.66 to satisfy cargo-audit.
Gabriela Moldovan
2024-07-22
1
-4
/
+4
*
Merge branch 'arti-rpc-client-core-v4' into 'main'
Nick Mathewson
2024-07-16
1
-0
/
+12
|
\
|
*
rpc client: Documentation.
Nick Mathewson
2024-07-16
1
-0
/
+1
|
*
WIP: Lower and middle levels of Arti rpc core.
Nick Mathewson
2024-07-16
1
-0
/
+11
*
|
Merge branch 'rpcbase-testing' into 'main'
gabi-250
2024-07-16
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
rpc: Test some lower level dispatch internals.
Nick Mathewson
2024-07-15
1
-0
/
+1
*
|
Upgrade bytes to 1.6.1, to appease cargo-audit.
Nick Mathewson
2024-07-15
1
-2
/
+2
|
/
[prev]
[next]