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

feat(server): accept compressed minidumps #4029

Merged
merged 11 commits into from
Sep 25, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    755a0f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee48d50 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. introduce decoders for xz, bzip2 and zstd

    * change the order of validation
    * separate decoding from validation
    supervacuus committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    3dc5860 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    3815a8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    943453c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56cbf2c View commit details
    Browse the repository at this point in the history
  4. Adapt to review-feedback

    * remove regex for container file-extensions
    * remove unnecessary Err match
    * make std::io::Error only a source for InvalidCompressionContainer
    supervacuus committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a1d1173 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Further changes from review-feedback

    * extract magic-header constants
    * handle error in ZstdDecoder creation with a log and returning None
    * rewrite removal of container file-extensions with idiomatic iterator mapping.
    supervacuus committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    51bd478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f81b788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    387f7ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7de363 View commit details
    Browse the repository at this point in the history