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

Improve HTTP server #391

Merged
merged 21 commits into from
Aug 25, 2022
Merged

Improve HTTP server #391

merged 21 commits into from
Aug 25, 2022

Commits on Aug 21, 2022

  1. Link host 8080 port to qemu 80

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    70cb566 View commit details
    Browse the repository at this point in the history
  2. Add root dir

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    1faaca3 View commit details
    Browse the repository at this point in the history
  3. Add support for images

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    10c788d View commit details
    Browse the repository at this point in the history
  4. Add Response struct

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    9d36c18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eefc317 View commit details
    Browse the repository at this point in the history
  6. Add index file support

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    b3ba04e View commit details
    Browse the repository at this point in the history
  7. Copy www dir

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    f9c5675 View commit details
    Browse the repository at this point in the history
  8. Update trailing slash rule

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    29ddbc7 View commit details
    Browse the repository at this point in the history
  9. Add command line arguments

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    6c6958f View commit details
    Browse the repository at this point in the history
  10. Remove strftime function

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    46d8988 View commit details
    Browse the repository at this point in the history
  11. Add read only mode

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    2866535 View commit details
    Browse the repository at this point in the history
  12. Implement Display

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    bb12de4 View commit details
    Browse the repository at this point in the history
  13. Add colored output

    vinc committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    20c4047 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Add Request struct

    vinc committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    cba1c27 View commit details
    Browse the repository at this point in the history
  2. Add common date time format

    vinc committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0551295 View commit details
    Browse the repository at this point in the history
  3. Add time::now_utc

    vinc committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d72c020 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Add connexions pool

    vinc committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    e695e6c View commit details
    Browse the repository at this point in the history
  2. Reduce wait time

    vinc committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    90d37c6 View commit details
    Browse the repository at this point in the history
  3. Add install --yes

    vinc committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    2b821dc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Fix typo

    vinc committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    30c9b78 View commit details
    Browse the repository at this point in the history
  2. Add more mime types

    vinc committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1f25cf5 View commit details
    Browse the repository at this point in the history