summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-04Update Changelogs for 0.2.0v0.2.0release/0.2.xMarcel Müller
2023-01-04Merge #100bors[bot]
2023-01-04Also build deps for all crates and all targetsMarcel Müller
2023-01-04Update flake input: craneMatthias Beyer
2023-01-04Fix formatting of flakeMarcel Müller
2023-01-04Add building all to the base cloudmqtt derivationMarcel Müller
2023-01-04Remove all-targets from clippy checkMarcel Müller
2023-01-04Allow unused enum variantsMarcel Müller
2023-01-04Use a type alias for BoxFnMarcel Müller
2023-01-04Elide lifetimeMarcel Müller
2023-01-04Actually create vec with the given sizeMarcel Müller
2023-01-04Remove unused importsMarcel Müller
2023-01-04Include all workspace members in clippy checkMarcel Müller
2023-01-03Merge #91bors[bot]
2023-01-03Merge #98 #99bors[bot]
2023-01-03Ignore nix resultsMatthias Beyer
2023-01-03Add cloudmqtt-{client,server} in flakeMatthias Beyer
2023-01-02Merge #94bors[bot]
2023-01-02Simplify: Use byte string instead of sliceMatthias Beyer
2023-01-02Replace hand-written bytes with paket declarationMatthias Beyer
2023-01-02Add utility to write packet to byte vecMatthias Beyer
2023-01-02Use MPacketKind instead of hand-writing bytesMatthias Beyer
2023-01-02Make ClientCommand take VecMatthias Beyer
2023-01-02Add MPacketKind::to_byte()Matthias Beyer
2023-01-02Merge #97bors[bot]
2023-01-02Build cloudmqtt crate with all featuresMatthias Beyer
2023-01-02Ignore unused variableMatthias Beyer
2023-01-02Fix typoMatthias Beyer
2023-01-02Fix imports, remove unused onesMatthias Beyer
2023-01-02Merge #95bors[bot]
2023-01-02Add QoS 2 handling for receiving messagesMarcel Müller
2023-01-02Add accepting of puback/rel/comp messagesMarcel Müller
2023-01-02Add serializing of Pubrel messagesMarcel Müller
2023-01-02Note that some packets are not handled yetMarcel Müller
2023-01-02Use a manual Debug impl for ClientInformationMarcel Müller
2023-01-02Use lower of the sub and message QoS for messagesMarcel Müller
2023-01-02Add responding to pings from clientsMarcel Müller
2023-01-02Implement serializing PingrespMarcel Müller
2023-01-02Spawn new task for accepting clientsMarcel Müller
2023-01-02Limit scope of client_state borrowMarcel Müller
2023-01-02Use the client state to send messsagesMarcel Müller
2023-01-02Move ClientState dashmap behind ArcMarcel Müller
2023-01-02Remove unneeded tracesMarcel Müller
2023-01-02Do not block the accept loop by joining directly in itMarcel Müller
2023-01-02Update rust to 1.66Marcel Müller
2023-01-02Reject empty sessions with a clean session bitMarcel Müller
2023-01-02Make all pubs to pub(crate)Marcel Müller
2023-01-02Add error handling on send/read futures of clientsMarcel Müller
2023-01-02Document public parts of the serverMarcel Müller
2023-01-02Merge #14bors[bot]