platform/upstream/lz4.git
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()
2015-03-31 Yann ColletModified files rights
2015-03-31 Yann ColletRemoved Visual 2013 solution, as AppVeyor automated...
2015-03-31 Yann ColletAdded : Visual 2013 solution
2015-03-31 Yann ColletUpdated Visual 2012 solution : + 3 projects (fullbench...
2015-03-31 Yann ColletFix : minor warning under Visual
2015-03-31 Yann ColletRemoved .suo & .user files from Visual solutions
2015-03-31 Yann ColletRestored proper credit
2015-03-31 Yann ColletFixed : Windows compilation
2015-03-31 Yann ColletMerge pull request #69 from Cyan4973/dev
2015-03-31 Yann ColletFixed : Visual compilation
2015-03-31 Yann ColletUpdated make dist
2015-03-31 Yann ColletAdded : Frame documentation in MarkDown format
2015-03-31 Yann ColletRemoved HTML Frame Format documentation
2015-03-30 Yann Colletminor tweak
2015-03-30 Yann ColletUpdated readme
2015-03-30 Yann ColletAdded LZ4_compress_fast()
2015-03-30 Yann ColletMerge pull request #67 from Cyan4973/dev
2015-03-30 Yann Colletfixed fullbench memory allocation error
2015-03-30 Yann Colletfaster compression in 64 bits mode
2015-03-30 Yann ColletUpdated documentation
2015-03-30 Yann Colletchanged file name
2015-03-30 Yann ColletUpdated comments on LZ4F_getFrameInfo()
2015-03-30 Yann Colletrestored lz4hc compression ratio
2015-03-29 Yann ColletMerge pull request #66 from Cyan4973/dev
2015-03-29 Yann Colletlz4frame validates contentSize during decompression
2015-03-29 Yann ColletChanged struct member to contentSize
2015-03-27 Yann ColletMerge pull request #65 from Cyan4973/dev
2015-03-26 Yann Colletconverted to markdown friendly syntax
2015-03-26 Yann ColletReference format doc
2015-03-26 Yann ColletFixed : Makefile
2015-03-26 Yann Colletwindows friendly make clean
2015-03-25 Yann Colletminor beautifier (make clean)
2015-03-25 Yann ColletAdded : arm cross-compilation test
2015-03-25 Yann ColletFixed cast-align warnings on 32-bits
2015-03-25 Yann ColletAdded : doc authorship
2015-03-25 Yann ColletMerge pull request #63 from t-mat/comment-on-example...
2015-03-24 Takayuki MATSUOKAAdd "Examples" subtree
2015-03-24 Takayuki MATSUOKAAdd README.md as table of contents
2015-03-24 Takayuki MATSUOKAAdd document for "Line by Line Text Compression" example
2015-03-24 Takayuki MATSUOKAAdd document for "Double Buffer" example
2015-03-24 Takayuki MATSUOKAAdd document : "Streaming API Basics"
2015-03-23 Yann ColletUpdated man page : "--[no-]X"
2015-03-23 Yann ColletUpdated tests
2015-03-23 Yann ColletUpdated long commands, with reverse "--no-" variants
2015-03-23 Yann Colletupdated dist list
2015-03-23 Yann ColletMerge pull request #61 from Cyan4973/dev
2015-03-23 Yann Colletlz4 cli supports frame content size
2015-03-22 Yann Colletremoved useless man pages
2015-03-22 Yann ColletUpdates tests & Man pages
2015-03-21 Yann Colletnew long commands
2015-03-19 Yann ColletSome more tests related to frame content size
2015-03-18 Yann Colletframe content size support
2015-03-17 Yann ColletUpdated lz4io sparse file support (alignment properties)
2015-03-16 Yann Colletminor lz4frame optimisation (no more malloc() on using...
2015-03-16 Yann Colletminor lz4frame refactoring
2015-03-16 Yann ColletUpdated LZ4 frame format documentation
2015-03-16 Yann ColletAdded : Readme into lib directory, to explain what...
2015-03-16 Yann Colletlz4 utility supports "pass-through" mode
2015-03-16 Yann Colletminor refactoring
2015-03-16 Yann Colletskippable frames support
2015-03-16 Yann Colletminor CMakeLists update
2015-03-16 Yann ColletMerge pull request #60 from Cyberunner23/master
2015-03-15 Cyberunner23Removed checking of CMAKE_SYSTEM_PROCESSOR when adding...
2015-03-15 Yann Colletremoved -s command from lz4c specific list of legacy...
2015-03-15 Yann ColletAdded : unlz4 symbolic link to "lz4 -d"
2015-03-15 Yann Colletchanged "make install" default install directory to...
2015-03-15 Yann ColletAdded : clang test
2015-03-15 Yann ColletFix : static analyzer test on Travis
2015-03-15 Yann Colletscan-build tests
2015-03-15 Yann ColletMerge pull request #58 from Cyan4973/sparseFile
2015-03-13 Yann Colletwindows sparse file support
2015-03-13 Yann ColletImproved sparse files support
2015-03-13 Yann ColletImproved sparse file support
2015-03-11 Yann ColletFixed minor g++ warnings
2015-03-11 Yann ColletPreliminary support for sparse files
2015-03-11 Yann ColletFixed minor warnings
2015-03-11 Yann ColletMerge pull request #57 from alexDarcy/master
2015-03-11 alexDarcyUpdated Cmake configuration for non-gnu compiler
2015-03-10 Yann Colletg++ compatibility
2015-03-09 Yann ColletUpdated datagen (can create sparse files)
2015-03-08 Yann ColletMerge pull request #54 from t-mat/gc-issue/155
next