Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
59 check-ins going from qsu-0.0.1 to qsu-0.0.2
2023-10-19
| ||
03:32 | Category cleanup. check-in: 83c296e121 user: jan tags: qsu-0.0.2, trunk | |
03:29 | Cleanup. check-in: 00799d58af user: jan tags: trunk | |
03:22 | Docs update. check-in: a55b03122c user: jan tags: trunk | |
03:16 | Update index.md. check-in: 374ce8b60e user: jan tags: trunk | |
01:58 | Use 'register' service terminology rather than 'install' service. check-in: a831b02fb0 user: jan tags: trunk | |
01:50 | Print argument parser error and exit immediately (for now). check-in: 666dc03a0f user: jan tags: trunk | |
01:34 | Bugfix: Passed service register subcommand rather than run service run subcommand. check-in: a7ece6cc72 user: jan tags: trunk | |
01:12 | Happy clippy. check-in: a4a4638430 user: jan tags: trunk | |
01:08 | Fix warnings. check-in: 42ad2d4207 user: jan tags: trunk | |
00:47 | Brainstorming ways to specify account to run service. check-in: d8c731fbc1 user: jan tags: trunk | |
00:24 | Fix warnings. check-in: e797a6d1bb user: jan tags: trunk | |
00:03 | Fix warnings. check-in: 99b8107f3c user: jan tags: trunk | |
00:00 | Fix system unit file generation. check-in: 9412d2628d user: jan tags: trunk | |
2023-10-18
| ||
23:50 | Brainstorming how to specify installation directory for platforms that create files to represent services. check-in: bff9acb132 user: jan tags: trunk | |
23:24 | Code normalization. check-in: c063d3f579 user: jan tags: trunk | |
23:17 | Add placeholder uninstall for systemd installation module. check-in: d5b23bbc3f user: jan tags: trunk | |
23:15 | Fix cfg() typo. check-in: b24bbcd631 user: jan tags: trunk | |
23:09 | Add user/group/umask to systemd unit file. check-in: a2bc8d902d user: jan tags: trunk | |
23:01 | Working on service installation features. check-in: f928ffd969 user: jan tags: trunk | |
23:00 | Cleanup. check-in: 9c3f90db2f user: jan tags: trunk | |
20:49 | Fix warning. check-in: 622d8a3116 user: jan tags: trunk | |
20:46 | Update tokio and rocket examples to use ArgParser. check-in: 144352423f user: jan tags: trunk | |
20:41 | Start moving over examples to ArgParser. Fix warnings. check-in: e3ea9cf0a3 user: jan tags: trunk | |
19:06 | Make ArgsError public. check-in: 1465faeb8c user: jan tags: trunk | |
07:13 | Use configurable subcommand name. check-in: cfaf599ce9 user: jan tags: trunk | |
06:57 | Abort if proc_other() returns error. check-in: f636080fc4 user: jan tags: trunk | |
06:50 | Display help and version. Start working on preserving clap errors until termination. check-in: 0bd2f0632a user: jan tags: trunk | |
05:30 | Create subcommands in ArgParser::proc(). check-in: 97e0d7f40d user: jan tags: trunk | |
05:09 | Properly support customizable subcommands in ArgParser. check-in: bcebb6f197 user: jan tags: trunk | |
04:52 | Add argp::ArgParser, which wraps common service command line logic in a reusable manner. check-in: 900edf7cc1 user: jan tags: trunk | |
03:19 | Rephrase. check-in: b237dd75b7 user: jan tags: trunk | |
02:57 | Cleanup. check-in: f414d6d12b user: jan tags: trunk | |
02:05 | Update changelog. check-in: 39d3bb3635 user: jan tags: trunk | |
02:00 | Clean up log level help text. check-in: e36ab7c986 user: jan tags: trunk | |
01:43 | Fix lumberjack for non-clap builds. check-in: 0d746742a9 user: jan tags: trunk | |
01:38 | Make certain installation options dependent on platform. Make default service name include 'local.' prefix on macos. check-in: aeb115c3ae user: jan tags: trunk | |
01:28 | Fix launchd installer module. check-in: f0f12066d5 user: jan tags: trunk | |
01:24 | Support setting log/trace level and trace file from install-service. check-in: 7181d1c2ff user: jan tags: trunk | |
01:01 | Working on service registry being able to take in log level, trace level and trace file. check-in: 382279c18a user: jan tags: trunk | |
2023-10-17
| ||
18:27 | Enable docsrs. Add some more feature labels. Document how to build docs. check-in: 8ef65c3eb0 user: jan tags: trunk | |
00:23 | Map eventlog errors to LumberJack. Docs. check-in: 7f53c2c9ed user: jan tags: trunk | |
2023-10-16
| ||
23:50 | Update version. check-in: 2d75b014a8 user: jan tags: trunk | |
23:47 | Docs. check-in: daca7c8f42 user: jan tags: trunk | |
23:37 | Docs. check-in: ffa473a82f user: jan tags: trunk | |
21:11 | Fix warnings. check-in: c290c05755 user: jan tags: trunk | |
20:42 | Fix linux build. check-in: 1b520ba8a5 user: jan tags: trunk | |
20:40 | systemd is for linux only. check-in: f8350fc80e user: jan tags: trunk | |
20:33 | Fix warnings. Handle Terminate event for Rocket runtime. check-in: 033fda2438 user: jan tags: trunk | |
20:14 | Rephrase. check-in: 871e6e9bf7 user: jan tags: trunk | |
20:10 | Documentation. check-in: 5438b40c8b user: jan tags: trunk | |
19:52 | Disable Ctrl+C and SIGTERM in Rocket.toml. check-in: ecc4ae36b5 user: jan tags: trunk | |
19:26 | Fix Terminate event for the Rocket runtime. check-in: 30514617b3 user: jan tags: trunk | |
19:07 | Introduce SvcEvt::Terminate, triggered by SIGTERM/Ctrl+Break/Close. check-in: dea001f2d7 user: jan tags: trunk | |
18:14 | Allow custom tokio runtime creation. check-in: 696f064d05 user: jan tags: trunk | |
17:58 | Make a limitations note in index.md. check-in: 8e1b28e3e9 user: jan tags: trunk | |
17:58 | Return Error from examples argp::procx(). check-in: 666ab06ef3 user: jan tags: trunk | |
17:53 | Error management. check-in: fed5007cef user: jan tags: trunk | |
17:35 | Merge clap helpers. check-in: 397465de10 user: jan tags: trunk | |
2023-10-14
| ||
23:34 | Include examples when publishing. check-in: 429071c063 user: jan tags: qsu-0.0.1, trunk | |