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

Simultaneous HTTP downloads #121

Merged
merged 57 commits into from
Jan 19, 2024
Merged

Simultaneous HTTP downloads #121

merged 57 commits into from
Jan 19, 2024

Commits on Jan 13, 2024

  1. two clients

    podusowski committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    69a5f05 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    a005d9d View commit details
    Browse the repository at this point in the history
  2. handle all cases

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    28208e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7845326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a8c149 View commit details
    Browse the repository at this point in the history
  5. reuse client

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    f6fa01d View commit details
    Browse the repository at this point in the history
  6. warning removed

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    8fa933f View commit details
    Browse the repository at this point in the history
  7. comment removed

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    303253b View commit details
    Browse the repository at this point in the history
  8. minor change

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    ed2d3b7 View commit details
    Browse the repository at this point in the history
  9. extract fn

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    aaded03 View commit details
    Browse the repository at this point in the history
  10. draft

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    277902d View commit details
    Browse the repository at this point in the history
  11. http mock skeleton

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    443c744 View commit details
    Browse the repository at this point in the history
  12. Mock struct

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    cf5e9c1 View commit details
    Browse the repository at this point in the history
  13. more work on server

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    dcba219 View commit details
    Browse the repository at this point in the history
  14. use MockRequest

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    11dca02 View commit details
    Browse the repository at this point in the history
  15. pass state around

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    5634049 View commit details
    Browse the repository at this point in the history
  16. super basic case works

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    780e679 View commit details
    Browse the repository at this point in the history
  17. doc

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    8d08338 View commit details
    Browse the repository at this point in the history
  18. handle swapped cases

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    bfd1f41 View commit details
    Browse the repository at this point in the history
  19. random port

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    5579c4b View commit details
    Browse the repository at this point in the history
  20. add logger

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    317d392 View commit details
    Browse the repository at this point in the history
  21. deadlock fixed

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    d045dba View commit details
    Browse the repository at this point in the history
  22. bind fn

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    5bd66fc View commit details
    Browse the repository at this point in the history
  23. int test

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    a6a1a9e View commit details
    Browse the repository at this point in the history
  24. logo - DallE powered

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    16bac7d View commit details
    Browse the repository at this point in the history
  25. warnings removed

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    6b691a0 View commit details
    Browse the repository at this point in the history
  26. simplify

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    219ab42 View commit details
    Browse the repository at this point in the history
  27. record unexpected

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    833611e View commit details
    Browse the repository at this point in the history
  28. dont return Result

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    50aebcf View commit details
    Browse the repository at this point in the history
  29. minor

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    592fa62 View commit details
    Browse the repository at this point in the history
  30. doc

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    cfc62e8 View commit details
    Browse the repository at this point in the history
  31. reexport hyper Bytes

    podusowski committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    1cc4c86 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. api rework

    podusowski committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    67c7839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8fccf2 View commit details
    Browse the repository at this point in the history
  3. test renamed

    podusowski committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a419af7 View commit details
    Browse the repository at this point in the history
  4. couple renames

    podusowski committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    07c2d24 View commit details
    Browse the repository at this point in the history
  5. couple renames

    podusowski committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a2d981c View commit details
    Browse the repository at this point in the history
  6. rename

    podusowski committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    911c9cb View commit details
    Browse the repository at this point in the history
  7. port is now fn

    podusowski committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a061af9 View commit details
    Browse the repository at this point in the history
  8. test renamed

    podusowski committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    aa84687 View commit details
    Browse the repository at this point in the history
  9. can not anticipate twice

    podusowski committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6322911 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9bdd23f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    3afb416 View commit details
    Browse the repository at this point in the history
  2. increase limit

    podusowski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bfb0f51 View commit details
    Browse the repository at this point in the history
  3. test renamed

    podusowski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5a2dde9 View commit details
    Browse the repository at this point in the history
  4. warnings removed

    podusowski committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0e1e00b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. changelog updated

    podusowski committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    35f156b View commit details
    Browse the repository at this point in the history
  2. Downloads enum

    podusowski committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1c1cdcb View commit details
    Browse the repository at this point in the history
  3. cleanup

    podusowski committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8c068f5 View commit details
    Browse the repository at this point in the history
  4. single assign

    podusowski committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    533584e View commit details
    Browse the repository at this point in the history
  5. misc

    podusowski committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fdfb660 View commit details
    Browse the repository at this point in the history
  6. rename

    podusowski committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d038966 View commit details
    Browse the repository at this point in the history
  7. move logic to new fn

    podusowski committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    803a5c0 View commit details
    Browse the repository at this point in the history
  8. inline

    podusowski committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8979920 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. rename

    podusowski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3b3ee0a View commit details
    Browse the repository at this point in the history
  2. another rename

    podusowski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7bfe171 View commit details
    Browse the repository at this point in the history
  3. inline + comments

    podusowski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    94937ef View commit details
    Browse the repository at this point in the history