-
Notifications
You must be signed in to change notification settings - Fork 91
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
olksdr
merged 11 commits into
getsentry:master
from
supervacuus:feat/accept_minidump_gzipped
Sep 25, 2024
Merged
feat(server): accept compressed minidumps #4029
olksdr
merged 11 commits into
getsentry:master
from
supervacuus:feat/accept_minidump_gzipped
Sep 25, 2024
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 755a0f6 - Browse repository at this point
Copy the full SHA 755a0f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee48d50 - Browse repository at this point
Copy the full SHA ee48d50View commit details
Commits on Sep 22, 2024
-
introduce decoders for xz, bzip2 and zstd
* change the order of validation * separate decoding from validation
Configuration menu - View commit details
-
Copy full SHA for 3dc5860 - Browse repository at this point
Copy the full SHA 3dc5860View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3815a8e - Browse repository at this point
Copy the full SHA 3815a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 943453c - Browse repository at this point
Copy the full SHA 943453cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56cbf2c - Browse repository at this point
Copy the full SHA 56cbf2cView commit details -
* remove regex for container file-extensions * remove unnecessary Err match * make std::io::Error only a source for InvalidCompressionContainer
Configuration menu - View commit details
-
Copy full SHA for a1d1173 - Browse repository at this point
Copy the full SHA a1d1173View commit details
Commits on Sep 24, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 51bd478 - Browse repository at this point
Copy the full SHA 51bd478View commit details -
Configuration menu - View commit details
-
Copy full SHA for f81b788 - Browse repository at this point
Copy the full SHA f81b788View commit details -
Configuration menu - View commit details
-
Copy full SHA for 387f7ac - Browse repository at this point
Copy the full SHA 387f7acView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7de363 - Browse repository at this point
Copy the full SHA d7de363View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.