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

Support ipv6 in http client #310

Merged
merged 4 commits into from
Dec 25, 2023
Merged

Commits on Dec 20, 2023

  1. Support ipv6 in http client.

    - refactor KernelSocketClient.
    - apply dns load balance in DefaultResolver.
    - fix bug in DefaultResolver when timeout happen.
    HanLee13 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    16a5bf0 View commit details
    Browse the repository at this point in the history
  2. Add big writes/uid/gid/du support to FUSE

    - In Fuse 2.x, without big writes, write io size is limited to 4k. Turing it on can enlarge write io size to 128K at maximum.
    - Support du by adding st_blocks to xmp_getattr result.
    - Add default uid/gid to xmp_getattr to avoid permission problems.
    HanLee13 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b5d2ed4 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

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

Commits on Dec 24, 2023

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