Yann Collet
|
b8abffc394
|
Merge pull request #181 from kou/fix-build-failure-on-mingw
Fix build error on MinGW
|
2016-01-10 16:39:41 +01:00 |
|
Kouhei Sutou
|
14b40fb6d7
|
Fix build error on MinGW
Header file name is case insensitive on Windows but it is case sensitive
on Linux. "Windows.h" can't be found on Linux.
|
2016-01-10 17:41:43 +09:00 |
|
Yann Collet
|
2785eeedfa
|
clarified man page as suggested in #170
|
2015-12-20 15:48:15 +01:00 |
|
Yann Collet
|
ff3324b8d5
|
Fix : compiler-independent macro to remove deprecation warnings
|
2015-10-21 12:58:06 +01:00 |
|
Daniel Colascione
|
4f1ff58f82
|
Tweak error message
|
2015-09-02 18:57:19 -07:00 |
|
Daniel Colascione
|
975c06b1ad
|
Improve error messages for attempted console IO
|
2015-09-02 18:57:19 -07:00 |
|
Yann Collet
|
0011033e33
|
fixed #150 : blank lines when converting lz4.1 to .ps or .pdf
|
2015-09-02 12:30:08 +01:00 |
|
Yann Collet
|
fb6fece770
|
Updated Makefile and .travis
|
2015-09-01 15:59:24 +01:00 |
|
Yann Collet
|
4a5a003c42
|
updated cli help
|
2015-08-20 14:57:35 +01:00 |
|
Yann Collet
|
60119e2585
|
Makefile : generates *.o for faster processing
|
2015-08-15 17:21:45 +01:00 |
|
Yann Collet
|
9517bd9234
|
minor simplification lz4_readarch()
|
2015-08-06 03:49:29 +01:00 |
|
Yann Collet
|
dfabec2d18
|
Fixed a few minor visual analyzer warnings
|
2015-06-29 00:31:41 -08:00 |
|
Yann Collet
|
8901dcdc9d
|
removed one malloc
|
2015-06-28 21:53:42 -08:00 |
|
Yann Collet
|
1098d897a0
|
lz4io : removed one malloc
|
2015-06-28 20:24:09 -08:00 |
|
Yann Collet
|
81f19264ab
|
lz4cli : add one malloc test
|
2015-06-28 20:05:33 -08:00 |
|
Yann Collet
|
6fe48b9183
|
changed datagen to remove one malloc
|
2015-06-28 19:43:12 -08:00 |
|
Yann Collet
|
454d109c5d
|
Fixed : fuzzer display messages
|
2015-06-27 13:44:13 -08:00 |
|
Yann Collet
|
caba2cc0f5
|
staticAnalyze use same compilation flags as normal build
|
2015-06-27 13:21:33 -08:00 |
|
Yann Collet
|
cdef033895
|
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
|
2015-06-27 01:17:57 -07:00 |
|
Yann Collet
|
02ff90ac94
|
Merge pull request #121 from keszybz/add-gitignore
Add gitignore - redirect from #117
|
2015-06-25 17:43:46 -07:00 |
|
Yann Collet
|
2ce2e60083
|
Minor doc clarification on sparse mode support
|
2015-06-21 20:00:44 -08:00 |
|
Zbigniew Jędrzejewski-Szmek
|
0e0c32dfb0
|
Make git ignore generated files
|
2015-06-15 21:50:00 -04:00 |
|
Yann Collet
|
7f3d82def8
|
Merge pull request #114 from lpsantil/djgpp
Djgpp
|
2015-05-28 03:04:17 +02:00 |
|
Louis P. Santillan
|
00b6535b4c
|
Reverted all Makefile changes
|
2015-05-26 19:10:12 -07:00 |
|
Louis P. Santillan
|
b2bbb2790d
|
Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's build-djgpp cross compilers. Add some documentation in README.DJ
|
2015-05-25 21:41:45 -07:00 |
|
Yann Collet
|
acae59a739
|
Fixed : default sparse mode disabled on stdout, to support >> redirection scenario reported by Takayuki Matsuoka (#110)
|
2015-05-25 07:50:41 +01:00 |
|
Yann Collet
|
26065c3f47
|
Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)
|
2015-05-20 08:58:59 +01:00 |
|
Yann Collet
|
87e560ed8a
|
minor tests improvements
|
2015-05-19 10:29:41 +01:00 |
|
Yann Collet
|
a9ff13a8bb
|
minor test refactor
|
2015-05-18 22:35:09 +01:00 |
|
Yann Collet
|
58b5aadb1f
|
Fixed sparse issue with non seekable streams (#105)
|
2015-05-18 22:09:37 +01:00 |
|
Yann Collet
|
c779c8004c
|
minor cosmetic changes for Takayuki's testVersions
|
2015-05-15 15:44:37 +01:00 |
|
Yann Collet
|
f02c4671cd
|
Added a few more interoperability tests (32bits vs 64 bits)
|
2015-05-13 15:22:33 +01:00 |
|
Yann Collet
|
efbebd2a99
|
Added : LZ4_compress_destSize()
|
2015-05-06 02:29:04 +01:00 |
|
Yann Collet
|
1c3e633c48
|
Added compilation flag -Wcast-qual
|
2015-05-06 01:58:24 +01:00 |
|
Yann Collet
|
e05088d0eb
|
Updated lz4hc API
|
2015-05-03 20:57:21 +01:00 |
|
Yann Collet
|
1b17bf2ab8
|
New lz4 API, using LZ4_compress_fast()
|
2015-05-03 17:57:46 +01:00 |
|
Yann Collet
|
791512cfdd
|
Fixed bug 9318
|
2015-05-02 19:10:28 +01:00 |
|
Yann Collet
|
87a1c70ae4
|
Fixed minor static analyzer warning
|
2015-04-24 11:04:21 +01:00 |
|
Yann Collet
|
d6dc0a410d
|
streaming API : Improved ring buffer management
|
2015-04-24 10:15:12 +01:00 |
|
Yann Collet
|
b805d581b9
|
Removed obsolete functions from lz4 cli
|
2015-04-21 19:07:31 +01:00 |
|
Yann Collet
|
f11afafe23
|
Removed LZ4_compress() (obsolete) from lz4
|
2015-04-21 18:31:35 +01:00 |
|
Yann Collet
|
cbcdd88ccb
|
Fixed frame concatenation
|
2015-04-20 10:05:54 +01:00 |
|
Yann Collet
|
e18aa90798
|
Fixed frametest
|
2015-04-20 09:51:00 +01:00 |
|
Yann Collet
|
c035b7a99a
|
Restored make-lz4
|
2015-04-20 09:26:16 +01:00 |
|
Yann Collet
|
197982ec6c
|
Fixed unfinished frame (issue #75)
|
2015-04-20 09:24:25 +01:00 |
|
Yann Collet
|
409f816267
|
Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header decoding attempts
|
2015-04-19 15:23:53 +01:00 |
|
Yann Collet
|
47c3040399
|
added --no-sparse test
|
2015-04-18 12:44:38 +01:00 |
|
Yann Collet
|
9fd4f1f9f7
|
Sparse file support is now enabled by default
|
2015-04-17 19:42:07 +01:00 |
|
Yann Collet
|
7644bee643
|
test error message in multiple files mode
|
2015-04-16 16:45:58 +01:00 |
|
Yann Collet
|
bce2eeb9df
|
Reclassified some notification messages as errors
|
2015-04-16 16:27:16 +01:00 |
|