1. 11 Apr, 2011 4 commits
  2. 28 Mar, 2011 1 commit
  3. 04 Mar, 2011 1 commit
  4. 06 Feb, 2011 4 commits
  5. 05 Feb, 2011 7 commits
  6. 01 Feb, 2011 1 commit
    • Previously the loop terminated when the output buffer was not completely filled by the previous call. Most of the time this is correct, because if the output buffer was completely filled, there is probably more to come. However, in the situation that the output fits perfectly in the output buffer, the buffer will be completely filled, yet there is nothing left to process.  In this case we would run through the loop again calling inflate() / deflate() which would return Z_BUF_ERROR. This would manifest itself as the request (needlessly) failing.
      
      Rather than this we should simply terminate the loop when there is no more input left to process.
      
      # Please enter the commit message for your changes. Lines starting
      # with '#' will be ignored, and an empty message aborts the commit.
      #
      # Committer: Alex Deem <alexdeem@Alex-MacBook-Pro.local>
      #
      # On branch master
      # Changes to be committed:
      #   (use "git reset HEAD <file>..." to unstage)
      #
      #	modified:   Classes/ASIDataCompressor.m
      #	modified:   Classes/ASIDataDecompressor.m
      #
      Alex Deem authored
  7. 22 Jan, 2011 1 commit
  8. 07 Jan, 2011 3 commits
  9. 06 Jan, 2011 5 commits
  10. 05 Jan, 2011 5 commits
  11. 28 Dec, 2010 1 commit
  12. 21 Dec, 2010 2 commits
  13. 15 Dec, 2010 2 commits
  14. 14 Dec, 2010 2 commits
  15. 13 Dec, 2010 1 commit