summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* fixed lz4catYann Collet2016-11-091-1/+1
* updated NEWSYann Collet2016-11-091-8/+10
* small compression ratio and speed improvement on small filesYann Collet2016-11-081-0/+1
* Fix #243 : detect and report fread() errors, by @iyokanYann Collet2016-11-071-2/+5
* minor refactorYann Collet2016-11-051-0/+1
* better correctness on big-endian 64-bits platformsYann Collet2016-11-041-0/+1
* small compression speed improvement on 64-bits systemsYann Collet2016-11-041-1/+3
* moved cmake and debian directories to contrib (#245)Yann Collet2016-11-021-3/+4
* Updated Makefile and .travisYann Collet2015-09-011-2/+4
* Slightly improved compression speed on ARMv6Yann Collet2015-08-161-0/+1
* Makefile : generates *.o for faster processingYann Collet2015-08-151-1/+2
* update on decompression speedYann Collet2015-07-161-0/+3
* Updated NEWSYann Collet2015-06-281-0/+1
* staticAnalyze use same compilation flags as normal buildYann Collet2015-06-271-1/+2
* Changed : static library is no longer compiled with -fPIC by default (this op...Yann Collet2015-06-271-0/+3
* Updated NEWSYann Collet2015-05-251-0/+2
* Performance fix : big compression speed boost for clang (+30%)Yann Collet2015-05-211-0/+1
* Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwo...Yann Collet2015-05-201-0/+2
* Added a few more interoperability tests (32bits vs 64 bits)Yann Collet2015-05-131-1/+4
* Updated readmeYann Collet2015-05-041-4/+4
* Fixed unfinished frame (issue #75)Yann Collet2015-04-201-2/+6
* Implemented obsolete warning messageYann Collet2015-04-111-1/+2
* Update lz4hc API : LZ4_compressHC_safe()Yann Collet2015-04-111-0/+2
* Modified files rightsYann Collet2015-03-311-0/+1
* Restored proper creditYann Collet2015-03-311-15/+15
* Added : Frame documentation in MarkDown formatYann Collet2015-03-311-1/+2
* Updated readmeYann Collet2015-03-301-0/+3
* Added : arm cross-compilation testYann Collet2015-03-251-1/+2
* lz4 cli supports frame content sizeYann Collet2015-03-231-3/+2
* Updates tests & Man pagesYann Collet2015-03-221-1/+3
* frame content size supportYann Collet2015-03-181-0/+1
* Updated LZ4 frame format documentationYann Collet2015-03-161-0/+1
* lz4 utility supports "pass-through" modeYann Collet2015-03-161-2/+6
* skippable frames supportYann Collet2015-03-161-0/+2
* scan-build testsYann Collet2015-03-151-1/+2
* Fixed minor g++ warningsYann Collet2015-03-111-0/+1
* g++ compatibilityYann Collet2015-03-101-0/+2
* NetBSD compatibility (#48)Yann Collet2015-03-071-0/+1
* Updated : compress multiple filesYann Collet2015-03-071-0/+5
* Added : -pedantic compilation optionYann Collet2014-12-171-0/+1
* C90 compatibilityYann Collet2014-12-171-0/+1
* Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet2014-12-161-0/+1
* Fixed : bug within LZ4 HC streaming mode, reported by James BoyleYann Collet2014-12-161-1/+2
* Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski Yann Collet2014-12-141-0/+1
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-0/+3
* updated NEWSYann Collet2014-12-101-0/+1
* fixed : pkg versionYann Collet2014-12-091-0/+1
* Clarified a few commentsYann Collet2014-12-031-0/+1
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-0/+2
* New endian & alignment codeYann Collet2014-11-221-2/+8