1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Commit graph

  • 642f856bb8 Update TODO. Lasse Collin 2014-09-14 21:02:41 +0300
  • 2cdf0875de Bump version and soname for 5.0.6. v5.0.6 Lasse Collin 2014-09-14 19:35:45 +0300
  • 0168b6c8fb Update NEWS for 5.0.6. Lasse Collin 2014-09-14 19:33:46 +0300
  • 13337714e8 xzgrep: List xzgrep_expected_output in tests/Makefile.am. Lasse Collin 2014-06-13 19:21:54 +0300
  • ccc728d829 xzgrep: Improve the test script. Lasse Collin 2014-06-13 18:58:22 +0300
  • 948f5865fe xzgrep: Add a test for the previous fix. Lasse Collin 2014-06-11 21:03:25 +0300
  • 64228d0d5c xzgrep: exit 0 when at least one file matches. Lasse Collin 2014-06-11 20:43:28 +0300
  • 6b5e3b9eff xz: Add --ignore-check. Lasse Collin 2014-08-05 22:32:36 +0300
  • 9adbc2ff37 liblzma: Add support for LZMA_IGNORE_CHECK. Lasse Collin 2014-08-05 22:15:07 +0300
  • 0e0f34b8e4 liblzma: Add support for lzma_block.ignore_check. Lasse Collin 2014-08-05 22:03:30 +0300
  • 71e1437ab5 liblzma: Use lzma_memcmplen() in the BT3 match finder. Lasse Collin 2014-08-04 19:25:58 +0300
  • 41dc9ea06e Update THANKS. Lasse Collin 2014-08-04 00:25:44 +0300
  • 5dcffdbcc2 liblzma: SHA-256: Optimize the Maj macro slightly. Lasse Collin 2014-08-03 21:32:25 +0300
  • a9477d1e0c liblzma: SHA-256: Optimize the way rotations are done. Lasse Collin 2014-08-03 21:08:12 +0300
  • 5a76c7c8ee liblzma: SHA-256: Remove the GCC #pragma that became unneeded. Lasse Collin 2014-08-03 20:38:13 +0300
  • 9a096f8e57 liblzma: SHA-256: Unroll a little more. Lasse Collin 2014-08-03 20:33:38 +0300
  • bc7650d87b liblzma: SHA-256: Do the byteswapping without a temporary buffer. Lasse Collin 2014-08-03 19:56:43 +0300
  • 544aaa3d13 liblzma: Use lzma_memcmplen() in normal mode of LZMA. Lasse Collin 2014-07-25 22:38:28 +0300
  • f48fce093b liblzma: Simplify LZMA fast mode code by using memcmp(). Lasse Collin 2014-07-25 22:30:38 +0300
  • 6bf5308e34 liblzma: Use lzma_memcmplen() in fast mode of LZMA. Lasse Collin 2014-07-25 22:29:49 +0300
  • 353212137e Update THANKS. Lasse Collin 2014-07-25 21:16:23 +0300
  • 5db75054e9 liblzma: Use lzma_memcmplen() in the match finders. Lasse Collin 2014-07-25 21:15:07 +0300
  • e1c8f1d01f liblzma: Add lzma_memcmplen() for fast memory comparison. Lasse Collin 2014-07-25 20:57:20 +0300
  • 765735cf52 Update THANKS. Lasse Collin 2014-07-12 21:10:09 +0300
  • 59da01785e Translations: Add Vietnamese translation. Lasse Collin 2014-07-12 20:06:08 +0300
  • 17215f751c xz: Update the help message of a few options. Lasse Collin 2014-06-29 20:54:14 +0300
  • 96864a6ddf xz: Use lzma_cputhreads() instead of own copy of tuklib_cpucores(). Lasse Collin 2014-06-18 22:07:06 +0300
  • a115cc3748 liblzma: Add lzma_cputhreads(). Lasse Collin 2014-06-18 22:04:24 +0300
  • 3ce3e79769 xz: Check for filter chain compatibility for --flush-timeout. Lasse Collin 2014-06-18 19:11:52 +0300
  • 381ac14ed7 xzgrep: List xzgrep_expected_output in tests/Makefile.am. Lasse Collin 2014-06-13 19:21:54 +0300
  • 4244b65b06 xzgrep: Improve the test script. Lasse Collin 2014-06-13 18:58:22 +0300
  • 1e60f2c0a0 xzgrep: Add a test for the previous fix. Lasse Collin 2014-06-11 21:03:25 +0300
  • ceca379017 xzgrep: exit 0 when at least one file matches. Lasse Collin 2014-06-11 20:43:28 +0300
  • 8c19216bac xz: Force single-threaded mode when --flush-timeout is used. Lasse Collin 2014-06-09 21:21:24 +0300
  • 87f1a24810 Update THANKS. Lasse Collin 2014-05-25 22:05:39 +0300
  • da1718f266 liblzma: Use lzma_alloc_zero() in LZ encoder initialization. Lasse Collin 2014-05-25 21:45:56 +0300
  • 28af24e9cf liblzma: Add the internal function lzma_alloc_zero(). Lasse Collin 2014-05-25 19:25:57 +0300
  • ed9ac85822 xz: Fix uint64_t vs. size_t which broke 32-bit build. Lasse Collin 2014-05-08 18:03:09 +0300
  • d716acdae3 Docs: Update comments to refer to lzma/lzma12.h in example programs. Lasse Collin 2014-05-04 11:09:11 +0300
  • 4d5b7b3fda liblzma: Rename the private API header lzma/lzma.h to lzma/lzma12.h. Lasse Collin 2014-05-04 11:07:17 +0300
  • 98d3368ef4 Build: Fix the combination of --disable-xzdec --enable-lzmadec. Lasse Collin 2014-04-25 17:53:42 +0300
  • ba3b5dd082 Build: Add --disable-doc to configure. Lasse Collin 2014-04-25 17:44:26 +0300
  • 3d4575f236 Update INSTALL. Lasse Collin 2014-04-24 18:06:24 +0300
  • b9f0584e3e xz: Rename a variable to avoid a namespace collision on Solaris. Lasse Collin 2014-04-09 17:26:10 +0300
  • cc41bcaf77 xz: Fix a comment. Lasse Collin 2014-04-26 08:45:49 +0300
  • e34025d666 liblzma: Avoid C99 compound literal arrays. Lasse Collin 2014-01-12 16:44:52 +0200
  • 0b6168974f liblzma: Remove a useless C99ism from sha256.c. Lasse Collin 2014-01-12 12:50:30 +0200
  • 41e436076c xz: Fix use of wrong variable. Lasse Collin 2014-01-12 12:17:08 +0200
  • c33efefd4e Fix typos in comments. Lasse Collin 2014-04-26 08:37:00 +0300
  • e560c82f1f Update THANKS. Lasse Collin 2013-11-26 18:20:16 +0200
  • 05192b32e5 liblzma: Document the need for block->check for lzma_block_header_decode(). Lasse Collin 2013-11-26 18:20:09 +0200
  • 0f35eafe51 Update TODO. Lasse Collin 2013-10-26 12:47:04 +0300
  • fc9eaf81d7 Build: Remove a comment about Automake 1.10 from configure.ac. Lasse Collin 2013-09-11 14:40:35 +0300
  • 090c69dda5 Build: Create liblzma.pc in a src/liblzma/Makefile.am. Lasse Collin 2013-09-09 20:37:03 +0300
  • 1555a9c566 Build: Fix the combination of --disable-xzdec --enable-lzmadec. Lasse Collin 2014-04-25 17:53:42 +0300
  • 56056571df Build: Add --disable-doc to configure. Lasse Collin 2014-04-25 17:44:26 +0300
  • 6de61d8721 Update INSTALL. Lasse Collin 2014-04-24 18:06:24 +0300
  • 54df428799 xz: Rename a variable to avoid a namespace collision on Solaris. Lasse Collin 2014-04-09 17:26:10 +0300
  • 5876ca27da Docs: Add example program for threaded encoding. Lasse Collin 2014-01-29 20:19:41 +0200
  • 9494fb6d0f liblzma: Fix lzma_mt.preset not working with lzma_stream_encoder_mt(). Lasse Collin 2014-01-29 20:13:51 +0200
  • 673a4cb53d liblzma: Fix typo in a comment. Lasse Collin 2014-01-20 11:20:40 +0200
  • ad96a871a1 Windows: Add config.h for building liblzma with MSVC 2013. Lasse Collin 2014-01-12 19:38:43 +0200
  • 3d5c090872 xz: Fix a comment. Lasse Collin 2014-01-12 17:41:14 +0200
  • 69fd4e1c93 Windows: Add MSVC defines for inline and restrict keywords. Lasse Collin 2014-01-12 17:04:33 +0200
  • a19d9e8575 liblzma: Avoid C99 compound literal arrays. Lasse Collin 2014-01-12 16:44:52 +0200
  • e28528f1c8 liblzma: Remove a useless C99ism from sha256.c. Lasse Collin 2014-01-12 12:50:30 +0200
  • 5ad1effc45 xz: Fix use of wrong variable. Lasse Collin 2014-01-12 12:17:08 +0200
  • 3e62c68d75 Fix typos in comments. Lasse Collin 2014-01-12 12:11:36 +0200
  • e90ea601fb Update THANKS. Lasse Collin 2013-11-26 18:20:16 +0200
  • b22e94d8d1 liblzma: Document the need for block->check for lzma_block_header_decode(). Lasse Collin 2013-11-26 18:20:09 +0200
  • d1cd8b1cb8 xz: Update the man page about --block-size and --block-list. Lasse Collin 2013-11-12 16:38:57 +0200
  • 76be7c612e Update THANKS. Lasse Collin 2013-11-12 16:30:53 +0200
  • dd750acbe2 xz: Make --block-list and --block-size work together in single-threaded. Lasse Collin 2013-11-12 16:29:48 +0200
  • ae222fe980 Bump the version number to 5.1.3alpha. v5.1.3alpha Lasse Collin 2013-10-26 13:26:14 +0300
  • 2193837a6a Update NEWS for 5.1.3alpha. Lasse Collin 2013-10-26 13:25:02 +0300
  • ed48e75e27 Update TODO. Lasse Collin 2013-10-26 12:47:04 +0300
  • 841da0352d xz: Document behavior of --block-list with threads. Lasse Collin 2013-10-25 22:41:28 +0300
  • 56feb8665b xz: Document --flush-timeout=TIMEOUT on the man page. Lasse Collin 2013-10-22 20:03:12 +0300
  • ba413da1d5 xz: Take advantage of LZMA_FULL_BARRIER with --block-list. Lasse Collin 2013-10-22 19:51:55 +0300
  • 0cd45fc2bc liblzma: Support LZMA_FULL_FLUSH and _BARRIER in threaded encoder. Lasse Collin 2013-10-02 20:05:23 +0300
  • 97bb38712f liblzma: Add LZMA_FULL_BARRIER support to single-threaded encoder. Lasse Collin 2013-10-02 12:55:11 +0300
  • fef0c6b410 liblzma: Add block_buffer_encoder.h into Makefile.inc. Lasse Collin 2013-09-17 11:57:51 +0300
  • 8083e03291 xz: Add a missing test for TUKLIB_DOSLIKE. Lasse Collin 2013-09-17 11:55:38 +0300
  • 6b44b4a775 Add native threading support on Windows. Lasse Collin 2013-09-17 11:52:28 +0300
  • ae0ab74a88 Build: Remove a comment about Automake 1.10 from configure.ac. Lasse Collin 2013-09-11 14:40:35 +0300
  • 72975df6c8 Build: Create liblzma.pc in a src/liblzma/Makefile.am. Lasse Collin 2013-09-09 20:37:03 +0300
  • 1c2b6e7e83 Fix the previous commit which broke the build. Lasse Collin 2013-08-04 15:24:09 +0300
  • 124eb69c78 Windows: Add Windows support to tuklib_cpucores(). Lasse Collin 2013-08-03 13:52:58 +0300
  • 1f35331332 macosx: separate liblzma package Anders F Bjorklund 2013-08-02 15:59:46 +0200
  • 1415f1d946 macosx: set minimum to leopard Anders F Bjorklund 2013-08-02 15:58:44 +0200
  • 41913949b9 move configurables into variables Anders F Bjorklund 2011-08-07 13:13:30 +0200
  • 3dffda33f4 Build: Fix the detection of missing CRC32. Lasse Collin 2013-07-15 14:08:02 +0300
  • eada8a875c macosx: separate liblzma package Anders F Bjorklund 2013-08-02 15:59:46 +0200
  • be0100d01c macosx: set minimum to leopard Anders F Bjorklund 2013-08-02 15:58:44 +0200
  • 416729e2d7 move configurables into variables Anders F Bjorklund 2011-08-07 13:13:30 +0200
  • 16581080e5 Update THANKS. Lasse Collin 2013-07-15 14:08:41 +0300
  • 3e2b198ba3 Build: Fix the detection of missing CRC32. Lasse Collin 2013-07-15 14:08:02 +0300
  • dee6ad3d59 xz: Add preliminary support for --flush-timeout=TIMEOUT. Lasse Collin 2013-07-04 14:18:46 +0300
  • fa381acaf9 xz: Don't set src_eof=true after an I/O error because it's useless. Lasse Collin 2013-07-04 13:41:03 +0300
  • ea00545bea xz: Fix the test when to read more input. Lasse Collin 2013-07-04 13:25:11 +0300