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 zstd minetest.compress support #12515

Merged
merged 1 commit into from
Sep 28, 2022

Commits on Sep 28, 2022

  1. Add zstd compression support (TFM collection)

    TFM: The First Month
    
    Contains the following commits:
    
    + Add zstd compression support
    + copy over updates from server to client lua API
    + Just to prevent accidentally mixing up deflate and zstd, verify non-zstd compression does not produce a zstd magic number
    + Remove hex escapes and replace them with decimal escapes. Also show warnings on bad compression methods.
    + Apply requested changes (documentation fix, unit test cleanup, enum in l_util.cpp)
    + Remove warning for outdated server in compress unit test
    + Better-document zstd level, switch to string_to_enum for compression method detection
    + code style and such
    + Change documentation to not describe known-supported zstd compression levels
    + Documentation update for zstd stuff with tentative "5.6.1" name
    + Zstd compression feature is not 5.6.1, but 5.7.0
    20kdc committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4fa0b2a View commit details
    Browse the repository at this point in the history