Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 0.3.0HEADv0.3.0master | Tomasz Kramkowski | 10 days | 3 | -4/+4 |
| | |||||
* | Fix changelog dates | Tomasz Kramkowski | 10 days | 1 | -1/+1 |
| | |||||
* | Configurable logging | Tomasz Kramkowski | 10 days | 6 | -8/+350 |
| | | | | | | | | Would be good to maybe log more things, and maybe play around with log levels. But this is okay for now. stderrlog probably will go at some point, too many unnecessary transient dependencies | ||||
* | Fix tests after boxed slices | Tomasz Kramkowski | 10 days | 1 | -2/+5 |
| | |||||
* | Return exit status from run | Tomasz Kramkowski | 10 days | 1 | -4/+8 |
| | |||||
* | Use moro local to reduce allocations | Tomasz Kramkowski | 10 days | 3 | -27/+63 |
| | | | | | This means that we can also use Rc instead of Arc (which should have been used instead of re-allocating in the first place). | ||||
* | Switch to boxed slices instead of vecs | Tomasz Kramkowski | 10 days | 1 | -6/+6 |
| | |||||
* | Changelog dates | Tomasz Kramkowski | 10 days | 1 | -2/+3 |
| | |||||
* | Rename helper | Tomasz Kramkowski | 2025-07-04 | 1 | -2/+2 |
| | |||||
* | Add per-process timeout | Tomasz Kramkowski | 2025-07-04 | 4 | -14/+128 |
| | | | | Side note... holy crap serde... more boilerplate than code at this point | ||||
* | Changelog now calls out BREAKING changes | Tomasz Kramkowski | 2025-07-04 | 1 | -5/+11 |
| | |||||
* | License header for CHANGELOG.md | Tomasz Kramkowski | 2025-07-04 | 1 | -0/+5 |
| | |||||
* | Some config tests | Tomasz Kramkowski | 2025-07-04 | 1 | -0/+147 |
| | |||||
* | Configurable global timeout | Tomasz Kramkowski | 2025-07-04 | 4 | -4/+69 |
| | |||||
* | Version 0.2.0v0.2.0 | Tomasz Kramkowski | 2025-07-04 | 3 | -4/+4 |
| | |||||
* | 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 | 2 | -1/+3 |
| | |||||
* | Future note regarding adding MQTT configurables | Tomasz Kramkowski | 2025-07-04 | 1 | -0/+1 |
| | |||||
* | Configurable QoS | Tomasz Kramkowski | 2025-07-04 | 4 | -19/+107 |
| | |||||
* | Make QoS 2 (ExactlyOnce) the default | Tomasz Kramkowski | 2025-06-27 | 3 | -2/+6 |
| | |||||
* | Correct README on what the id field deas | Tomasz Kramkowski | 2025-06-27 | 1 | -1/+1 |
| | |||||
* | Pass packet metadata as arguments | Tomasz Kramkowski | 2025-06-27 | 3 | -8/+21 |
| | | | | DUP, QoS, RETAIN and the packet identifier | ||||
* | TODOs - TLS and mTLS | Tomasz Kramkowski | 2025-06-27 | 1 | -0/+2 |
| | |||||
* | Complain if config has creds and bad mode | Tomasz Kramkowski | 2025-06-27 | 3 | -5/+25 |
| | |||||
* | Changelog add unreleased link | Tomasz Kramkowski | 2025-06-27 | 1 | -0/+1 |
| | |||||
* | Changelog fix | Tomasz Kramkowski | 2025-06-27 | 1 | -1/+7 |
| | |||||
* | Add changelogv0.1.0 | Tomasz Kramkowski | 2025-06-27 | 1 | -0/+12 |
| | |||||
* | Process timeout after 60 seconds | Tomasz Kramkowski | 2025-06-27 | 3 | -6/+8 |
| | |||||
* | Reduce nesting depth | Tomasz Kramkowski | 2025-06-27 | 1 | -11/+12 |
| | |||||
* | Ignore mqttr.toml for safety | Tomasz Kramkowski | 2025-06-27 | 2 | -1/+2 |
| | |||||
* | Asynchronous process execution | Tomasz Kramkowski | 2025-06-27 | 4 | -15/+26 |
| | |||||
* | Minimal changes to convert to async | Tomasz Kramkowski | 2025-06-27 | 4 | -10/+13 |
| | |||||
* | readme: another TODO item | Tomasz Kramkowski | 2025-06-27 | 1 | -0/+1 |
| | |||||
* | readme: one more TODO item | Tomasz Kramkowski | 2025-06-27 | 1 | -0/+1 |
| | |||||
* | Initial commit | Tomasz Kramkowski | 2025-06-27 | 11 | -0/+2250 |