Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From qsu-0.5.0 To qsu-0.6.0
2024-10-05
| ||
20:13 | Docs. To make clap documentation make more sense. check-in: c99a00ffd2 user: jan tags: trunk | |
2024-09-13
| ||
01:15 | Update description. check-in: 8f422d4ee5 user: jan tags: qsu-0.6.0, trunk | |
01:07 | Cleanup. check-in: 8984fa32cf user: jan tags: trunk | |
2024-05-20
| ||
00:11 | Merge. check-in: 343bfcf196 user: jan tags: trunk | |
00:02 | Release maintenance. Closed-Leaf check-in: 9190e0edaa user: jan tags: qsu-0.5.0, tracing-filter | |
2024-05-19
| ||
23:12 | Cleanup. check-in: 80ff88f60d user: jan tags: tracing-filter | |
Changes to .efiles.
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 | + + | Cargo.toml README.md www/index.md www/opinionated.md www/qsurt.md www/design-notes.md www/changelog.md src/err.rs src/lib.rs src/lumberjack.rs src/rt.rs src/rt/nosvc.rs |
︙ | |||
22 23 24 25 26 27 28 29 30 31 32 33 34 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + + + | src/installer/launchd.rs src/installer/systemd.rs src/argp.rs tests/err/mod.rs tests/apps/mod.rs tests/apperr.rs tests/initrunshutdown.rs examples/simplesync.rs examples/simpletokio.rs examples/simplerocket.rs examples/hellosvc.rs examples/hellosvc-tokio.rs examples/hellosvc-rocket.rs examples/err/mod.rs examples/procres/mod.rs examples/argp/mod.rs |
Changes to Cargo.toml.
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - + - - + + + | [package] name = "qsu" |
︙ | |||
31 32 33 34 35 36 37 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | - - + - + - + - - - + + + - + - + - - + + - + - + + + + + + + + + | systemd = ["dep:sd-notify"] rocket = ["rt", "dep:rocket", "tokio"] rt = [] tokio = ["rt", "tokio/macros", "tokio/rt-multi-thread", "tokio/signal"] wait-for-debugger = ["dep:dbgtools-win"] [dependencies] |
Changes to README.md.
1 2 | 1 2 3 4 5 6 7 8 9 10 11 | - + + + - - - + + + - + | # qsu |
Added bacon.toml.