Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix v5 #393

Merged
merged 50 commits into from May 12, 2022
Merged

Fix v5 #393

merged 50 commits into from May 12, 2022

Commits on Feb 11, 2022

  1. rumqttc: move old code to v4 module

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    99b2889 View commit details
    Browse the repository at this point in the history
  2. rumqttc: v5: init with v4 code

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    c094fa5 View commit details
    Browse the repository at this point in the history
  3. rumqttc: v5: packet: copy code from mqttbytes/v5

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    c064f0e View commit details
    Browse the repository at this point in the history
  4. rumqttc: v5: use mqttbytes/v5

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ff8097b View commit details
    Browse the repository at this point in the history
  5. rumqttc: v5: use v5::packet instead of mqttbytes::v5

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    218b8a8 View commit details
    Browse the repository at this point in the history
  6. rumqttc: fix examples, tests and docs

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    076fb26 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. rumqttc: use request_buf in eventloop and client

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    86ace53 View commit details
    Browse the repository at this point in the history
  2. rumqttc: client: more intuitive API + code reduction

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    76ad541 View commit details
    Browse the repository at this point in the history
  3. rumqttc: examples: remove needless import

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    a491af4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    298858a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. rumqttc: v5: replace async_channel + pollseter -> flume

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    9401e29 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. rumqttc: v5: AsyncClient: limit scope of MutecGuard for async runtime

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    72fb077 View commit details
    Browse the repository at this point in the history
  2. rumqttc: v5: add examples

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2269cd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc9baa0 View commit details
    Browse the repository at this point in the history
  4. rumqttc: v4: examples: fix

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    826e9d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. merge master

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    a017f41 View commit details
    Browse the repository at this point in the history
  2. cmacos test

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    279805a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    1941b05 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Limit GitHub actions to running only on PRs affecting code/dependenci…

    …es (#375)
    
    * Limit to running CI in case there are changes to `*.rs` or `Cargo.*` files
    de-sh committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    17fec71 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. rumqttc: v5: separate pub/sub client option

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    a149b77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3023103 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. merge simplerouter from master

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    dfc7df0 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. rumqttc: v5: fix pkid

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    b38469f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. rumqttc: v5: remove cancel channel

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b516430 View commit details
    Browse the repository at this point in the history
  2. rumqttc: v5: renaming buffers

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    d2de93e View commit details
    Browse the repository at this point in the history
  3. rumqttc: v5: asyncclient: remove AsyncClient::from_senders(..)

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    d7a897a View commit details
    Browse the repository at this point in the history
  4. rumqttc: v5: asyncclient: internal functions rename

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    923e2ad View commit details
    Browse the repository at this point in the history
  5. rumqttc: merge master

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    53a573a View commit details
    Browse the repository at this point in the history
  6. rumqttc: merge master (fixed)

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    acfda4c View commit details
    Browse the repository at this point in the history
  7. rumqttc: client: rollback pub-sub seperation

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    2d56f3e View commit details
    Browse the repository at this point in the history
  8. rumqttc: eventloop: remove Eventloop.event, Event and Outgoing

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    6fbf234 View commit details
    Browse the repository at this point in the history
  9. rumqttc: client: rename AsyncClient::next_publish() -> `AsyncClient…

    …::next()`
    
    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b1458fd View commit details
    Browse the repository at this point in the history
  10. rumqttc: state: some inlines

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    abdd8f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. rumqttc: ci: ignore packet parsing in cargo clippy

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    c127d3c View commit details
    Browse the repository at this point in the history
  2. rumqttc: ci: ignore packet parsing in cargo clippy

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    913e5f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. rumqttc: handle pkids at client side

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    cefda92 View commit details
    Browse the repository at this point in the history
  2. rumqttc: restore backwards compatibilty

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    8fffc5d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. rumqttc: v5: move shared buffer to separate struct

    Signed-off-by: Abhik Jain <abhikjain360@gmail.com>
    abhikjain360 committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    7792a5e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Merge pull request #351 from abhikjain360/rumqqtc-v5

    rumqttc v5
    de-sh committed May 11, 2022
    Configuration menu
    Copy the full SHA
    8b42117 View commit details
    Browse the repository at this point in the history
  2. fix benchmark updates

    de-sh committed May 11, 2022
    Configuration menu
    Copy the full SHA
    722bfb4 View commit details
    Browse the repository at this point in the history
  3. Fix clippy warning

    de-sh committed May 11, 2022
    Configuration menu
    Copy the full SHA
    f24d57d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f04ef52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e52e2fe View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Further clippy fixes

    de-sh committed May 12, 2022
    Configuration menu
    Copy the full SHA
    96a0a75 View commit details
    Browse the repository at this point in the history
  2. Fix wrong check

    de-sh committed May 12, 2022
    Configuration menu
    Copy the full SHA
    ca5f033 View commit details
    Browse the repository at this point in the history
  3. Fix missing Clone

    de-sh committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2c70cbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01062dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cf28f5 View commit details
    Browse the repository at this point in the history
  6. clippy suggestion benchmarks/v5

    de-sh committed May 12, 2022
    Configuration menu
    Copy the full SHA
    267c728 View commit details
    Browse the repository at this point in the history
  7. Fix clippy issue

    de-sh committed May 12, 2022
    Configuration menu
    Copy the full SHA
    1c03c8b View commit details
    Browse the repository at this point in the history