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

Http client #522

Merged
merged 41 commits into from
Jun 28, 2024
Merged

Http client #522

merged 41 commits into from
Jun 28, 2024

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    0b17d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade9f85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff6b5ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d265094 View commit details
    Browse the repository at this point in the history
  5. Moved HTTP client into the client_libraries folder and made separate …

    …compilation units. Modified examples to use this new client
    yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    233c502 View commit details
    Browse the repository at this point in the history
  6. Update smacc_action_client_base.hpp

    Pretty sure this change was made accidently.
    brettpac authored and yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4f80ef0 View commit details
    Browse the repository at this point in the history
  7. Update smacc_action_client_base.hpp

    Messed up first commit
    brettpac authored and yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    fcd8932 View commit details
    Browse the repository at this point in the history
  8. Update http_client.cpp

    Added License to file to clean up format error
    brettpac authored and yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3049ccd View commit details
    Browse the repository at this point in the history
  9. Update http_client.cpp

    Found better Copyright & License for CI Format error.
    brettpac authored and yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d7f5baa View commit details
    Browse the repository at this point in the history
  10. Update cb_http_request.hpp

    Another little format error
    brettpac authored and yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f5bbfee View commit details
    Browse the repository at this point in the history
  11. Update sm_atomic_http.py

    Somehow a bracket became a cNode
    brettpac authored and yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9cffffa View commit details
    Browse the repository at this point in the history
  12. - Fixed errors with HTTP requests not triggering,

    - Fixed response callback not triggering correctly and causing a crash
    - Fixed example not transitioning back to state 1 after a response has been received
    yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    04016a4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e99401d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    86621de View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ca528c7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8a25ab3 View commit details
    Browse the repository at this point in the history
  17. Moved HTTP client into the client_libraries folder and made separate …

    …compilation units. Modified examples to use this new client
    yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ebc37a9 View commit details
    Browse the repository at this point in the history
  18. Update http_client.cpp

    Added License to file to clean up format error
    brettpac authored and yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    88ab228 View commit details
    Browse the repository at this point in the history
  19. Update http_client.cpp

    Found better Copyright & License for CI Format error.
    brettpac authored and yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0c1ced9 View commit details
    Browse the repository at this point in the history
  20. Update cb_http_request.hpp

    Another little format error
    brettpac authored and yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    65c27db View commit details
    Browse the repository at this point in the history
  21. Update sm_atomic_http.py

    Somehow a bracket became a cNode
    brettpac authored and yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c9b341d View commit details
    Browse the repository at this point in the history
  22. - Fixed errors with HTTP requests not triggering,

    - Fixed response callback not triggering correctly and causing a crash
    - Fixed example not transitioning back to state 1 after a response has been received
    yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a35d62c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ae99229 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    685ba36 View commit details
    Browse the repository at this point in the history
  25. Added SLL certs

    yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c29befd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f2d824c View commit details
    Browse the repository at this point in the history
  27. Added HTTP session base class and implemented the SSL version. The cl…

    …ient can decide between which session to initialise at runtime depending on the server set
    yassiezar committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bd324d8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    89bec11 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    761f809 View commit details
    Browse the repository at this point in the history
  2. Run through formatter

    yassiezar committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    dfba4ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80e0be1 View commit details
    Browse the repository at this point in the history
  4. Fix bad merge

    yassiezar committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b5e718e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    9806285 View commit details
    Browse the repository at this point in the history
  2. Remove noisy changelog

    yassiezar committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    982ede8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ea16b6 View commit details
    Browse the repository at this point in the history
  4. Added missing copyrights

    yassiezar committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    14b3953 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2f4b9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fbf1c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    b92be2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d532df1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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