aboutsummaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)Author
2018-04-29added a test case for LZ4_decompress_fast_usingDictCyan4973
2018-04-26fasterDecSpeed can be triggered from cli with --favor-decSpeedYann Collet
2018-04-24Change Over Includes in the ProjectW. Felix Handte
2018-04-23fixed minor declaration issue with clang on msysCyan4973
2018-04-06fixed DISPLAYUPDATE()Yann Collet
2018-03-19bench: introduced hidden command -SYann Collet
2018-03-19Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet
2018-03-19minor man fix on clevelsYann Collet
2018-03-12Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte
2018-02-20use TIMELOOP_NANOSEC,Yann Collet
2018-02-20fixed minor conversion warningYann Collet
2018-02-20ensure bench speed measurement is more accurate for small inputsYann Collet
2018-02-20update bench.c to use less time invocationsYann Collet
2018-02-14fix: missed semicolon at programs/lz4io.c:954hobomind
2018-01-16use more restrictive conditions for clock_gettime()Yann Collet
2018-01-13minor : try to tell static analyzer that we don't care if fseek() failsYann Collet
2018-01-13programs/datagen : attempt to please static analyzerYann Collet
2018-01-13lz4io: fixed minor ressource leakYann Collet
2018-01-13update man pageYann Collet
2018-01-13updated manuals to v1.8.1Yann Collet
2018-01-05[lz4io] Refuse to set file stat for non-regular filesNick Terrell
2018-01-05[lz4io] Fix decompression file stat with --rmNick Terrell
2018-01-02Merge pull request #439 from eli-b/doc-nohup-behaviorYann Collet
2018-01-01Docs: describe behavior under nohupEli Boyarski
2018-01-01Grammar: "to silent" -> "to silence"Eli Boyarski
2017-12-04Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if ru...Alice Atlas
2017-11-24minor updates to examplesYann Collet
2017-10-17[bench] Use higher resolution timer on POSIXNick Terrell
2017-10-14lz4cli : minor rewrite of lz4c legacy commandsYann Collet
2017-10-14lz4cli : removed extension artefactsYann Collet
2017-10-09Read the Dictionary into a Circular BufferW. Felix Handte
2017-10-09Add Dictionary Support to the Command Line ToolW. Felix Handte
2017-09-10fixed a bunch of -Wcomma warningsYann Collet
2017-09-07bench : made decompression speed evaluation same time as compressionYann Collet
2017-09-06minor Makefile fixesYann Collet
2017-08-26build: source files sorted in a FS independent mannerYann Collet
2017-08-24fixed make recurrence from /testsYann Collet
2017-08-24minor : added header licenseYann Collet
2017-08-23fixed man directory installation (#337)Yann Collet
2017-08-15Merge branch 'dev' into installVars and fixed conflictsYann Collet
2017-08-14lz4c legacy commands are now enabled at runtime based on link/binary name "lz4c"Yann Collet
2017-08-14better respect GNU standard Makefile conventionsYann Collet
2017-08-11cli : restored command -BX to enable block checksum (#322)Yann Collet
2017-08-06updated man pageYann Collet
2017-07-08Fix formatting of concatenation exampleFeRD (Frank Dana)
2017-06-19Fix gcc7 Wimplicit-fallthrough warningsChocobo1
2017-06-13-g compilation flag not by default for lz4 cliYann Collet
2017-06-12report where decompression ends (#313)Yann Collet
2017-05-26cli accept block sizes with KB / MB prefixesYann Collet
2017-05-10updated MakefileYann Collet