Commit 478d6a5
committed
Merge #354: Drop Windows support for JSONRPC over UDS
7ce039c Make the jsonrpc module optional through a default feature (Antoine Poinsot)
767c38e jsonrpc: remove support for Windows (Antoine Poinsot)
Pull request description:
Based on #353, which provides a way to access `revaultd`'s commands through a library API, this drops the support of our greatly hacky JSONRPC server on UDS socket for Windows >10.
This also makes the JSONRPC server an optional feature (activated by default).
Fixes #339
Fixes #79
Fixes #27
ACKs for top commit:
edouardparis:
ACK 7ce039c
Tree-SHA512: de1d7da33311da5b10e5e6cc23558cbdfaeccafddc74838c894076f25ba254559204782ad91ce66b85c10838e550e2071d57df88cbbbba5b10a85a1942da5c78File tree
6 files changed
+19
-156
lines changed- .github/workflows
- src
- bin
- jsonrpc
6 files changed
+19
-156
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | | - | |
15 | | - | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | | - | |
18 | 16 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 17 | | |
24 | 18 | | |
25 | 19 | | |
| |||
62 | 56 | | |
63 | 57 | | |
64 | 58 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 59 | | |
70 | 60 | | |
71 | 61 | | |
| |||
131 | 121 | | |
132 | 122 | | |
133 | 123 | | |
134 | | - | |
135 | 124 | | |
136 | 125 | | |
137 | 126 | | |
| |||
235 | 224 | | |
236 | 225 | | |
237 | 226 | | |
238 | | - | |
239 | | - | |
| 227 | + | |
240 | 228 | | |
241 | 229 | | |
242 | 230 | | |
| |||
375 | 363 | | |
376 | 364 | | |
377 | 365 | | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | 366 | | |
425 | 367 | | |
426 | 368 | | |
| |||
448 | 390 | | |
449 | 391 | | |
450 | 392 | | |
451 | | - | |
452 | | - | |
453 | 393 | | |
454 | 394 | | |
455 | | - | |
456 | 395 | | |
457 | 396 | | |
458 | 397 | | |
| |||
470 | 409 | | |
471 | 410 | | |
472 | 411 | | |
473 | | - | |
474 | 412 | | |
475 | | - | |
476 | | - | |
477 | 413 | | |
478 | 414 | | |
479 | 415 | | |
| |||
488 | 424 | | |
489 | 425 | | |
490 | 426 | | |
491 | | - | |
492 | 427 | | |
493 | | - | |
494 | | - | |
495 | 428 | | |
496 | 429 | | |
497 | 430 | | |
| |||
539 | 472 | | |
540 | 473 | | |
541 | 474 | | |
542 | | - | |
543 | | - | |
544 | 475 | | |
545 | 476 | | |
546 | 477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | | - | |
154 | 154 | | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
264 | 265 | | |
265 | 266 | | |
266 | 267 | | |
267 | | - | |
268 | 268 | | |
| 269 | + | |
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
| |||
0 commit comments