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

Files limit v2 #203 #369

Merged
merged 25 commits into from
Mar 9, 2024
Merged

Files limit v2 #203 #369

merged 25 commits into from
Mar 9, 2024

Commits on Dec 28, 2023

  1. add WaiParseSafe

    Marco Zocca committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    fe183a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. WIP

    Marco Zocca committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    329eee5 View commit details
    Browse the repository at this point in the history
  2. fix bench

    Marco Zocca committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0096199 View commit details
    Browse the repository at this point in the history
  3. traverse multipart req bodies only on demand

    Marco Zocca committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    06de9a7 View commit details
    Browse the repository at this point in the history
  4. fix bench

    Marco Zocca committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    f646638 View commit details
    Browse the repository at this point in the history
  5. wip

    Marco Zocca committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    d0ab65b View commit details
    Browse the repository at this point in the history
  6. update upload.hs

    Marco Zocca committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    d6acfe9 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. some cleanup

    Marco Zocca committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    10aabbb View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. defer form parsing

    Marco Zocca committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    72626b5 View commit details
    Browse the repository at this point in the history
  2. fix test

    Marco Zocca committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    6609842 View commit details
    Browse the repository at this point in the history
  3. fix bench

    Marco Zocca committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    60ae398 View commit details
    Browse the repository at this point in the history
  4. some cleanup

    Marco Zocca committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    3ed744c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. use latest wai-extra

    Marco Zocca committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5519ee8 View commit details
    Browse the repository at this point in the history
  2. get rid of inlined wai-extra code

    Marco Zocca committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f1b9cdc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. add tests, which currently fail

    Marco Zocca committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    85417b2 View commit details
    Browse the repository at this point in the history
  2. add hspec-wai extras

    Marco Zocca committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4ba17f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. fix files testing, add exception handling cases

    Marco Zocca committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    577247b View commit details
    Browse the repository at this point in the history
  2. clean up warnings

    Marco Zocca committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    38974e8 View commit details
    Browse the repository at this point in the history
  3. fix CI

    Marco Zocca committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1b83375 View commit details
    Browse the repository at this point in the history
  4. update changelog and fix more warnings

    Marco Zocca committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    63bea3a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    5044e47 View commit details
    Browse the repository at this point in the history
  2. fix build failures

    Marco Zocca committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    d9f17cb View commit details
    Browse the repository at this point in the history
  3. add file size tests

    Marco Zocca committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    feb592e View commit details
    Browse the repository at this point in the history
  4. test headers

    Marco Zocca committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    eefdd56 View commit details
    Browse the repository at this point in the history
  5. fix haddocks

    Marco Zocca committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b543e20 View commit details
    Browse the repository at this point in the history