30 Commits

Author SHA1 Message Date
Eric Biggers
858751572e v1.3 2019-08-11 17:36:38 -07:00
Eric Biggers
cb7ee82c22 v1.2 2019-01-14 21:37:48 -08:00
Eric Biggers
6a05e63bbb v1.1 2018-12-23 13:13:28 -06:00
Eric Biggers
d6d50c6955 Fix stack alignment in 32-bit Windows builds
Resolves https://github.com/ebiggers/libdeflate/issues/35
2018-12-08 10:11:11 -08:00
Eric Biggers
89b2d68aac README updates 2018-05-18 19:33:51 -07:00
Eric Biggers
9a327aae41 v1.0 2018-04-13 22:46:08 -07:00
Eric Biggers
5a9d25a892 Support multi-member gzip files 2017-11-20 00:35:24 -08:00
Eric Biggers
3d96a83ef9 v0.8 2017-07-29 14:38:03 -07:00
Eric Biggers
a32bdb097d v0.7 2017-01-14 20:56:17 -08:00
Eric Biggers
702871d310 v0.6 2016-10-27 20:51:32 -07:00
Eric Biggers
b16dc97e3b v0.5 2016-10-15 22:05:14 -07:00
Eric Biggers
658dfac92c Provide adler32 and crc32 in library API 2016-10-15 16:25:51 -07:00
Eric Biggers
1286b4ddcb v0.4 2016-09-07 21:39:47 -07:00
Eric Biggers
e9a956efca Avoid "exporting" symbols from static library
It was reported that API symbols were being "exported" from the static
library built with MSVC, causing them to remain exported after being
linked into another program.  It turns out this was actually a problem
outside of MSVC as well.  The solution is to always build the static and
shared libraries from different object files, where the API symbols are
exported from the shared library object files but not from the static
library object files.

Reported-by: Joergen Ibsen <ji@ibse.dk>
2016-09-04 01:18:26 -07:00
Eric Biggers
18b149f52e Drop 'unsigned' from compression_level argument 2016-08-27 23:15:47 -07:00
Eric Biggers
268d2fe602 libdeflate.h: add note about thread-safety 2016-08-27 23:13:20 -07:00
Eric Biggers
3992efa340 Update API to avoid naming collisions 2016-08-27 23:11:32 -07:00
Eric Biggers
e3cfa7b5cd v0.3 2016-05-28 16:13:30 -05:00
Eric Biggers
27125469cd v0.2 2016-05-21 15:38:15 -05:00
Eric Biggers
c1b6c31da7 Document that NULL may be passed to deflate_compress_bound() 2016-02-01 22:01:54 -06:00
Eric Biggers
fb1de37c0e Support for Microsoft C / Visual Studio 2016-01-30 17:27:02 -06:00
Eric Biggers
ee1535ecc1 Make decompress API functions return a result code rather than a 'bool' 2016-01-23 11:38:56 -06:00
Eric Biggers
be419e24fa Improve deflate_decompress() documentation 2016-01-23 11:05:43 -06:00
Eric Biggers
e43a7171de Add compress bound functions 2016-01-23 10:32:35 -06:00
Eric Biggers
7be1effacc Make decompression routines optionally provide the actual uncompressd size 2016-01-23 01:04:28 -06:00
Eric Biggers
16f3b420a0 Various decompression updates and optimizations 2016-01-23 00:21:44 -06:00
Eric Biggers
06923e432f libdeflate.h: update comment about compression levels 2015-12-03 23:42:43 -06:00
Eric Biggers
3a19fbae6f Lots of updates 2015-11-21 15:29:37 -06:00
Eric Biggers
5f3208e788 Cleanups and matchfinder updates 2015-01-22 21:29:42 -06:00
Eric Biggers
6a982b7ac7 initial commit 2014-12-27 23:11:49 -06:00