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/multithread read #282

Merged
merged 22 commits into from
Aug 15, 2024
Merged

Add/multithread read #282

merged 22 commits into from
Aug 15, 2024

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    39a5aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    055d22b View commit details
    Browse the repository at this point in the history
  3. curl: remove format variable

    Gottox committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    de9ca84 View commit details
    Browse the repository at this point in the history
  4. wip

    Gottox committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1407729 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. wip

    Gottox committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    91be903 View commit details
    Browse the repository at this point in the history
  2. wip

    Gottox committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8a7da99 View commit details
    Browse the repository at this point in the history
  3. wip

    Gottox committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b183b23 View commit details
    Browse the repository at this point in the history
  4. wip

    Gottox committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bae8f05 View commit details
    Browse the repository at this point in the history
  5. wip

    Gottox committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4a7683c View commit details
    Browse the repository at this point in the history
  6. wip

    Gottox committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    05ebf2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a281a20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce90c8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d953b5 View commit details
    Browse the repository at this point in the history
  10. unpack: guard extraction by a semaphore

    This patch adds a semaphore that guards the fd limit before opening a
    new file for extraction.
    Gottox committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    10fd238 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cecf4a4 View commit details
    Browse the repository at this point in the history
  12. unpack: fix memory issues in file

    The variable `fd` was being used without being initialized. This patch
    fixes the issue by initializing it.
    Gottox committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a464a4f View commit details
    Browse the repository at this point in the history
  13. _file_to_stream_mt: prevent null pointer dereference

    This commit fixes a null pointer dereference.
    Gottox committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    aeb7de2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    32ce765 View commit details
    Browse the repository at this point in the history
  15. _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.
    Gottox committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    570f8ce View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5e845bf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dc453a6 View commit details
    Browse the repository at this point in the history
  18. subprojects: update cextras

    Gottox committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    278d341 View commit details
    Browse the repository at this point in the history