platform/upstream/lz4.git
2015-04-23 Yann ColletMerge pull request #98 from eberge/dev
2015-04-23 Eric Bergecmake support for AIX, HPUX, Solaris and Windows
2015-04-23 Yann ColletAdded LZ4_compress_fast_extState()
2015-04-21 Yann ColletFrame content size disabled by default when using LZ4F_...
2015-04-21 Yann ColletRemoved obsolete functions from lz4 cli
2015-04-21 Yann ColletRemoved LZ4_compress() (obsolete) from lz4
2015-04-20 Yann ColletUpdated LZ4F_freeDecompressionContext(), to provide...
2015-04-20 Yann ColletChanged LZ4F compressionLevel from unsigned to signed...
2015-04-20 Yann ColletFixed frame concatenation
2015-04-20 Yann ColletFixed frametest
2015-04-20 Yann ColletRestored make-lz4
2015-04-20 Yann ColletFixed unfinished frame (issue #75)
2015-04-19 Yann ColletUpdated LZ4F_getFrameInfo() behavior, related to uncomp...
2015-04-18 Yann Colletadded --no-sparse test
2015-04-17 Yann ColletSparse file support is now enabled by default
2015-04-16 Yann Collettest error message in multiple files mode
2015-04-16 Yann ColletReclassified some notification messages as errors
2015-04-16 Yann Colletstronger arm tests
2015-04-16 Yann Colletfix minor "divide by zero" risk
2015-04-16 Yann Colletfixed minor leak
2015-04-16 Yann ColletStatic analyzer generates error codes on bug suspicion
2015-04-16 Yann Colletminor header refactoring
2015-04-16 Yann ColletMerge pull request #96 from t-mat/improve-pr-95
2015-04-16 Yann Colletminor optimization for small files
2015-04-16 Yann ColletRemoved status notification in multiple-files mode
2015-04-16 Takayuki MATSUOKAAdd LZ4F_OBSOLETE_ENUM() to describe obsolete enums
2015-04-15 Yann ColletMultiple files decompression refactoring
2015-04-15 Yann ColletUpdated lz4frame error names
2015-04-15 Yann ColletMerge pull request #95 from t-mat/issue/90
2015-04-15 Yann ColletMerge pull request #94 from t-mat/dev
2015-04-15 Takayuki MATSUOKAFix LZ4_DEPRECATED() in lz4hc.h
2015-04-14 Yann ColletMerge pull request #91 from t-mat/dev
2015-04-14 Takayuki MATSUOKAIssue#90 : Change old enum names to new one
2015-04-14 Takayuki MATSUOKAIssue#90 : Change old enum to macro to maximize compati...
2015-04-14 Takayuki MATSUOKAIssue#90 : Add LZ4F_ prefix
2015-04-14 Takayuki MATSUOKAFix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilers
2015-04-14 Takayuki MATSUOKAReplace GCC_VERSION with LZ4_GCC_VERSION
2015-04-14 Yann ColletMerge pull request #93 from drcrallen/descriptiveFrameE...
2015-04-14 Charles AllenRevert "Revert "Add more descriptive frame errors""
2015-04-14 Yann ColletValgrind tests generate errors
2015-04-14 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-04-14 Yann ColletMerge pull request #92 from Cyan4973/revert-89-descript...
2015-04-14 Yann ColletRevert "Add more descriptive frame errors"
2015-04-14 Yann ColletMerge pull request #89 from drcrallen/descriptiveFrameE...
2015-04-14 Yann ColletChanges LZ4F_compressBound() definition using NULL...
2015-04-14 Yann Colletlz4io refactoring
2015-04-14 Yann ColletNew valgrind test with multiple files
2015-04-14 Yann ColletFix leak issue with compression of multiple files
2015-04-13 Yann ColletImproved performance when compressing a lot of small...
2015-04-13 Yann Colletminor compatibility fixes
2015-04-13 Yann ColletMerge pull request #86 from KyleJHarper/origin/r129...
2015-04-13 Charles AllenAdd more descriptive frame errors
2015-04-13 Yann ColletMerge pull request #87 from t-mat/fix-example2
2015-04-13 Takayuki MATSUOKAReplace obsolete functions
2015-04-13 Takayuki MATSUOKAAdd snprintf macro for MSVC
2015-04-12 Kyle J HarperAdded support for continuation of file compression...
2015-04-12 Kyle J HarperAdded new LZ4IO_decompressMultipleFilenames to allow...
2015-04-12 Yann Colletnew memory leak test for fullbench using multi-files
2015-04-12 Yann ColletShortened tests durations
2015-04-12 Yann ColletUpdated badges
2015-04-12 Yann ColletFixed issue #84
2015-04-12 Yann ColletFixed : minor coverity warning
2015-04-12 Yann ColletFixed a few coverity warnings
2015-04-12 Yann Colletfixed minor g++ warning
2015-04-12 Yann ColletMerge pull request #82 from t-mat/add-lz4-prefix
2015-04-12 Yann ColletFixed a few Valgrind warnings
2015-04-12 Takayuki MATSUOKAAdd LZ4 prefix to deprecation macros
2015-04-12 Yann ColletFixed : minor Visual warnings
2015-04-12 Yann ColletFixed : a few minor coverity warnings
2015-04-11 Yann ColletExtended obsolete warning messages to lz4hc
2015-04-11 Yann ColletImplemented obsolete warning message
2015-04-11 Yann ColletUpdate lz4hc API : LZ4_compressHC_safe()
2015-04-11 Yann ColletClarified lz4frame.h inline doc
2015-04-11 Yann Colletfixed minor sanitize warning
2015-04-10 Yann ColletUpdated : fuzzer tests can be programmed for a timelength
2015-04-10 Yann ColletFixed a few minor sanitize warnings
2015-04-09 Yann ColletAdded : sanitize test
2015-04-09 Yann ColletFixed a few warnings from -fsanitize=undefined
2015-04-09 Yann ColletNew LZ4_compress_safe() API
2015-04-08 Yann Colletfixed over-cautious visual warning
2015-04-08 Yann Colletminor Makefile test refactoring
2015-04-08 Yann Colletminor memory leak fix and test
2015-04-07 Yann Colletfix g++ typecast
2015-04-06 Yann Colletupdated doc
2015-04-06 Yann Colletadded : memtest on fullbench
2015-04-04 Yann ColletMerge pull request #73 from funcodeio/dev
2015-04-03 Yann Colletmemcpy speed as reference
2015-04-03 Yann ColletMerge pull request #74 from Cyan4973/fastMode
2015-04-03 Yongwoon ChoRemoved unused lines.
2015-04-02 Yann ColletMerge pull request #72 from fzort/master
2015-04-02 Yann Colletnew tests for large files with content size support...
2015-04-02 Yann ColletAdded : progress indicator, in fast and decompression...
2015-04-01 mauro.persanoCygwin has fileno, so there's no need to use _fileno.
2015-04-01 Yann Colletfullbench : tests of _limitedOutput variants intentionn...
2015-04-01 Yann ColletFixed issue 160, reported by Eric Berge
2015-04-01 Yann Colletsimplified LZ4_compress_limitedOutput()
2015-04-01 Yann ColletRemoved make dist
2015-04-01 Yann ColletStricter tests : treat warnings as errors
2015-04-01 Yann Colletsimplified LZ4_compress_withState()
2015-04-01 Yann Colletsimplified LZ4_compress()
next