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

Conduit 3.0.0 #692

Merged
merged 47 commits into from
Oct 21, 2020
Merged

Conduit 3.0.0 #692

merged 47 commits into from
Oct 21, 2020

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    19b453a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab3835 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5db383 View commit details
    Browse the repository at this point in the history
  4. Update type of connection for Cohttp_lwt_unix.Io

    `conduit-lwt-unix` does not exist and `conduit-lwt` is the only
    specialisation with lwt and lwt.unix of conduit available.
    dinosaure authored and craigfe committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    b98a7a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d2bb1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3d2279 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    236e5e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a59953 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3242816 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    181f9c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83bf0c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    559ac0e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c20c68c View commit details
    Browse the repository at this point in the history
  14. Update cohttp-lwt-unix tests (avoid overlap of ports used and use loc…

    …alhost instead 0.0.0.0)
    dinosaure authored and craigfe committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    6075484 View commit details
    Browse the repository at this point in the history
  15. Update cohttp-async tests (avoid overlap of ports used and use localh…

    …ost instead 0.0.0.0)
    dinosaure authored and craigfe committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    b6afe08 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c1e43a1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2cef3c5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f9fbaf7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d5de3bf View commit details
    Browse the repository at this point in the history
  20. Update OPAM packages

    dinosaure authored and craigfe committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    b6efc31 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3bbdf30 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d3e04f0 View commit details
    Browse the repository at this point in the history
  23. Remove unused value sexp_of_ctx

    dinosaure authored and craigfe committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    32dce1b View commit details
    Browse the repository at this point in the history
  24. Add an .ocamlformat file

    dinosaure authored and craigfe committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    11dc50b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Create 2 new packages: cohttp-lwt-unix-{ssl,tls} and rename the packa…

    …ge cohttp-lwt-unix to cohttp-lwt-unix-nossl
    dinosaure committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    253140c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Revert "Create 2 new packages: cohttp-lwt-unix-{ssl,tls} and rename t…

    …he package cohttp-lwt-unix to cohttp-lwt-unix-nossl"
    
    This reverts commit 253140c.
    dinosaure committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    ce3fc30 View commit details
    Browse the repository at this point in the history
  2. Use conduit-lwt-tls to provide a TLS connection with cohttp-lwt-unix …

    …(instead of conduit-lwt-ssl)
    dinosaure committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    f3a4fe0 View commit details
    Browse the repository at this point in the history
  3. Rename resolvers to ctx

    dinosaure committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    2f346f1 View commit details
    Browse the repository at this point in the history
  4. Net.ctx is sexpable

    dinosaure committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    dfcc589 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e74d83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10ce452 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    0a8c31a View commit details
    Browse the repository at this point in the history
  2. Fix flaky tests on async

    dinosaure committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    e97c646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f0efc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Configuration menu
    Copy the full SHA
    a21c9c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0400d6 View commit details
    Browse the repository at this point in the history
  3. cohttp-lwt

    - revert default_ctx -> empty change
    - remove ?host from connect_uri
    hannesm committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    3f7032e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    6b0335d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f206d67 View commit details
    Browse the repository at this point in the history
  3. Apply dune @fmt

    dinosaure committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    fc39c98 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    0221253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8443def View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    8267d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d56281 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Add cohttp-lwt-unix-nossl and cohttp-lwt-unix-ssl (update cohttp-lwt-…

    …unix to use cohttp-lwt-unix-nossl)
    dinosaure committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    8bd204d View commit details
    Browse the repository at this point in the history
  2. Update OPAM files

    dinosaure committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    52d5d58 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

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