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
...
*
Upgrade serde_with dependency to 3.0.0
Nick Mathewson
2023-05-22
1
-6
/
+12
*
Run "cargo update".
Nick Mathewson
2023-05-22
1
-312
/
+199
*
hs_ntor: Use Subcredential type from tor-hscrypto
Nick Mathewson
2023-05-17
1
-0
/
+1
*
rpc: Change the formatting of object IDs
Nick Mathewson
2023-05-15
1
-0
/
+4
*
llcrypto: upgrade x25519-dalek.
Nick Mathewson
2023-05-13
1
-7
/
+50
*
linkspec: Make LinkSpecType public.
Nick Mathewson
2023-05-10
1
-0
/
+1
*
bump to latest version of bumpalo to appease cargo_audit.
Nick Mathewson
2023-05-09
1
-2
/
+2
*
update rustls to 0.21
trinity-1686a
2023-05-08
1
-6
/
+15
*
update rsa to 0.9.x
trinity-1686a
2023-05-08
1
-13
/
+14
*
tor-netdir: Shuffle the list of HS dirs used for downloading descriptors.
Gabriela Moldovan
2023-05-04
1
-1
/
+2
*
Temporarily replace generational-arena with a fake version.
Nick Mathewson
2023-05-04
1
-48
/
+32
*
Add a generational arena for object mapping for RPC.
Nick Mathewson
2023-05-04
1
-32
/
+48
*
RPC: Start on plumbing TorClient into our RPC code
Nick Mathewson
2023-05-04
1
-0
/
+1
*
RPC: Move the "listen" part of the RPC listener code to `arti`.
Nick Mathewson
2023-05-04
1
-2
/
+1
*
rpc: Make an RpcMgr type to own the DispatchTable.
Nick Mathewson
2023-05-04
1
-1
/
+0
*
tor-netdir: Update tests to parse the descriptor, make test consensus lifetim...
Gabriela Moldovan
2023-05-03
1
-0
/
+2
*
Upgrade tracing to 0.1.36.
Nick Mathewson
2023-05-03
1
-2
/
+2
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-43
/
+43
*
Run cargo update again. (Tracing 0.1.38 has been yanked)
Nick Mathewson
2023-04-29
1
-7
/
+8
*
Run cargo update in preparation for release next week
Nick Mathewson
2023-04-28
1
-84
/
+134
*
Upgrade to serial_test 2.0.0
Nick Mathewson
2023-04-28
1
-23
/
+23
*
rpcserver: Use with_fn.
Nick Mathewson
2023-04-19
1
-0
/
+1
*
rpcbase: Use with_fn.
Nick Mathewson
2023-04-19
1
-0
/
+1
*
Run cargo update
Ian Jackson
2023-04-13
1
-77
/
+77
*
Merge branch 'use_secmem_proc_03' into 'main'
gabi-250
2023-04-13
1
-37
/
+99
|
\
|
*
Update our secmem_proc dependency to 0.3.0
Nick Mathewson
2023-04-13
1
-54
/
+116
*
|
Merge branch 'misc_upgrades' into 'main'
gabi-250
2023-04-13
1
-28
/
+28
|
\
\
|
*
|
Upgrade our hex-literal dependency
Nick Mathewson
2023-04-13
1
-2
/
+2
|
*
|
Upgrade our num_enum dependency.
Nick Mathewson
2023-04-13
1
-26
/
+26
|
|
/
*
/
rpcbase: Use correct error codes, and add tests.
Nick Mathewson
2023-04-12
1
-0
/
+12
|
/
*
Rename tor-rpccmd to tor-rpcbase.
Nick Mathewson
2023-04-12
1
-2
/
+2
*
rpc: Reify and expose DispatchTable.
Nick Mathewson
2023-04-12
1
-0
/
+1
*
rpc: Remove anyhow dependency
Nick Mathewson
2023-04-12
1
-1
/
+0
*
rpc: Add a demonstration feature to "arti"
Nick Mathewson
2023-04-12
1
-0
/
+1
*
rpc: Add an authentication step.
Nick Mathewson
2023-04-12
1
-0
/
+1
*
RPC: add a temporary "listen" function.
Nick Mathewson
2023-04-12
1
-0
/
+3
*
rpc: Add an RpcError type.
Nick Mathewson
2023-04-12
1
-0
/
+1
*
rpc: Make invoke return a Result of erased_serde::Serialize
Nick Mathewson
2023-04-12
1
-0
/
+1
*
rpc: Add Update functionality to rpc::Context.
Nick Mathewson
2023-04-12
1
-0
/
+1
*
RPC: Initial implementation of a multiple-argument dispatch
Nick Mathewson
2023-04-12
1
-0
/
+11
*
Start on a lower-level tor-rpccmd crate.
Nick Mathewson
2023-04-12
1
-0
/
+12
*
rpc: Add asynchronous_codec wrapper for jsonlines.
Nick Mathewson
2023-04-12
1
-0
/
+1
*
rpc: Add a cancellable future type.
Nick Mathewson
2023-04-12
1
-0
/
+2
*
rpc: Implement json message types for serde.
Nick Mathewson
2023-04-12
1
-1
/
+83
*
hs connect: Test descriptor download
Ian Jackson
2023-04-11
1
-0
/
+2
*
hs dirs: Initial cut at descriptor downloading
Ian Jackson
2023-04-11
1
-0
/
+6
*
hs desc: Record a Timebound<HsDesc> (but not really for now)
Ian Jackson
2023-04-11
1
-0
/
+1
*
Update to new version of crossbeam-channel.
Nick Mathewson
2023-04-10
1
-2
/
+2
*
Merge branch 'req' into 'main'
Ian Jackson
2023-04-04
1
-0
/
+1
|
\
|
*
tor-dirclient: Provide HsDescDownloadRequest
Ian Jackson
2023-04-03
1
-0
/
+1
[prev]
[next]