Commit Graph

  • 584e1fe92a request POSIX.2001 definitions for fileno() Georg Sauthoff 2016-08-27 10:32:21 +0200
  • 5bd3eaa481 minor comments Yann Collet 2016-08-21 00:08:38 +0200
  • 9578ff539d minor refactor Yann Collet 2016-08-20 23:59:45 +0200
  • a7672dc4f9 minor decompression speed gains Yann Collet 2016-08-20 23:52:20 +0200
  • 182645ee0f lz4 as phony target Yann Collet 2016-08-20 23:49:36 +0200
  • 0214638eb7 Makefile : lz4 at root Yann Collet 2016-08-20 23:26:33 +0200
  • 63d22e7a19 minor comments clarifications Yann Collet 2016-08-20 23:22:29 +0200
  • 74e6afc5dc minor comments clarification Yann Collet 2016-08-11 18:55:42 +0200
  • 2ac9ecec68 Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frame Yann Collet 2016-08-11 14:44:53 +0200
  • 45ea27949c Minor fuzzer code refactoring Yann Collet 2016-08-11 12:18:45 +0200
  • de69eca475 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev Yann Collet 2016-08-11 12:00:32 +0200
  • 828332d236 fixed : fuzzer test, reported by @setharnold (#203) Yann Collet 2016-08-10 09:14:11 +0200
  • b130fd5923 minor refactoring changes Yann Collet 2016-06-30 13:44:58 +0200
  • 3c295ca4ac Merge pull request #222 from kou/fix-build-error-with-mingw Yann Collet 2016-07-26 11:44:09 +0200
  • 0c63b7cbd9 Fix build error with MinGW on Linux Kouhei Sutou 2016-07-25 15:54:16 +0900
  • 7316584ca0 Merge pull request #219 from BenWiederhake/dev Yann Collet 2016-07-08 06:31:18 +0200
  • d3e2d80266 Use https wherever possible Ben Wiederhake 2016-07-08 00:39:39 +0200
  • cec38d1b74 Correctly reference self (github, not googlecode) Ben Wiederhake 2016-07-08 00:35:57 +0200
  • 6540030033 Use correct 'repository' hostname Ben Wiederhake 2016-07-08 00:34:53 +0200
  • 91cce757f5 Updated xxhash library to v0.6.1 Yann Collet 2016-06-29 21:48:27 +0200
  • 5540f4f93e stronger compilation flags Yann Collet 2016-06-29 20:25:10 +0200
  • 19e585cc46 modified : some more deprecated functions from lz4hc.h generate warnings Yann Collet 2016-06-29 18:18:34 +0200
  • 6b1600f41e changed : default benchmark LZ4_decompress_safe() Yann Collet 2016-06-29 17:48:28 +0200
  • 6923f3e230 Minor refactoring (code style) Yann Collet 2016-06-29 17:12:24 +0200
  • 410ec81543 Fixed : alignment warning Yann Collet 2016-06-29 17:02:09 +0200
  • bc342ab94c minor refactoring Yann Collet 2016-06-29 15:53:21 +0200
  • c8a573d32c very minor decompression speed gain Yann Collet 2016-06-29 15:04:19 +0200
  • a5508b1ad2 fixed display result issue when benchmarking multiple files Yann Collet 2016-06-29 14:56:50 +0200
  • e27e7316dd minor code refactoring Yann Collet 2016-06-29 14:44:05 +0200
  • 2d7df8b306 Reduced bench dependency to standard C <time.h> Faster tests More accurate results on systems with high resolution clocks Yann Collet 2016-06-29 14:35:19 +0200
  • 8938e10742 minor compression speed improvement Yann Collet 2016-06-29 13:43:11 +0200
  • c77c0c1086 minor refactoring Yann Collet 2016-06-29 13:21:23 +0200
  • 3c03326004 minor refactoring (coding style) Yann Collet 2016-06-29 12:54:23 +0200
  • 1f47f3f747 Merge pull request #208 from Nimloth/dev Yann Collet 2016-05-17 11:14:31 +0200
  • 7bfbccb972 Add FreeBSD to install targets Martin Waschbüsch 2016-05-17 07:47:03 +0200
  • 5bb5d6ee15 Merge pull request #204 from irwand/dev Yann Collet 2016-05-10 08:01:53 +0200
  • bc70a4b72e fixed non-C99 compilers Irwan Djajadi 2016-04-19 15:06:15 -0500
  • 10e3eecc56 fixed non-C99 compiler Irwan Djajadi 2016-04-19 15:01:35 -0500
  • 973baa2c19 Merge branch 'heapmode_alloc_failure_fix' into dev Irwan Djajadi 2016-04-19 08:22:56 -0500
  • 3e5bb67537 alloc failure fix Irwan Djajadi 2016-04-18 15:51:32 -0500
  • 8a42ee10a3 Merge pull request #201 from cernekee/cmake-pc Yann Collet 2016-04-18 11:11:13 -0700
  • 4bda09fc82 cmake: Install liblz4.pc Kevin Cernekee 2016-04-17 21:51:26 -0700
  • 8b562a4f37 Merge pull request #197 from Cyan4973/fix-readme-travis Yann Collet 2016-04-07 19:59:27 +0200
  • 5cdf9a6578 Fix wrong link for Travis Takayuki MATSUOKA 2016-04-08 02:54:28 +0900
  • 220e0b606a Merge pull request #194 from jzhuge/dev Yann Collet 2016-04-01 16:41:58 +0200
  • cf6652f9b9 lz4cli: print library version John Zhuge 2016-03-30 23:33:17 +0000
  • 60ba8638cd Merge branch 'dev' of github.com:Cyan4973/lz4 into dev Yann Collet 2016-02-25 14:50:05 +0100
  • 219da951d0 Added zstd Yann Collet 2016-02-25 14:49:40 +0100
  • 2995a45e53 Merge pull request #185 from jwerner-chromium/dev Yann Collet 2016-02-16 22:29:10 +0100
  • dc868cd5b1 Allow for safe in-place decoding Julius Werner 2016-02-12 15:35:41 -0800
  • 4fcb2e17fb Remove whitespace from ends of lines Julius Werner 2016-02-12 14:34:07 -0800
  • ad564c8720 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev Yann Collet 2016-01-15 16:41:27 +0100
  • db53bbb946 updated hyperlink Yann Collet 2016-01-15 16:41:10 +0100
  • b84eb33492 Merge pull request #182 from kou/add-missing-ext Yann Collet 2016-01-10 17:07:10 +0100
  • b8abffc394 Merge pull request #181 from kou/fix-build-failure-on-mingw Yann Collet 2016-01-10 16:39:41 +0100
  • ab3e1d2535 Add missing $(EXT) Kouhei Sutou 2016-01-10 18:09:14 +0900
  • 14b40fb6d7 Fix build error on MinGW Kouhei Sutou 2016-01-10 17:41:43 +0900
  • 62bbd102fc Merge branch 'dev' of github.com:Cyan4973/lz4 into dev Yann Collet 2015-12-20 15:48:32 +0100
  • 2785eeedfa clarified man page as suggested in #170 Yann Collet 2015-12-20 15:48:15 +0100
  • 631dc8f2b2 Merge pull request #173 from flandr/liblz4 Yann Collet 2015-12-18 12:09:00 +0100
  • d67ae8fe41 Merge pull request #172 from psteinb/add_static_cmake Yann Collet 2015-12-16 10:55:07 +0100
  • 4c9d851eba added static build target for OSX and Linux to cmake Peter Steinbach 2015-12-15 16:27:46 +0100
  • 495ea43d94 Merge pull request #162 from KyleJHarper/20151021_examples Yann Collet 2015-10-30 07:41:29 +0100
  • 7aa004377c Forgot to make clean before commiting. Removing binary. KyleJHarper 2015-10-30 00:40:11 -0500
  • 7f96babc4b Several changes to address a few concerns from Yann. See Google Group LZ4c topic 'Reusing compression/decompression resources' for details. KyleJHarper 2015-10-29 21:47:13 -0500
  • d1be164e49 Added a note about why char* is used. Also removed a binary that wasn't supposed to be in there. KyleJHarper 2015-10-28 21:10:01 -0500
  • 0d25185671 Finished the two example files. Decided to avoid adding anything to lz4.c/h to expose LZ4_compress_generic(). KyleJHarper 2015-10-28 20:54:51 -0500
  • 02be6631be Took out the basics and placed them into basics.c. Added decompression and a wrapper for the generic call. I will likely break this file up into 2 examples before submission. KyleJHarper 2015-10-26 01:38:14 -0500
  • 67b3a24707 Final tests and reporting are done. As expected there isn't much to be gained by jumping the chain. In most of my tests I did see a moderate performance gain when invoking LZ4_compress_generic() directly with normal text. This could very easily be an edge case. Either way it's interesting and worth sharing. KyleJHarper 2015-10-23 01:52:23 -0500
  • bdd9143e02 Didn't add my file for some reason. Odd. KyleJHarper 2015-10-22 03:57:56 -0500
  • 73dd936b9d Wrote the skeleton of the performance test. Need to finish tests for the rest of the call stack and then my own copy of generic(). KyleJHarper 2015-10-22 03:57:21 -0500
  • 2c80138121 heapmode macro option for lz4hc Yann Collet 2015-10-21 15:00:48 +0100
  • ff3324b8d5 Fix : compiler-independent macro to remove deprecation warnings Yann Collet 2015-10-21 12:58:06 +0100
  • 64f8b037ee clarified lz4 license Yann Collet 2015-10-20 09:46:18 +0100
  • 2df6025686 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev Yann Collet 2015-10-16 14:25:52 +0200
  • 7d4575e549 fixed link typo Yann Collet 2015-10-16 13:25:24 +0100
  • 012ab2f529 Merge pull request #152 from dcolascione/dev Yann Collet 2015-09-03 18:33:06 +0200
  • 94a0954b1d Remove .dir-locals.el Daniel Colascione 2015-09-02 19:08:04 -0700
  • 4f1ff58f82 Tweak error message Daniel Colascione 2015-09-02 18:45:13 -0700
  • 975c06b1ad Improve error messages for attempted console IO Daniel Colascione 2015-09-02 18:43:27 -0700
  • 6f1fe1b70d Add .dir-locals.el for setting tab-width Daniel Colascione 2015-09-02 18:38:24 -0700
  • 0011033e33 fixed #150 : blank lines when converting lz4.1 to .ps or .pdf Yann Collet 2015-09-02 12:30:08 +0100
  • 248553c5e1 minor : show in table that frame checksum is optional Yann Collet 2015-09-01 18:56:54 +0100
  • cd18ed3086 create link to dynamic library without using cp -a (#147) Yann Collet 2015-09-01 16:55:55 +0100
  • fb6fece770 Updated Makefile and .travis Yann Collet 2015-09-01 15:59:24 +0100
  • 8a750aa35f Add static library target for msbuild Nate Rosenblum 2015-08-25 11:16:44 -0700
  • 13f12aa027 Wrapped possibly empty string (Emscripten) with quotes (@Fordi) Yann Collet 2015-08-23 16:16:15 +0100
  • 4a5a003c42 updated cli help Yann Collet 2015-08-20 14:57:35 +0100
  • 9aa5504f0c New unalign access method Yann Collet 2015-08-19 18:16:17 +0100
  • e5aee601ef updated xxhash Yann Collet 2015-08-19 17:54:19 +0100
  • e643455068 Merge pull request #142 from bioothod/master Yann Collet 2015-08-16 12:09:17 +0200
  • d15ac1f1a7 Slightly improved compression speed on ARMv6 Yann Collet 2015-08-16 02:33:57 +0100
  • 0f2bf0c54e Improved performance on ARMv6 Yann Collet 2015-08-16 01:54:55 +0100
  • fb4d3ef2c4 Added .gitignore Yann Collet 2015-08-16 00:58:07 +0100
  • 4b4384772a Updated xxhash to r41 Yann Collet 2015-08-16 00:55:32 +0100
  • 2a6ad2a7ff debian: changed name lz4->liblz4 Evgeniy Polyakov 2015-08-15 22:26:51 +0300
  • 2f3e4bf326 debian: changed name lz4->liblz4 Evgeniy Polyakov 2015-08-15 22:23:49 +0300
  • 31fed3167a debian: changed name lz4->liblz4 Evgeniy Polyakov 2015-08-15 22:22:17 +0300
  • 309d1e0877 debian: remove sbin dir Evgeniy Polyakov 2015-08-15 22:22:02 +0300
  • 2131eedf7b debian: renamed lz4->liblz4, updated installed library files Evgeniy Polyakov 2015-08-15 22:20:37 +0300