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

hdiffz added "-c-ldef" ; used libdeflate compressor, compatible with zlib. #391

Merged
merged 19 commits into from
Jul 26, 2024

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    043d7c7 View commit details
    Browse the repository at this point in the history
  2. update version;

    housisong committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    86cf861 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. hdiffz added "-c-ldef" ; used libdeflate compressor, compatible with …

    …-c-zlib, faster or better than zlib;
    housisong committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1c910c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. ldef(libdeflate) compressor support multi-thread parallel;

    interface hdiff_TCompress added member compressTypeForDisplay;
    housisong committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    79271b9 View commit details
    Browse the repository at this point in the history
  2. recode pzlibCompressPlugin;

    housisong committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1467192 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    025ab2a View commit details
    Browse the repository at this point in the history
  2. added ldefDecompressPlugin(used libdeflate), speed is zlib decompress…

    …or 2x! NOTE: now not support any all deflate encoding.
    housisong committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c105f3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f47c56b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    7963697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a615980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f328036 View commit details
    Browse the repository at this point in the history
  4. code::blocks build ok;

    housisong committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c4f1a4f View commit details
    Browse the repository at this point in the history
  5. xcode build ok;

    housisong committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b259268 View commit details
    Browse the repository at this point in the history
  6. update version & doc & CI;

    housisong committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e42f404 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dc2e66 View commit details
    Browse the repository at this point in the history
  8. fixed iOS SDK build;

    housisong committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8e7976a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 26, 2024

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