Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return exit status from run | Tomasz Kramkowski | 10 days | 1 | -4/+8 |
| | |||||
* | Use moro local to reduce allocations | Tomasz Kramkowski | 10 days | 1 | -27/+29 |
| | | | | | This means that we can also use Rc instead of Arc (which should have been used instead of re-allocating in the first place). | ||||
* | Add per-process timeout | Tomasz Kramkowski | 2025-07-04 | 1 | -1/+6 |
| | | | | Side note... holy crap serde... more boilerplate than code at this point | ||||
* | Configurable global timeout | Tomasz Kramkowski | 2025-07-04 | 1 | -2/+2 |
| | |||||
* | Clippy lint fixes | Tomasz Kramkowski | 2025-07-04 | 1 | -21/+18 |
| | |||||
* | Use write_all instead of write for the message | Tomasz Kramkowski | 2025-07-04 | 1 | -1/+1 |
| | |||||
* | Configurable QoS | Tomasz Kramkowski | 2025-07-04 | 1 | -5/+4 |
| | |||||
* | Make QoS 2 (ExactlyOnce) the default | Tomasz Kramkowski | 2025-06-27 | 1 | -1/+1 |
| | |||||
* | Pass packet metadata as arguments | Tomasz Kramkowski | 2025-06-27 | 1 | -5/+12 |
| | | | | DUP, QoS, RETAIN and the packet identifier | ||||
* | Process timeout after 60 seconds | Tomasz Kramkowski | 2025-06-27 | 1 | -4/+6 |
| | |||||
* | Reduce nesting depth | Tomasz Kramkowski | 2025-06-27 | 1 | -11/+12 |
| | |||||
* | Ignore mqttr.toml for safety | Tomasz Kramkowski | 2025-06-27 | 1 | -1/+1 |
| | |||||
* | Asynchronous process execution | Tomasz Kramkowski | 2025-06-27 | 1 | -13/+15 |
| | |||||
* | Minimal changes to convert to async | Tomasz Kramkowski | 2025-06-27 | 1 | -5/+6 |
| | |||||
* | Initial commit | Tomasz Kramkowski | 2025-06-27 | 1 | -0/+174 |