aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.3.0HEADv0.3.0masterTomasz Kramkowski10 days3-4/+4
|
* Fix changelog datesTomasz Kramkowski10 days1-1/+1
|
* Configurable loggingTomasz Kramkowski10 days6-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 slicesTomasz Kramkowski10 days1-2/+5
|
* Return exit status from runTomasz Kramkowski10 days1-4/+8
|
* Use moro local to reduce allocationsTomasz Kramkowski10 days3-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 vecsTomasz Kramkowski10 days1-6/+6
|
* Changelog datesTomasz Kramkowski10 days1-2/+3
|
* Rename helperTomasz Kramkowski2025-07-041-2/+2
|
* Add per-process timeoutTomasz Kramkowski2025-07-044-14/+128
| | | | Side note... holy crap serde... more boilerplate than code at this point
* Changelog now calls out BREAKING changesTomasz Kramkowski2025-07-041-5/+11
|
* License header for CHANGELOG.mdTomasz Kramkowski2025-07-041-0/+5
|
* Some config testsTomasz Kramkowski2025-07-041-0/+147
|
* Configurable global timeoutTomasz Kramkowski2025-07-044-4/+69
|
* Version 0.2.0v0.2.0Tomasz Kramkowski2025-07-043-4/+4
|
* Clippy lint fixesTomasz Kramkowski2025-07-041-21/+18
|
* Use write_all instead of write for the messageTomasz Kramkowski2025-07-042-1/+3
|
* Future note regarding adding MQTT configurablesTomasz Kramkowski2025-07-041-0/+1
|
* Configurable QoSTomasz Kramkowski2025-07-044-19/+107
|
* Make QoS 2 (ExactlyOnce) the defaultTomasz Kramkowski2025-06-273-2/+6
|
* Correct README on what the id field deasTomasz Kramkowski2025-06-271-1/+1
|
* Pass packet metadata as argumentsTomasz Kramkowski2025-06-273-8/+21
| | | | DUP, QoS, RETAIN and the packet identifier
* TODOs - TLS and mTLSTomasz Kramkowski2025-06-271-0/+2
|
* Complain if config has creds and bad modeTomasz Kramkowski2025-06-273-5/+25
|
* Changelog add unreleased linkTomasz Kramkowski2025-06-271-0/+1
|
* Changelog fixTomasz Kramkowski2025-06-271-1/+7
|
* Add changelogv0.1.0Tomasz Kramkowski2025-06-271-0/+12
|
* Process timeout after 60 secondsTomasz Kramkowski2025-06-273-6/+8
|
* Reduce nesting depthTomasz Kramkowski2025-06-271-11/+12
|
* Ignore mqttr.toml for safetyTomasz Kramkowski2025-06-272-1/+2
|
* Asynchronous process executionTomasz Kramkowski2025-06-274-15/+26
|
* Minimal changes to convert to asyncTomasz Kramkowski2025-06-274-10/+13
|
* readme: another TODO itemTomasz Kramkowski2025-06-271-0/+1
|
* readme: one more TODO itemTomasz Kramkowski2025-06-271-0/+1
|
* Initial commitTomasz Kramkowski2025-06-2711-0/+2250