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

Associative list implementation for headers #747

Closed
wants to merge 15 commits into from

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    493a946 View commit details
    Browse the repository at this point in the history
  2. Correct Header.update and add docs. Add [Header.get_multi_concat] fun…

    …ction to get the same effect than previous [get] function (on maps) and correct all get_[some header] functions accordingly.
    lyrm committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    8611214 View commit details
    Browse the repository at this point in the history
  3. Add unitary tests for [Cohttp.Header] module and change existing test…

    …s to match the new implementation.
    lyrm committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    ef6e953 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2bfe30 View commit details
    Browse the repository at this point in the history
  5. ocamlformat

    lyrm committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    0dba674 View commit details
    Browse the repository at this point in the history
  6. Correction, improvement and changes of upgrade/upgrade_last, replaced…

    … by upgrade/upgrade_all functions.
    lyrm committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    1f3a23b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a142725 View commit details
    Browse the repository at this point in the history
  8. Fuzzing tests for header module

    lyrm committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    3698432 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Changes log for PR#747

    lyrm committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    6022be3 View commit details
    Browse the repository at this point in the history
  2. Typos in doc

    lyrm committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f866ef0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Reformat

    lyrm committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e815ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cc477d View commit details
    Browse the repository at this point in the history
  3. Update cohttp/fuzz/fuzz_header.ml

    Co-authored-by: Marcello Seri <[email protected]>
    lyrm and mseri authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    0518e97 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Typos in comments

    lyrm committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    d63ac05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85bab3f View commit details
    Browse the repository at this point in the history