index
:
platform/upstream/lz4
accepted/tizen_6.0_unified
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
master
tizen
tizen_6.0
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / System Framework; Licenses: BSD-2-Clause, GPL-2.0;
Hyotaek Shim <hyotaek.shim@samsung.com>, Karol Lewandowski <k.lewandowsk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
programs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-20
Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)
Vincent Torri
1
-1
/
+1
2018-09-28
support custom block sizes: fix usage message & remove unused functions
Blaise Sanouillet
2
-2
/
+1
2018-09-28
support custom block sizes - fix types
Blaise Sanouillet
1
-1
/
+1
2018-09-28
support custom block sizes
Blaise Sanouillet
3
-10
/
+33
2018-09-19
tried to clean another bunch of cppcheck warnings
Yann Collet
1
-16
/
+24
2018-09-18
fixed minor cppcheck warnings in programs
Yann Collet
2
-21
/
+29
2018-09-08
Add support for MidnightBSD
Lucas Holt
2
-2
/
+2
2018-09-06
Merge pull request #563 from lz4/docDict
Yann Collet
3
-11
/
+25
2018-09-05
Merge pull request #564 from lz4/cTime
Yann Collet
1
-10
/
+21
2018-09-05
Merge pull request #556 from kou/add-missing-exeext
Yann Collet
1
-12
/
+12
2018-09-05
fixed compression time
Yann Collet
1
-10
/
+21
2018-09-05
updated documentation regarding dictionary compression
Yann Collet
3
-11
/
+25
2018-09-04
fixed #560
Yann Collet
1
-1
/
+1
2018-08-13
Add missing $(EXT)
Kouhei Sutou
1
-12
/
+12
2018-06-27
Fixed bugs about incorrect acceleration calculation and benchmarking negative...
Jennifer Liu
1
-1
/
+4
2018-06-26
Fixed invalid argument test and reformatted else
Jennifer Liu
1
-2
/
+1
2018-06-26
Fixed code based on comments from pull request
Jennifer Liu
2
-4
/
+7
2018-06-26
delete commented out code in bench.c
Jennifer Liu
1
-2
/
+0
2018-06-25
Added --fast command to cli
Jennifer Liu
3
-2
/
+42
2018-05-17
Add Haiku as a validated target.
fbrosson
1
-1
/
+1
2018-05-04
Fix make install
Nick Terrell
1
-32
/
+30
2018-04-29
added a test case for LZ4_decompress_fast_usingDict
Cyan4973
1
-1
/
+1
2018-04-26
fasterDecSpeed can be triggered from cli with --favor-decSpeed
Yann Collet
3
-1
/
+16
2018-04-24
Change Over Includes in the Project
W. Felix Handte
1
-1
/
+1
2018-04-23
fixed minor declaration issue with clang on msys
Cyan4973
1
-1
/
+2
2018-04-06
fixed DISPLAYUPDATE()
Yann Collet
1
-3
/
+6
2018-03-19
bench: introduced hidden command -S
Yann Collet
3
-12
/
+37
2018-03-19
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
Yann Collet
1
-1
/
+1
2018-03-19
minor man fix on clevels
Yann Collet
1
-3
/
+3
2018-03-12
Make LZ4F_compressFrame_usingCDict Take a Compression Context
W. Felix Handte
1
-1
/
+1
2018-02-20
use TIMELOOP_NANOSEC,
Yann Collet
1
-2
/
+2
2018-02-20
fixed minor conversion warning
Yann Collet
1
-2
/
+2
2018-02-20
ensure bench speed measurement is more accurate for small inputs
Yann Collet
2
-24
/
+41
2018-02-20
update bench.c to use less time invocations
Yann Collet
1
-9
/
+9
2018-02-14
fix: missed semicolon at programs/lz4io.c:954
hobomind
1
-1
/
+1
2018-01-16
use more restrictive conditions for clock_gettime()
Yann Collet
1
-1
/
+8
2018-01-13
minor : try to tell static analyzer that we don't care if fseek() fails
Yann Collet
1
-1
/
+1
2018-01-13
programs/datagen : attempt to please static analyzer
Yann Collet
1
-15
/
+12
2018-01-13
lz4io: fixed minor ressource leak
Yann Collet
1
-0
/
+1
2018-01-13
update man page
Yann Collet
1
-1
/
+4
2018-01-13
updated manuals to v1.8.1
Yann Collet
1
-2
/
+2
2018-01-05
[lz4io] Refuse to set file stat for non-regular files
Nick Terrell
1
-0
/
+6
2018-01-05
[lz4io] Fix decompression file stat with --rm
Nick Terrell
1
-8
/
+12
2018-01-02
Merge pull request #439 from eli-b/doc-nohup-behavior
Yann Collet
1
-0
/
+3
2018-01-01
Docs: describe behavior under nohup
Eli Boyarski
1
-0
/
+3
2018-01-01
Grammar: "to silent" -> "to silence"
Eli Boyarski
2
-2
/
+2
2017-12-04
Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if ru...
Alice Atlas
1
-1
/
+1
2017-11-24
minor updates to examples
Yann Collet
1
-5
/
+5
2017-10-17
[bench] Use higher resolution timer on POSIX
Nick Terrell
2
-41
/
+110
2017-10-14
lz4cli : minor rewrite of lz4c legacy commands
Yann Collet
1
-12
/
+13
[next]