Skip to content

Commit

Permalink
Add zip stream buffer and inflate/deflate block functions (#244)
Browse files Browse the repository at this point in the history
* Remove load_world_counters/load_world_strings buffering hacks

* Update ReadStream/WriteStream tests for deflate streaming
  • Loading branch information
AliceLR committed Jun 7, 2020
1 parent 6583879 commit 4ff0f36
Show file tree
Hide file tree
Showing 12 changed files with 481 additions and 352 deletions.
1 change: 1 addition & 0 deletions docs/changelog.txt
Expand Up @@ -29,6 +29,7 @@ DEVELOPERS
+ Fixed memcasecmp test alignment checks for the Motorola 68000.
+ Improved validation of config setting inputs and added a unit
test for config file and command line parsing.
+ Added buffered zip compression/decompression support.
+ Added unit tests for the zip functions and (de)compressors.


Expand Down

0 comments on commit 4ff0f36

Please sign in to comment.