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
/
arti-rpcserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump minor versions of crates with new APIs/impls
Ian Jackson
2024-10-30
1
-1
/
+1
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-10
/
+10
*
Remove echo structs
Neel Chauhan
2024-10-25
1
-14
/
+0
*
arti-rpcserver: Remove echo_on_session
Neel Chauhan
2024-10-25
1
-12
/
+0
*
rpc: Tweak release_owned to give an error on second removal of "connection".
Nick Mathewson
2024-10-23
1
-16
/
+20
*
rpc: Use a const for the "connection" object ID.
Nick Mathewson
2024-10-23
1
-2
/
+9
*
rpc: Simplify method-dispatch-bypass logic a bit
Nick Mathewson
2024-10-23
2
-9
/
+2
*
rpc: Add support for dropping the special "connection" object ID.
Nick Mathewson
2024-10-23
1
-9
/
+19
*
rpc: Move "rpc:release" to be a method on the rpc object.
Nick Mathewson
2024-10-23
1
-24
/
+24
*
rpcserver: detect and use methods that bypass method dispatch.
Nick Mathewson
2024-10-23
1
-3
/
+8
*
rpc: Remove unimplemented rpc:downgrade method for now.
Nick Mathewson
2024-10-23
1
-9
/
+0
*
rpc: Move some object-id-manipulation methods to a new module.
Nick Mathewson
2024-10-23
3
-50
/
+63
*
Merge branch 'arti-rpcserver-comment' into 'main'
wesleyac
2024-10-21
1
-1
/
+1
|
\
|
*
Fix typo in arti-rpcserver auth.rs comment
Neel Chauhan
2024-10-18
1
-1
/
+1
*
|
rpc: List missing required features in error data
Nick Mathewson
2024-10-17
1
-5
/
+7
*
|
Remove Rpc* variants from tor_error::ErrorKind
Nick Mathewson
2024-10-17
3
-21
/
+27
*
|
rpcserver: Wrap InvokeError as internal error
Nick Mathewson
2024-10-17
2
-6
/
+8
|
/
*
Merge branch 'mq-prevent' into 'main'
Ian Jackson
2024-10-15
1
-2
/
+5
|
\
|
*
Use mpsc_channel_no_memquota in the RPC system (adding a TODO)
Ian Jackson
2024-10-15
1
-2
/
+5
*
|
Replace _ => panic!() elsewhere
Ian Jackson
2024-10-15
1
-1
/
+1
|
/
*
arti-rpcserver: minimal handling for request.meta.require
Nick Mathewson
2024-10-07
2
-2
/
+30
*
arti-rpcserver: Correctly handle rpc.meta without `updates`
Nick Mathewson
2024-10-07
1
-0
/
+1
*
rpcserver: Remove TODO about optionality of params
Nick Mathewson
2024-10-07
1
-3
/
+0
*
rpc: clarify documentation and fix typos
Nick Mathewson
2024-10-02
2
-3
/
+6
*
Revise RPC documentation to be more informative.
Nick Mathewson
2024-10-02
4
-13
/
+73
*
Bump arti- and tor- crates to 0.23.0
Nick Mathewson
2024-09-30
1
-10
/
+10
*
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
*
|
Merge branch 'upgrades-20240925' into 'main'
Nick Mathewson
2024-09-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-1
/
+1
*
|
rpc: Rename SingletonId to SingleIdResponse
Nick Mathewson
2024-09-24
2
-8
/
+8
|
/
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
rpcserver: Split a few long lines.
Nick Mathewson
2024-09-16
1
-5
/
+10
*
rpcserver: move is_connection_close detection into run_loop.
Nick Mathewson
2024-09-16
1
-6
/
+10
*
rpcserver: Add an extra level of braces.
Nick Mathewson
2024-09-16
1
-50
/
+52
*
rpcserver: Apply documentation suggestion.
Nick Mathewson
2024-09-16
1
-0
/
+2
*
rpcserver: Use a struct to enforce explicit Continue
Nick Mathewson
2024-09-16
1
-2
/
+10
*
rpc: Simplify simplified close logic even further
Nick Mathewson
2024-09-16
2
-35
/
+38
*
rpc: Simplify close logic even further.
Nick Mathewson
2024-09-16
1
-6
/
+4
*
rpc: Simplify handling of fatal Json read errors.
Nick Mathewson
2024-09-16
3
-44
/
+33
*
rpc: More specificity surrounding SOCKS-rpc integration
Nick Mathewson
2024-09-09
1
-1
/
+8
*
Bump all the unstable tor- and arti- crates to 0.22.0.
Gabriela Moldovan
2024-09-03
1
-10
/
+10
*
oneshot-fused-workaround: Set the initial version to 0.1.0.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
arti-rpcserver: Use a non-wildcard version requirement for slotmap-careful.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
Run fixup-features in preparation for release.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
2
-1
/
+2
*
rpcserver: Fix a trivial doc typo.
Nick Mathewson
2024-08-28
1
-1
/
+1
*
rpcserver: Use slotmap-careful instead of generational-arena.
Nick Mathewson
2024-08-14
3
-35
/
+38
*
Merge branch 'rpc-connection-error' into 'main'
Nick Mathewson
2024-08-13
1
-16
/
+66
|
\
[next]