Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Smerity/gzipstream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: commoncrawl/gzipstream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Nov 21, 2014

  1. Correct a bug occurring when the underlying file object is filling ve…

    …ry fast.
    
    It is possible that « unused_raw » contains more than one end of stream and start of another. We need to restart the decoder while there are unused data at the end.
    
    This caused a strange bug when using that to stream a commoncrawl archive on my server with a good bandwidth, that don't happened on my test computer :
    zlib.error: Error -3 while decompressing: incorrect header check (in restart_decoder).
    palkeo committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    af4361b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2015

  1. Merge pull request #1 from palkeo/master

    Correct a bug occurring when the underlying file object is filling very ...
    Smerity committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    59fa1e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Merge remote-tracking branch 'smerity/master'

    - adds MIT license (mentioned in README)
    sebastian-nagel committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    08f4249 View commit details
    Browse the repository at this point in the history
Loading