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
...
|
*
async-utils: Add a SinkExt with a with_fn
Nick Mathewson
2023-04-19
2
-0
/
+85
|
*
async-utils: rename sinkext to prepare_send
Nick Mathewson
2023-04-19
2
-2
/
+2
|
*
async-utils: rename SinkExt to SinkPrepareExt
Nick Mathewson
2023-04-19
4
-13
/
+14
|
*
rpc: Minor tweaks to get a sink to compile.
Nick Mathewson
2023-04-19
1
-4
/
+5
|
*
rpc: Use Method types to determine type of method outputs, updates.
Nick Mathewson
2023-04-19
2
-81
/
+142
|
*
rpc: Split Method into DynMethod and Method
Nick Mathewson
2023-04-19
5
-42
/
+86
|
/
*
Merge branch 'post_1145' into 'main'
Alexander Færøy
2023-04-18
2
-8
/
+18
|
\
|
*
netdoc: Document that particular bit values for flags are not part of our API.
Nick Mathewson
2023-04-17
1
-1
/
+3
|
*
netstatus: re-number routerstatus flags to go in order.
Nick Mathewson
2023-04-17
1
-7
/
+7
|
*
netdir: more documentation on MIDDLE_ONLY flag.
Nick Mathewson
2023-04-17
2
-0
/
+8
*
|
Merge branch 'rpc_refactoring_v2' into 'main'
Ian Jackson
2023-04-18
3
-195
/
+150
|
\
\
|
*
|
rpc: simplify API by always providing a sink.
Nick Mathewson
2023-04-16
2
-26
/
+18
|
*
|
rpc: Ensure well-ordering of responses.
Nick Mathewson
2023-04-16
1
-60
/
+88
|
*
|
rpc: Wire updates into rpc invoke functions again.
Nick Mathewson
2023-04-16
1
-12
/
+43
|
*
|
rpc: Move update sink out of context.
Nick Mathewson
2023-04-16
3
-147
/
+51
*
|
|
Merge branch 'method_namespace' into 'main'
Ian Jackson
2023-04-18
1
-5
/
+29
|
\
\
\
|
*
|
|
rpc spec: define method namespacing.
Nick Mathewson
2023-04-13
2
-6
/
+30
*
|
|
|
Merge branch 'fix_802_core' into 'main'
Ian Jackson
2023-04-18
1
-1
/
+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
DirMgr: Detect that directory state is ready if it begins with all MDs
Nick Mathewson
2023-04-10
1
-1
/
+6
*
|
|
|
Merge branch 'issue833_middleonly' into 'main'
Nick Mathewson
2023-04-17
2
-0
/
+8
|
\
\
\
\
|
*
|
|
|
netdoc: Add MiddleOnly flag to RelayFlags
juga
2023-04-17
2
-0
/
+8
|
/
/
/
/
*
|
|
|
Merge branch 'rustdoc-fix' into 'main'
Nick Mathewson
2023-04-17
2
-3
/
+5
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
rpcserver: Fix a couple of broken rustdoc links
Nick Mathewson
2023-04-16
2
-3
/
+5
|
/
/
/
*
|
|
Merge branch 'fix-macos-repro' into 'main'
Nick Mathewson
2023-04-16
1
-1
/
+1
|
\
\
\
|
*
|
|
fix macos reproducible builds
trinity-1686a
2023-04-16
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'fix' into 'main'
Nick Mathewson
2023-04-13
1
-77
/
+77
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Run cargo update
Ian Jackson
2023-04-13
1
-77
/
+77
|
/
/
*
|
Merge branch 'use_secmem_proc_03' into 'main'
gabi-250
2023-04-13
3
-39
/
+101
|
\
\
|
*
|
Update our secmem_proc dependency to 0.3.0
Nick Mathewson
2023-04-13
3
-56
/
+118
*
|
|
Merge branch 'misc_upgrades' into 'main'
gabi-250
2023-04-13
14
-43
/
+43
|
\
\
\
|
*
|
|
Upgrade our hex-literal dependency
Nick Mathewson
2023-04-13
13
-15
/
+15
|
*
|
|
Upgrade our num_enum dependency.
Nick Mathewson
2023-04-13
3
-28
/
+28
|
|
/
/
*
|
|
Merge branch 'rpc_conformance' into 'main'
Nick Mathewson
2023-04-13
17
-172
/
+703
|
\
\
\
|
*
|
|
rpc, spec: Document current ObjectError, RequestError behavior as correct.
Nick Mathewson
2023-04-13
2
-12
/
+4
|
*
|
|
rpc: Change `id=<SYNTAX>` to "no id".
Nick Mathewson
2023-04-13
4
-17
/
+37
|
*
|
|
rpc: Require that errors are RpcError.
Nick Mathewson
2023-04-13
3
-7
/
+22
|
*
|
|
rpc: Improve error reporting for invalid requests
Nick Mathewson
2023-04-12
7
-17
/
+291
|
*
|
|
rpc spec: Allocate a special ID for syntax errors.
Nick Mathewson
2023-04-12
1
-0
/
+6
|
*
|
|
rpcbase: Use correct error codes, and add tests.
Nick Mathewson
2023-04-12
3
-7
/
+195
|
*
|
|
tor-error: Add ErrorKinds for RPC errors.
Nick Mathewson
2023-04-12
2
-1
/
+25
|
*
|
|
tor-rpcbase: Create error kinds properly.
Nick Mathewson
2023-04-12
1
-14
/
+16
|
*
|
|
rpc spec: Change arti_kinds => kinds per discussion.
Nick Mathewson
2023-04-12
1
-6
/
+11
|
*
|
|
arti-rpcserver: Be careful about saying "result".
Nick Mathewson
2023-04-12
3
-7
/
+12
|
*
|
|
arti-rpcserver: Rename Authentication{Method => Scheme}.
Nick Mathewson
2023-04-12
1
-7
/
+7
|
*
|
|
arti-rpcserver: rename cmd to method.
Nick Mathewson
2023-04-12
1
-2
/
+2
|
*
|
|
arti-rpcserver: rename command to method.
Nick Mathewson
2023-04-12
2
-19
/
+19
|
*
|
|
tor-rpcbase: rename cmd to method everywhere.
Nick Mathewson
2023-04-12
1
-31
/
+31
|
*
|
|
tor-rpcbase: Rename cmd.rs to method.rs.
Nick Mathewson
2023-04-12
2
-2
/
+2
|
*
|
|
tor-rpcbase: Rename and rephrase "command" to "method"
Nick Mathewson
2023-04-12
7
-54
/
+54
|
*
|
|
rpc: terminology edits around "method" in spec draft
Nick Mathewson
2023-04-12
1
-4
/
+4
[prev]
[next]