platform/upstream/lz4.git
2015-05-20 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-05-20 Yann ColletMerge pull request #107 from t-mat/issue/103pr2
2015-05-20 Yann ColletAdded LZF
2015-05-20 Takayuki MATSUOKACombine unique .lz4 file info
2015-05-20 Takayuki MATSUOKASupport iterative edit and testing
2015-05-20 Takayuki MATSUOKAAdd log output of succeeded decompression to test script
2015-05-20 Takayuki MATSUOKAAdd log of same files and sha1 hash of unique files...
2015-05-20 Yann ColletFixed : LZ4IO exits too early when frame crc not prese...
2015-05-19 Yann Colletminor tests improvements
2015-05-18 Yann Colletminor test refactor
2015-05-18 Yann ColletFixed sparse issue with non seekable streams (#105)
2015-05-17 Yann Colletremoved "flush" argument to please Travis's python...
2015-05-15 Yann Colletcosmetic changes, 2nd try
2015-05-15 Yann Colletminor cosmetic changes for Takayuki's testVersions
2015-05-15 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-05-15 Yann ColletMerge pull request #104 from t-mat/issue/103pr2
2015-05-15 Takayuki MATSUOKAIssue #103 : Add compatibility test between releases
2015-05-13 Yann ColletAdded a few more interoperability tests (32bits vs...
2015-05-12 Yann ColletUpdated a few comments
2015-05-07 Yann ColletFixed minor typo
2015-05-07 Yann Colletminor introduction update
2015-05-07 Yann ColletMerge pull request #102 from Cyan4973/dev
2015-05-06 Yann Colletminor parsing update
2015-05-06 Yann ColletUpdated comments
2015-05-06 Yann ColletFixed typo
2015-05-06 Yann ColletAdded : LZ4_compress_destSize()
2015-05-06 Yann ColletAdded compilation flag -Wcast-qual
2015-05-04 Yann ColletUpdated readme
2015-05-03 Yann ColletUpdated lz4hc API
2015-05-03 Yann ColletFixed minor Visual warning
2015-05-03 Yann ColletUpdated streaming examples
2015-05-03 Yann ColletNew lz4 API, using LZ4_compress_fast()
2015-05-02 Yann ColletMerge pull request #99 from eberge/dev
2015-05-02 Yann ColletFixed bug 9318
2015-05-02 Yann Colletrefactored lz4hc
2015-04-28 Eric BergeInstall the lz4frame.h header in the cmake build
2015-04-27 Yann Colletmoved lz4frame context types to incomplete typedef
2015-04-24 Yann ColletIncreased aligment requirement for lz4frame context...
2015-04-24 Yann ColletModified lz4frame context typedef, to enforce stricter...
2015-04-24 Yann ColletFixed minor static analyzer warning
2015-04-24 Yann Colletstreaming API : Improved ring buffer management
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
next