-
-
Notifications
You must be signed in to change notification settings - Fork 4
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/multithread read #282
Merged
Merged
Add/multithread read #282
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39a5aea - Browse repository at this point
Copy the full SHA 39a5aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 055d22b - Browse repository at this point
Copy the full SHA 055d22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de9ca84 - Browse repository at this point
Copy the full SHA de9ca84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1407729 - Browse repository at this point
Copy the full SHA 1407729View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91be903 - Browse repository at this point
Copy the full SHA 91be903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7da99 - Browse repository at this point
Copy the full SHA 8a7da99View commit details -
Configuration menu - View commit details
-
Copy full SHA for b183b23 - Browse repository at this point
Copy the full SHA b183b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for bae8f05 - Browse repository at this point
Copy the full SHA bae8f05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7683c - Browse repository at this point
Copy the full SHA 4a7683cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ebf2b - Browse repository at this point
Copy the full SHA 05ebf2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a281a20 - Browse repository at this point
Copy the full SHA a281a20View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce90c8a - Browse repository at this point
Copy the full SHA ce90c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d953b5 - Browse repository at this point
Copy the full SHA 9d953b5View commit details -
unpack: guard extraction by a semaphore
This patch adds a semaphore that guards the fd limit before opening a new file for extraction.
Configuration menu - View commit details
-
Copy full SHA for 10fd238 - Browse repository at this point
Copy the full SHA 10fd238View commit details -
Configuration menu - View commit details
-
Copy full SHA for cecf4a4 - Browse repository at this point
Copy the full SHA cecf4a4View commit details -
unpack: fix memory issues in file
The variable `fd` was being used without being initialized. This patch fixes the issue by initializing it.
Configuration menu - View commit details
-
Copy full SHA for a464a4f - Browse repository at this point
Copy the full SHA a464a4fView commit details -
_file_to_stream_mt: prevent null pointer dereference
This commit fixes a null pointer dereference.
Configuration menu - View commit details
-
Copy full SHA for aeb7de2 - Browse repository at this point
Copy the full SHA aeb7de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ce765 - Browse repository at this point
Copy the full SHA 32ce765View commit details -
_file_to_stream_mt: cb() cannot be called in all situations
The callback passed to sqsh_file_to_stream_mt() cannot be called in all situations. For these cases, the function returns an error code now.
Configuration menu - View commit details
-
Copy full SHA for 570f8ce - Browse repository at this point
Copy the full SHA 570f8ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e845bf - Browse repository at this point
Copy the full SHA 5e845bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc453a6 - Browse repository at this point
Copy the full SHA dc453a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 278d341 - Browse repository at this point
Copy the full SHA 278d341View 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.