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

Add support for an Http server storage backend #85

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft

Add support for an Http server storage backend #85

wants to merge 20 commits into from

Commits on Nov 26, 2024

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

Commits on Nov 27, 2024

  1. add lwt httpstore

    zoj613 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    caa53e1 View commit details
    Browse the repository at this point in the history
  2. add http store for eio

    zoj613 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9d6a151 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. fix sync httpstore

    zoj613 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7932b3d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. update lwt httpstore

    zoj613 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    5f67805 View commit details
    Browse the repository at this point in the history
  2. update Eio httpstore

    zoj613 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    ca93445 View commit details
    Browse the repository at this point in the history
  3. Update package deps

    zoj613 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    204b901 View commit details
    Browse the repository at this point in the history
  4. use ezcurl_lwt for lwt

    zoj613 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    936e562 View commit details
    Browse the repository at this point in the history
  5. fix lwt sig

    zoj613 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    d19f953 View commit details
    Browse the repository at this point in the history
  6. improve httpstore for sync

    zoj613 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    67b77d5 View commit details
    Browse the repository at this point in the history
  7. update test cases

    zoj613 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    ec15b02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1260055 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b43969c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c5e8ee View commit details
    Browse the repository at this point in the history
  11. disable erase function

    zoj613 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    a205853 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. update sync http tests

    zoj613 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    5c3b3b5 View commit details
    Browse the repository at this point in the history
  2. update lwt httpstore tests

    zoj613 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    e11bd5e View commit details
    Browse the repository at this point in the history
  3. update eio http tests

    zoj613 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    eb90399 View commit details
    Browse the repository at this point in the history
  4. update eio http

    zoj613 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    78bcdce View commit details
    Browse the repository at this point in the history
  5. update sync http

    zoj613 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    b6a80c8 View commit details
    Browse the repository at this point in the history