projects
/
platform
/
upstream
/
lz4.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
platform/upstream/lz4.git
2012-02-16
yann.collet...
Added : LZ4_compressBound() function
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
yann.collet...
Minor comments refactoring, for better clarity
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
yann.collet...
minor interface modification : source pointers are...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
yann.collet...
Better detection of Big-Endian and PowerPC CPU
commit
|
commitdiff
|
tree
|
snapshot
2012-01-16
yann.collet...
Corrected a bug in the decoder in 64-bit mode
commit
|
commitdiff
|
tree
|
snapshot
2012-01-14
yann.collet...
Improved compression speed for 64-bit CPUs
commit
|
commitdiff
|
tree
|
snapshot
2012-01-13
yann.collet...
Improved compression speed for 64-bit CPU
commit
|
commitdiff
|
tree
|
snapshot
2012-01-10
yann.collet...
Improved compression speed for big-endian CPU
commit
|
commitdiff
|
tree
|
snapshot
2012-01-09
yann.collet...
Decompression speed improved in 64-bit mode
commit
|
commitdiff
|
tree
|
snapshot
2012-01-08
yann.collet...
Added : benchmark function within command-line utility
commit
|
commitdiff
|
tree
|
snapshot
2012-01-07
yann.collet...
Improved compression and decompression speed on 64...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-04
yann.collet...
Improved compression speed. Thanks to David Sterba...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
yann.collet...
Endianess correction
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
yann.collet...
Endianess correction
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
yann.collet...
Slightly improved compression speed
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
yann.collet...
Better compliance with C99 and non-C99 compilators
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
yann.collet...
Modified makefile to specify C99 support to compiler...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-15
yann.collet...
Slightly improved decoding speed under GCC compilation
commit
|
commitdiff
|
tree
|
snapshot
2011-10-26
yann.collet...
Corrected a bug in LZ4_uncompress_unknownOutputSize...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-06
yann.collet...
code refactoring
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
yann.collet...
- Improved compression ratio
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
yann.collet...
LZ4Demo : corrected a bug in 64 bits mode
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
yann.collet...
New : ARM Validated code, thanks to Vlad Grachov.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
yann.collet...
Modified a few comments
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
yann.collet...
updated LZ4_uncompress_unknownOutputSize()
commit
|
commitdiff
|
tree
|
snapshot
2011-09-25
yann.collet...
renamed : main.c into lz4demo.c
commit
|
commitdiff
|
tree
|
snapshot
2011-09-25
yann.collet...
CLI : added test mode
commit
|
commitdiff
|
tree
|
snapshot
2011-09-25
yann.collet...
CLI : Added : capability to compress/decompress to...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
yann.collet...
Small compression speed improvement
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
yann.collet...
Corrected issue 3 in compression function. Update is...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
yann.collet...
minor code refactoring
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
yann.collet...
Small compression speed improvement
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
yann.collet...
removed an harmless warning under gcc for linux
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
yann.collet...
small compression speed improvement
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
yann.collet...
CLI : corrected : small allocation error in case of...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
yann.collet...
Corrected : a bug in compression function which could...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
yann.collet...
small compression speed improvement
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
yann.collet...
small compression speed improvement
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
yann.collet...
Updated : license text (main.c)
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
yann.collet...
Small compression speed improvement
commit
|
commitdiff
|
tree
|
snapshot
2011-09-03
yann.collet...
Corrected : CLI : Pipe mode in Windows (note : was...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-03
yann.collet...
Corrected a (rare) bug in compression function
commit
|
commitdiff
|
tree
|
snapshot
2011-08-30
yann.collet...
LZ4Demo now supports Pipe mode (inspired by Huan Truong...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-21
yann.collet...
Removed LZ4_decode() function code.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
yann.collet...
Improved compression and decompression speed under...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
yann.collet...
Greatly improved compression and decompression speed...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-04
yann.collet...
New function : LZ4_uncompress : secure version which...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-27
yann.collet...
Corrected : demo program : "/" no longer a valid option...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
yann.collet...
Improved : safe type, for linux x64 (amd64) compatibili...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-21
yann.collet...
Added some comments for better clarity
commit
|
commitdiff
|
tree
|
snapshot
2011-05-20
yann.collet...
Correction : enforced typecasting for compatibility...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-26
yann.collet...
Strict end-of-buffer checks
commit
|
commitdiff
|
tree
|
snapshot
2011-04-25
yann.collet...
Added CPP compatibility macro
commit
|
commitdiff
|
tree
|
snapshot
2011-04-24
yann.collet...
git-svn-id: https://lz4.googlecode.com/svn/trunk@2...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-12
(no author)
Initial directory structure.
commit
|
commitdiff
|
tree
|
snapshot