1. 14064be Updated NEWS by Yann Collet · 9 years ago
  2. caba2cc staticAnalyze use same compilation flags as normal build by Yann Collet · 9 years ago
  3. c04df7e Changed : static library is no longer compiled with -fPIC by default (this option can still be added on the command line) See #53 by Yann Collet · 9 years ago
  4. 6f50184 Updated NEWS by Yann Collet · 9 years ago
  5. 91c1b9a Performance fix : big compression speed boost for clang (+30%) by Yann Collet · 9 years ago
  6. 26065c3 Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106) by Yann Collet · 9 years ago
  7. f02c467 Added a few more interoperability tests (32bits vs 64 bits) by Yann Collet · 9 years ago
  8. 05b0aa6 Updated readme by Yann Collet · 9 years ago
  9. 197982e Fixed unfinished frame (issue #75) by Yann Collet · 9 years ago
  10. 973e385 Implemented obsolete warning message by Yann Collet · 10 years ago
  11. be9d248 Update lz4hc API : LZ4_compressHC_safe() by Yann Collet · 10 years ago
  12. 886b199 Modified files rights by Yann Collet · 10 years ago
  13. 7db6678 Restored proper credit by Yann Collet · 10 years ago
  14. f174964 Added : Frame documentation in MarkDown format by Yann Collet · 10 years ago
  15. 4783cb8 Updated readme by Yann Collet · 10 years ago
  16. b4755c7 Added : arm cross-compilation test by Yann Collet · 10 years ago
  17. 7f436a1 lz4 cli supports frame content size by Yann Collet · 10 years ago
  18. 7cf4e5c Updates tests & Man pages by Yann Collet · 10 years ago
  19. 7ee7256 frame content size support by Yann Collet · 10 years ago
  20. 859fe3b Updated LZ4 frame format documentation by Yann Collet · 10 years ago
  21. e7fb4d1 lz4 utility supports "pass-through" mode by Yann Collet · 10 years ago
  22. 3a68324 skippable frames support by Yann Collet · 10 years ago
  23. 45b0642 scan-build tests by Yann Collet · 10 years ago
  24. e38c268 Fixed minor g++ warnings by Yann Collet · 10 years ago
  25. ceec6fa g++ compatibility by Yann Collet · 10 years ago
  26. 32a85fc NetBSD compatibility (#48) by Yann Collet · 10 years ago
  27. 488029e Updated : compress multiple files by Yann Collet · 10 years ago
  28. f68eead Added : -pedantic compilation option by Yann Collet · 10 years ago
  29. 0569a68 C90 compatibility by Yann Collet · 10 years ago
  30. 8a9fb8c Fixed : older compiler don't like nameless unions, reported by Cheyi Lin by Yann Collet · 10 years ago
  31. 95cc6ce Fixed : bug within LZ4 HC streaming mode, reported by James Boyle by Yann Collet · 10 years ago
  32. 7a8cd69 Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski by Yann Collet · 10 years ago
  33. daa320f New : lz4frame integrated into liblz4 (v1.5.0) by Yann Collet · 10 years ago
  34. 3060277 updated NEWS by Yann Collet · 10 years ago
  35. fc4a615 fixed : pkg version by Yann Collet · 10 years ago
  36. b827ecf Clarified a few comments by Yann Collet · 10 years ago
  37. d008c87 New directory structure : library source files into /lib directory by Yann Collet · 10 years ago
  38. b3b207c New endian & alignment code by Yann Collet · 10 years ago
  39. 2ab6f9a Updated : xxHash to r37 by Yann Collet · 10 years ago
  40. abb6f78 Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu by Yann Collet · 10 years ago
  41. d71b9e2 small improvements to lz4frame compression by Yann Collet · 10 years ago
  42. bb902d8 Updated : NEWS to r122 by Yann Collet · 10 years ago
  43. 7ac18ad fix : HC streaming mode by Yann Collet · 10 years ago
  44. a50c102 Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu) by Yann Collet · 10 years ago
  45. f9e16d2 updated NEWS by Yann Collet · 10 years ago
  46. 2f93f3a Updated xxHash to r35 by Yann Collet · 10 years ago
  47. 070b335 Fix : OS-X : library install name, thanks to Clemens Lang by Yann Collet · 10 years ago
  48. fd51d05 updated fuzzer, faster and cleaner overflow tests by Yann Collet · 10 years ago
  49. bdb5bce update to r119 by Yann Collet · 10 years ago
  50. 93e589c updated NEWS by Yann Collet · 10 years ago
  51. 30a41b5 updated NEWS by Yann Collet · 10 years ago
  52. 5b91330 Added lz4c & lz4cat man pages by Yann Collet · 11 years ago
  53. 374d6ac Fixed issue 127 & 128 by Yann Collet · 11 years ago
  54. 37be467 quickfix (issue 124 & 125) by yann.collet.73@gmail.com · 11 years ago
  55. 848fdf3 Added : lz4cat utility for posx systems by yann.collet.73@gmail.com · 11 years ago
  56. a9d8640 Makefile : library correctly compiled with -O3 switch (issue 114) by yann.collet.73@gmail.com · 11 years ago
  57. 69dc85b Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier ! by yann.collet.73@gmail.com · 11 years ago
  58. 96a60a5 quickfix (issue 107 & issue 103) by yann.collet.73@gmail.com · 11 years ago
  59. 6486787 Makefile : added capability to install libraries by yann.collet.73@gmail.com · 11 years ago
  60. fb38dda lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99) by yann.collet.73@gmail.com · 11 years ago
  61. 8ac549f lz4.c : corrected issue 98 within LZ4_compress_limitedOutput() by yann.collet.73@gmail.com · 11 years ago
  62. 7a863ab lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB (thanks Roman Strashkin for reporting) by yann.collet.73@gmail.com · 11 years ago
  63. a78db58 Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. by yann.collet.73@gmail.com · 11 years ago
  64. 82bf5be by yann.collet.73@gmail.com · 11 years ago
  65. c63f81c Makefile : New install script and man page, contributed by Prasad Pandit by yann.collet.73@gmail.com · 11 years ago