aboutsummaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)Author
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
2017-04-29lz4cli.c: fix a comment: LZ4HC_DEFAULT_CLEVEL -> LZ4HC_CLEVEL_MAXAlexey Tourbin
2017-03-27Fix inline compile errorsSean Purcell
2017-03-27Fix IS_CONSOLE returning 1 for NUL on windowsSean Purcell
2017-03-24Merge pull request #341 from iburinoc/exematchYann Collet
2017-03-24Ignore extensions in exe name matchingSean Purcell
2017-03-23cli: add GNU separator -- specifying that all following arguments are filesDmitry V. Levin
2017-03-16LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet
2017-03-15fixed Visual compilation errorYann Collet
2017-03-15fix #332 : do not modify /dev/null permissionsYann Collet