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

Fix fwrite length for gzip output #6393

Open
wants to merge 43 commits into
base: master
Choose a base branch
from

Commits on Aug 22, 2024

  1. fwrite with correct file length

    * gzip length and crc are manually computed in each thread and then
      added/combined
    
    * gzip header is minimal
    
    * remove some old debug code
    philippechataignon committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fcc10d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    97c919b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4914d7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9e9e92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8970e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fc184e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47c16f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3dcb7d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6569cfe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bae11e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    5ce31f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07306f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8722519 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0800f10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0a9c1f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    a00761d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaf85ab View commit details
    Browse the repository at this point in the history
  3. Add missing NOZLIB

    philippechataignon committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    478b862 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b09aa34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    669eb01 View commit details
    Browse the repository at this point in the history
  6. Minor corrections

    philippechataignon committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5668431 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9e2e83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fb8738 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    024a34d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    2fe3099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f2861 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a75749 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4936e45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b76bea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eede93f View commit details
    Browse the repository at this point in the history
  7. partial test fix

    MichaelChirico authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e39259c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    182432b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6999dc6 View commit details
    Browse the repository at this point in the history
  10. fix order

    MichaelChirico authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    47464db View commit details
    Browse the repository at this point in the history
  11. weak ordering

    MichaelChirico authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e2e7022 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c4971f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6bebfc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    5687a0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    117ab45 View commit details
    Browse the repository at this point in the history
  3. typo

    MichaelChirico authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4e91a21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45bf1d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add parenthesis to be more explicit (2)

    Co-authored-by: Michael Chirico <chiricom@google.com>
    philippechataignon and MichaelChirico authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    255f1ce View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    cdf4277 View commit details
    Browse the repository at this point in the history