summaryrefslogtreecommitdiffstats
path: root/mqtt-format
AgeCommit message (Expand)Author
2023-01-16Bump nom from 7.1.2 to 7.1.3dependabot[bot]
2023-01-13Fix: Make error branches unreachable!()Matthias Beyer
2023-01-13Deny certain types and methods in mqtt-formatMatthias Beyer
2023-01-09Bump tokio from 1.23.0 to 1.24.1dependabot[bot]
2023-01-05Bump version to 0.4.0Marcel Müller
2023-01-05Update Changelogs for 0.3.0Marcel Müller
2023-01-04Add serialization of SubAcksMarcel Müller
2023-01-04Update Changelogs for 0.2.0Marcel Müller
2023-01-02Add MPacketKind::to_byte()Matthias Beyer
2023-01-02Add serializing of Pubrel messagesMarcel Müller
2023-01-02Implement serializing PingrespMarcel Müller
2023-01-02Bump nom from 7.1.1 to 7.1.2dependabot[bot]
2022-12-19Bump thiserror from 1.0.37 to 1.0.38dependabot[bot]
2022-12-15Add yoke feature and explanationMarcel Müller
2022-12-14Add publishing of packetsMarcel Müller
2022-12-12Silence clippy warning on forgetting copy typesMarcel Müller
2022-12-12Add Yokeing to mqtt-formatMarcel Müller
2022-12-12Implement serializing of Publish packetsMarcel Müller
2022-12-12Bump tokio from 1.22.0 to 1.23.0dependabot[bot]
2022-11-21Bump tokio from 1.21.2 to 1.22.0dependabot[bot]
2022-10-24Bump futures from 0.3.24 to 0.3.25dependabot[bot]
2022-10-03Bump thiserror from 1.0.36 to 1.0.37dependabot[bot]
2022-10-03Bump tokio from 1.21.1 to 1.21.2dependabot[bot]
2022-09-26Bump thiserror from 1.0.35 to 1.0.36dependabot[bot]
2022-09-20Bump thiserror from 1.0.31 to 1.0.35dependabot[bot]
2022-09-20Bump pretty_assertions from 1.2.1 to 1.3.0dependabot[bot]
2022-09-20Merge #33bors[bot]
2022-09-19Bump futures from 0.3.21 to 0.3.24dependabot[bot]
2022-09-19Bump tokio from 1.19.2 to 1.21.1dependabot[bot]
2022-07-11Add MPL headerMarcel Müller
2022-07-07Check if the will QoS flag and will flag match upMarcel Müller
2022-07-07Add fuzzing setupMarcel Müller
2022-07-07Add serializing of CONNACKMarcel Müller
2022-07-07Bump crate versionsMarcel Müller
2022-07-06Add initial CHANGELOG for mqtt-formatMarcel Müller
2022-07-06Add a README to mqtt-formatMarcel Müller
2022-07-06Flesh out mqtt-format Cargo.tomlMarcel Müller
2022-07-05Add QoS 2 client handlingMarcel Müller
2022-07-05Add missing MPL license noticesMarcel Müller
2022-07-05Remove all warningsMarcel Müller
2022-07-04Add heartbeats as a separate taskMarcel Müller
2022-07-03Rewrite message receivingMarcel Müller
2022-06-27Add topic subscriptionMarcel Müller
2022-06-26Add a message loop to the client streamMarcel Müller
2022-06-26Add writing to buffer for CONNECTMarcel Müller
2022-06-25Test PUBLISH header flagsMarcel Müller
2022-06-25Add normative statements for stringsMarcel Müller
2022-06-25Use the parsed fixed header to parse the restMarcel Müller
2022-06-25Fix clippy warningsMarcel Müller
2022-06-25Make tests pass correctlyMarcel Müller