summaryrefslogtreecommitdiffstats
path: root/mqtt-format
AgeCommit message (Expand)Author
2024-04-04Make PacketIdentifier always hold NonZeroU16Matthias Beyer
2024-04-04Fix: Handle PUBCOMP special case if no propertiesMarcel Müller
2024-04-04Fix: Handle PUBREC special case if no propertiesMarcel Müller
2024-04-04Fix: Handle PUBREL special case if no propertiesMarcel Müller
2024-04-04Fix: Handle PUBACK special case if no propertiesMarcel Müller
2024-04-03Reapply "Fix: Don't calculate binary data size for payload"Marcel Müller
2024-04-02Add VARIABLE_INTEGER_MAX to integers moduleMarcel Müller
2024-04-02Add MqttPacketKindMarcel Müller
2024-04-02Revert "Fix: Don't calculate binary data size for payload"Marcel Müller
2024-04-02Fix: Don't calculate binary data size for payloadMarcel Müller
2024-04-02Add invariant check for Qos=0 and packet identMarcel Müller
2024-04-02Fix: Don't parse/write packet ident if Qos=0Marcel Müller
2024-04-02Make TopicAlias a nonzero u16Matthias Beyer
2024-04-01Bump tokio from 1.36.0 to 1.37.0dependabot[bot]
2024-03-28Make all properties derive YokeableMatthias Beyer
2024-03-28Simplify properties macro using pasteMatthias Beyer
2024-03-28Fix: Make MaximumQoS a MaximumQualityOfService typeMatthias Beyer
2024-03-28Fix: Make RetainAvailable store a booleanMatthias Beyer
2024-03-28Move QualityOfService type to dedicated modMatthias Beyer
2024-03-28Fix: Make MaximumQoS property store QualityOfServiceMatthias Beyer
2024-03-28Fix: Make ReceiveMaximum store a NonZeroU16Matthias Beyer
2024-03-27Fix: Don't convert to BE before writingMarcel Müller
2024-03-27Fix: TopicAlias is a 2 byte integerMarcel Müller
2024-03-27Fix: ReceiveMaximum is a 2 byte integerMarcel Müller
2024-03-27Fix: Parse SubscriptionIdentifier as a var u32Marcel Müller
2024-03-27Fix: ServerKeepAlive is a 2 byte integerMarcel Müller
2024-03-27Fix: TopicAliasMaximum is a 2 byte integerMatthias Beyer
2024-03-27Fix ConnectWillPropertiesMarcel Müller
2024-03-27Add missing ankers to SubscribePropertiesMarcel Müller
2024-03-27Add missing ankers to MUnsubackMarcel Müller
2024-03-26Merge pull request #257 from matthiasbeyer/prop-pubMatthias Beyer
2024-03-26Do no longer allow dead_code for a pub fnMatthias Beyer
2024-03-26Allow ::new() instead of Default::default()Matthias Beyer
2024-03-26Make property type ::new() and fields pubMatthias Beyer
2024-03-26Add Partial eq to MqttPacketMarcel Müller
2024-03-26Allow parse_variable_u32 to take partial inputMarcel Müller
2024-03-26Add missing binary_size methodsMarcel Müller
2024-03-26Derive Clone for all packet typesMatthias Beyer
2024-03-26Remove all async from mqtt-format v5Matthias Beyer
2024-03-25Add yokeable to packetsMarcel Müller
2024-03-25Add roundtrip test for MUnsubscribeMatthias Beyer
2024-03-25Add roundtrip test for MUnsubackMatthias Beyer
2024-03-25Add roundtrip test for MSubscribeMatthias Beyer
2024-03-25Fix: Derive PartialEq for MSubscribeMatthias Beyer
2024-03-25Fix: Reverse order of parsers for the SubscriptionOptions typeMatthias Beyer
2024-03-25Add roundtrip test for MSubackMatthias Beyer
2024-03-25Add roundtrip test for MPubrelMatthias Beyer
2024-03-25Add roundtrip test for MPubrecMatthias Beyer
2024-03-25Add roundtrip test for MPublishMatthias Beyer
2024-03-25Add roundtrip test for MPubcompMatthias Beyer