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

fetch(stream) add stream support for compressed and uncompressed data #4127

Merged
merged 42 commits into from
Aug 22, 2023

Commits on Aug 21, 2023

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

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    fe448aa View commit details
    Browse the repository at this point in the history
  3. wip remove pause

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    92b62ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68d0d7a View commit details
    Browse the repository at this point in the history
  5. fix atomic lags

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4f645ac View commit details
    Browse the repository at this point in the history
  6. fix size

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8b9391b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1551a12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    635a512 View commit details
    Browse the repository at this point in the history
  9. fix end of streamings

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3d32de1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f11f693 View commit details
    Browse the repository at this point in the history
  11. add fixes + tests

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    59fdbf4 View commit details
    Browse the repository at this point in the history
  12. fmt + fix proxy

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a39c2f4 View commit details
    Browse the repository at this point in the history
  13. fix oopsies

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0a4adb3 View commit details
    Browse the repository at this point in the history
  14. codegen after merge

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a3ca79c View commit details
    Browse the repository at this point in the history
  15. fmt + fixes

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ddd7972 View commit details
    Browse the repository at this point in the history
  16. more fixes

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0ed1d92 View commit details
    Browse the repository at this point in the history
  17. more fixes and logs

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b9a4aeb View commit details
    Browse the repository at this point in the history
  18. avoid double free

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    69a09f6 View commit details
    Browse the repository at this point in the history
  19. check empty before pop

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e51ce6e View commit details
    Browse the repository at this point in the history
  20. check empty on pop

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7015d7a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5f718fe View commit details
    Browse the repository at this point in the history
  22. remove unnecessary logs

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7b1b59a View commit details
    Browse the repository at this point in the history
  23. better has_schedule_callback swap, body locked size helper, remove is…

    …Empty from unbounded_queue pop
    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ce81c52 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    445b4ee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f4fa08d View commit details
    Browse the repository at this point in the history
  26. codegen after merge

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e5bd2be View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ff24eb4 View commit details
    Browse the repository at this point in the history
  28. fix macOS build

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4c17dbf View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2559644 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2689ed7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8dcd213 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f203329 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    66d785e View commit details
    Browse the repository at this point in the history
  34. oops

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1868fc1 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9c92809 View commit details
    Browse the repository at this point in the history
  36. add gz image stream test

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c8f8c75 View commit details
    Browse the repository at this point in the history
  37. remove duplicate test

    cirospaciari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7cb1869 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    a54860c View commit details
    Browse the repository at this point in the history
  2. oops include all OS

    cirospaciari committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4e37033 View commit details
    Browse the repository at this point in the history
  3. some fixes

    cirospaciari committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ef6989f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70d8e69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d07c98 View commit details
    Browse the repository at this point in the history