Minor reformatting.
Detect error when input data to inflate is zero length
Fix Zlib end-of-stream detection.
More common end-of-stream detection
New routine to detect end of ZLib stream
Avoid buffer error on repeat Flush
Update year to 2019 in copyright
Minor reformat and style improvements
Use "to" instead of "for" in English properly.
Refine previous fix.
Minor style fixes.
Fix Zlib/Gzip footer data encoding.
Minor style fixes.
Minor reformatting.
Minor style fixes.
Use Ada 2012 aspect instead of pragma.
Remove CVS macros to prepare for AWS modifications merge
Merge modifications from Ada Web Server.
Move .cvsignore to .gitignore and add some lines
No more plans to support bzip
Initial revision
add ignore items.
add .cvsignore file and Id makros.
remove DOS style CR from end of line.
add Id macros.
add legal notice.
readme.txt added.
some notes.
minor reformatting.
minor reformatting.
remove bad comments.
reformatting.
fix english.
(Inflate_Init): Add parameter for be able to ignore ZLib header.
fix english.
fix typo.
some notes.
Minor reformatting.
add CRC32 procedure.
add CRC32 routine.
raise last_error_message in case of close error. Minor reformatting.
fix write 1024 bug.[D[D[D[D[D[D[4~[C[C[C[C[C[C[Czlib.adb
Inflate without ZLib header.
fix absend zlib header dummy byte.
add comment about undocumented ZLib feauture.
new test program.
fix assert statement.
reformat output.
add Simple_GZip_Header constant and minor reformat.
make gzip stream compress. Only for ZLib 1.2.0 and later.
make gzip stream compress. Only for ZLib 1.2.0 and later.
cosmetic changes.
fix some comments.
Version new routine. Check for version for inflate header.
notes about new features.
Some changes.
minor reformat and fix comment.
Thread safety test.
Back to non continuous.
More strict Inflate header checking support from ZLib 1.2.0.2.
Allow close Filter_Type without exceptions.
Style fixes.
Add possible headef format comments.
Add some zlib 1.2.0 routines.
Add pragma Unreferenced for tasks. Fix typo in comment. Minor reformat.
Remove unused with Ada.Exceptions. Change Header to Default. Minor reformat.
Minor reformat.
New version.
New version.
Make header default.
Fix typo in comments
Add GNAT project file. Fix build instructions.
Add header to GNAT project file.
Remove debug mode. remove comments, becouse GPS removing it anyway.
Add some default constants.
English fixes by Cosmin Truta.
Fix comments, thanks PAscal Obry.
thin interface simplifacation.
Add Block_Flush = Z_Block flush mode.
start work for bzip integration.
(Is_Open): New routine.
minor reformat
Add note to comment.
obligate Rest_Last to be initialized.
Steve Sangwine suggestions.
Add notes.
Minor reformat.
Minor reformat.
Fix ULong definition.
Minor reformat.
Fix error with exact decompression buffer size.
Add Pascal Obry to contributors list.
Fix typo.
Remove back to string address convertion.
Add Status_Error.
Fix typo in comments.
Remove DOS CR. Update readme.txt.
Update readme.txt.
Fix stream record size in inflateInit2 and deflateInit2 parameters.
Update copyright years.