index
:
Project-1CE/external_lz4
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
programs
Age
Commit message (
Expand
)
Author
2021-08-30
Merge tag 'v1.9.3' into lineage-18.1
HEAD
lineage-18.1
alk3pInjection
2020-11-15
update doc
Yann Collet
2020-11-15
Merge pull request #953 from lz4/vs2005
Yann Collet
2020-11-14
better visual conformance
Yann Collet
2020-11-14
fix minor parse warning
Yann Collet
2020-11-14
all usages of prefs within lz4io are const
Yann Collet
2020-11-14
LZ4IO_openDstFile() doesn't need pref mutability
Yann Collet
2020-11-14
fixed force --sparse mode
Yann Collet
2020-11-13
dictionary functions don't need prefs mutability
Yann Collet
2020-11-13
LZ4IO_createDict() doesn't need prefs
Yann Collet
2020-11-13
LZ4IO_decompressSrcFile() doesn't need mutable prefs
Yann Collet
2020-11-13
selectDecoder() doesn't need mutable prefs
Yann Collet
2020-11-13
LZ4IO_passThrough() doesn't need prefs
Yann Collet
2020-11-13
LZ4IO_decompressLZ4F() doesn't need mutable prefs
Yann Collet
2020-11-13
LZ4IO_decodeLegacyStream() doesn't need mutable prefs
Yann Collet
2020-11-13
LZ4IO_fwriteSparse doesn't need writable prefs
Yann Collet
2020-11-13
minor refactor
Yann Collet
2020-11-13
minor refactor of lz4io
Yann Collet
2020-09-29
fix minor static analyzer warnings
Yann Collet
2020-08-25
fixup: Portable fileno()
Niklas Hambüchen
2020-08-25
fixup: C90 compliance, clean up stat() types/calls
Niklas Hambüchen
2020-08-24
Use fstat() to determine file size.
Niklas Hambüchen
2020-08-11
added target lz4-wlib
Yann Collet
2020-02-07
Implement -m option with legacy format on cli
Filipe Calasans
2020-02-06
Fix lz4cli --list option
Filipe Calasans
2019-11-07
bring support for Haiku up to date.
Jerome Duval
2019-11-05
Make benchmark compatible with dictionary compression
Reto Koradi
2019-09-10
util.h: Remove deprecated utime for non-Windows
Rosen Penev
2019-07-23
lz4cli: add option '--best' as an alias of '-12'
WHR
2019-07-01
bumped version number to v1.9.2
Yann Collet
2019-06-24
fix #734 : --version should output to stdout
Yann Collet
2019-05-26
Handle file not existing case #704
gabrielstedman
2019-05-16
List mode improvements.
gstedman
2019-05-15
Add multiframe report to --list command
gstedman
2019-04-23
More build imrpvements
JPeterMugaas
2019-04-22
Merge pull request #691 from lz4/list
Yann Collet
2019-04-22
fix: no leak when LZ4F_dctx creation fails
Yann Collet
2019-04-22
Merge pull request #689 from JPeterMugaas/jpm-makefile
Yann Collet
2019-04-22
updated code comments
Yann Collet
2019-04-22
--list gives block type
Yann Collet
2019-04-22
--list can resume after a failed file
Yann Collet
2019-04-22
Make programs/Makefile use the includes.
JPeterMugaas
2019-04-22
refactored --list function
Yann Collet
2019-04-22
fixed C90 compliance
Yann Collet
2019-04-22
Initial commits from diff I submitted earlier
JPeterMugaas
2019-04-22
FR #598 - Correctly initialize cfinfo & cast malloc res to (char*)
gabrielstedman
2019-04-22
FR #598 - Make fileSize unsigned long long
gabrielstedman
2019-04-22
FR #598 - Move LZ4F_compFileInfo_t def to lz4frame.h discard output_file
gabrielstedman
2019-04-22
Merge https://github.com/lz4/lz4 into dev
gabrielstedman
2019-04-22
FR #598 - Make LZ4IO_getCompressedFileInfo internal and reword func
gabrielstedman
[next]