Commit Graph

  • 0c238dc3fe Update THANKS. Lasse Collin 2018-12-20 20:42:29 +0200
  • 3ca432d9cc xz: Fix a crash in progress indicator when in passthru mode. Lasse Collin 2018-12-14 20:34:30 +0200
  • fcc419e3c3 xz: Update man page timestamp. Lasse Collin 2018-11-22 17:20:31 +0200
  • 5a2fc3cd01 'have have' typos Pavel Raiskup 2018-11-22 15:14:34 +0100
  • 7143b04fe4 xzless: Rename unused variables to silence static analysers. Lasse Collin 2018-07-27 18:10:44 +0300
  • 273c33297b liblzma: Remove an always-true condition from lzma_index_cat(). Lasse Collin 2018-07-27 16:02:58 +0300
  • 65b4aba6d0 liblzma: Improve lzma_properties_decode() API documentation. Lasse Collin 2018-05-19 21:23:25 +0300
  • 6a89e656eb Fix comment typos in tuklib_mbstr* files. Lasse Collin 2019-07-12 18:57:43 +0300
  • ac0b421265 Add missing include to tuklib_mbstr_width.c. Lasse Collin 2019-07-12 18:30:46 +0300
  • 72a443281f Update tuklib base headers to include stdbool.h. Lasse Collin 2019-07-12 18:10:57 +0300
  • de1f47b2b4 xz: Automatically align the strings in --info-memory. Lasse Collin 2019-06-28 00:54:31 +0300
  • 8ce679125d liblzma: Fix a buggy comment. Lasse Collin 2019-06-25 23:15:21 +0300
  • fc77929e92 configure.ac: Fix a typo in a comment. Lasse Collin 2019-06-25 00:16:06 +0300
  • e873902641 Tests: Silence warnings from clang -Wassign-enum. Lasse Collin 2019-06-25 00:08:13 +0300
  • d499e467d9 liblzma: Add a comment. Lasse Collin 2019-06-24 23:52:17 +0300
  • a12b13c5f0 liblzma: Silence clang -Wmissing-variable-declarations. Lasse Collin 2019-06-24 23:45:21 +0300
  • 1b4675cebf Add LZMA_RET_INTERNAL1..8 to lzma_ret and use one for LZMA_TIMED_OUT. Lasse Collin 2019-06-24 23:25:41 +0300
  • 159c43875e xz: Silence a warning from clang -Wsign-conversion in main.c. Lasse Collin 2019-06-24 22:57:43 +0300
  • 466cfcd3e5 xz: Make "headings" static in list.c. Lasse Collin 2019-06-24 22:52:20 +0300
  • 608517b9b7 liblzma: Remove incorrect uses of lzma_attribute((__unused__)). Lasse Collin 2019-06-24 22:47:39 +0300
  • c2d2ab6a9d Tests: Silence a warning from -Wsign-conversion. Lasse Collin 2019-06-24 20:53:55 +0300
  • 2402f7873d xz: Fix an integer overflow with 32-bit off_t. Lasse Collin 2019-06-24 20:45:49 +0300
  • 4fd3a8dd0b xz: Cleanup io_seek_src() a bit. Lasse Collin 2019-06-24 01:24:17 +0300
  • dfda7cf6af Tests: Remove a duplicate branch from tests/tests.h. Lasse Collin 2019-06-24 00:57:23 +0300
  • 1d4a904d8f xz: Change io_seek_src and io_pread arguments from off_t to uint64_t. Lasse Collin 2019-06-24 00:40:45 +0300
  • 50120deb01 xz: list.c: Fix some warnings from -Wsign-conversion. Lasse Collin 2019-06-24 00:12:38 +0300
  • d0a78751eb tuklib_mbstr_width: Fix a warning from -Wsign-conversion. Lasse Collin 2019-06-23 23:22:45 +0300
  • 7883d73530 xz: Fix some of the warnings from -Wsign-conversion. Lasse Collin 2019-06-23 23:19:34 +0300
  • c2b994fe3d tuklib_cpucores: Silence warnings from -Wsign-conversion. Lasse Collin 2019-06-23 22:27:45 +0300
  • 07c4fa9e1a xzdec: Fix warnings from -Wsign-conversion. Lasse Collin 2019-06-23 21:40:47 +0300
  • dfac2c9a1d liblzma: Fix warnings from -Wsign-conversion. Lasse Collin 2019-06-23 21:38:56 +0300
  • 41838dcc26 tuklib_integer: Silence warnings from -Wsign-conversion. Lasse Collin 2019-06-23 19:33:55 +0300
  • 3ce05d235f tuklib_integer: Fix usage of conv macros. Lasse Collin 2019-06-20 19:40:30 +0300
  • b525b0c0ef Update THANKS. Lasse Collin 2019-06-03 20:44:19 +0300
  • 039a168e8c liblzma: Fix comments. Lasse Collin 2019-06-03 20:41:54 +0300
  • c460f6defe liblzma: Fix one more unaligned read to use unaligned_read16ne(). Lasse Collin 2019-06-02 00:50:59 +0300
  • c81d77c537 Update THANKS. Lasse Collin 2019-06-01 21:41:55 +0300
  • 386394fc9f liblzma: memcmplen: Use ctz32() from tuklib_integer.h. Lasse Collin 2019-06-01 21:36:13 +0300
  • 264ab971ce tuklib_integer: Cleanup MSVC-specific code. Lasse Collin 2019-06-01 21:30:03 +0300
  • 33773c6f2a liblzma: Use unaligned_readXXne functions instead of type punning. Lasse Collin 2019-06-01 19:01:21 +0300
  • e5f13a6656 tuklib_integer: Autodetect support for unaligned access on ARM. Lasse Collin 2019-06-01 18:46:54 +0300
  • 3bc112c2d3 tuklib_integer: Improve unaligned memory access. Lasse Collin 2019-06-01 18:41:16 +0300
  • 2a22de439e liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior. Lasse Collin 2019-05-13 20:05:17 +0300
  • d3fc850cfe Update THANKS. Lasse Collin 2019-05-11 20:56:08 +0300
  • 4adb8288ab xz: Update xz man page date. Lasse Collin 2019-05-11 20:54:12 +0300
  • 2fb0ddaa55 spelling Antoine Cœur 2019-05-08 13:30:57 +0800
  • 4ed3396061 xz: In xz -lvv look at the widths of the check names too. Lasse Collin 2019-05-01 18:43:10 +0300
  • 2f4281a100 xz: Fix xz -lvv column alignment to look at the translated strings. Lasse Collin 2019-05-01 18:33:25 +0300
  • 531e78e5a2 Update THANKS. Lasse Collin 2019-05-01 16:52:36 +0300
  • 905de7e935 Windows: Update VS version in windows/vs2019/config.h. Lasse Collin 2019-05-01 16:43:16 +0300
  • 01d01b7c7c Update THANKS. Lasse Collin 2019-05-01 16:52:36 +0300
  • 0ffd30e172 Windows: Upgrade solution itself Julien Marrec 2019-04-25 17:44:06 +0200
  • c2ef96685f Windows: Upgrade solution with VS2019 Julien Marrec 2019-04-25 17:40:24 +0200
  • 25fccaf00b Windows: Duplicate windows/vs2017 before upgrading Julien Marrec 2019-04-25 17:39:32 +0200
  • 1424078d63 Windows/VS2017: Omit WindowsTargetPlatformVersion from project files. Lasse Collin 2019-01-13 17:29:23 +0200
  • 64030c6b17 Windows: Update VS version in windows/vs2019/config.h. Lasse Collin 2019-05-01 16:43:16 +0300
  • 2dc9117f5f Windows: Upgrade solution itself Julien Marrec 2019-04-25 17:44:06 +0200
  • ac31413916 Windows: Upgrade solution with VS2019 Julien Marrec 2019-04-25 17:40:24 +0200
  • be25a0c37b Windows: Duplicate windows/vs2017 before upgrading Julien Marrec 2019-04-25 17:39:32 +0200
  • d0e58b3a51 README: Update translation instructions. Lasse Collin 2019-03-04 22:49:04 +0200
  • a750c35a7d xz: Automatically align column headings in xz -lvv. Lasse Collin 2019-03-04 21:20:39 +0200
  • 6cb42e8aa1 xz: Automatically align strings ending in a colon in --list output. Lasse Collin 2019-03-04 01:07:59 +0200
  • 1e3f29b62f Windows/VS2017: Omit WindowsTargetPlatformVersion from project files. Lasse Collin 2019-01-13 17:29:23 +0200
  • 4d86076332 Update THANKS. Lasse Collin 2018-12-20 20:42:29 +0200
  • b55d79461d xz: Fix a crash in progress indicator when in passthru mode. Lasse Collin 2018-12-14 20:34:30 +0200
  • 4ae5526de0 xz: Update man page timestamp. Lasse Collin 2018-11-22 17:20:31 +0200
  • 6a36d0d5f4 'have have' typos Pavel Raiskup 2018-11-22 15:14:34 +0100
  • 9eca51ef80 Update THANKS. Lasse Collin 2018-11-02 20:40:48 +0200
  • 106d1a663d Tests: Add a fuzz test program and a config file for OSS-Fuzz. Lasse Collin 2018-11-02 20:18:45 +0200
  • a18ae42a79 liblzma: Don't verify header CRC32s if building for fuzz testing. Lasse Collin 2018-10-26 22:49:10 +0300
  • f76f7516d6 xzless: Rename unused variables to silence static analysers. Lasse Collin 2018-07-27 18:10:44 +0300
  • 3cbcaeb07e liblzma: Remove an always-true condition from lzma_index_cat(). Lasse Collin 2018-07-27 16:02:58 +0300
  • 76762ae609 liblzma: Improve lzma_properties_decode() API documentation. Lasse Collin 2018-05-19 21:23:25 +0300
  • b5be61cc06 Bump version and soname for 5.2.4. v5.2.4 Lasse Collin 2018-04-29 19:00:06 +0300
  • c47fa6d067 extra/scanlzma: Fix compiler warnings. Lasse Collin 2018-04-29 18:48:00 +0300
  • 2267f5b0d2 Bump the version number to 5.3.1alpha. v5.3.1alpha Lasse Collin 2018-04-29 18:58:19 +0300
  • cee3021d30 extra/scanlzma: Fix compiler warnings. Lasse Collin 2018-04-29 18:48:00 +0300
  • c5c7ceb08a DOS: Add file_info.c to the list of files to build. Lasse Collin 2018-04-29 18:44:47 +0300
  • 114cab97af Update NEWS for 5.3.1alpha. Lasse Collin 2018-04-29 18:33:10 +0300
  • b8139e11c5 Add NEWS for 5.2.4. Lasse Collin 2018-04-29 18:15:37 +0300
  • 7b350fe21a Add NEWS for 5.2.4. Lasse Collin 2018-04-29 18:15:37 +0300
  • 5801591162 Update THANKS. Lasse Collin 2018-02-06 19:36:30 +0200
  • c4a616f453 nothrow: use noexcept for C++11 and newer Ben Boeckel 2018-01-29 13:58:18 -0500
  • 0b8947782f liblzma: Remove incorrect #ifdef from range_common.h. Lasse Collin 2018-02-06 18:02:48 +0200
  • 48f3b9f73f Update THANKS. Lasse Collin 2018-01-10 22:10:39 +0200
  • a3ce3e9023 tuklib_integer: New Intel C compiler needs immintrin.h. Lasse Collin 2018-01-10 21:54:27 +0200
  • 4505ca4839 Update THANKS. Lasse Collin 2017-09-24 20:04:24 +0300
  • 1ef3cc226e Windows: Fix paths in VS project files. Lasse Collin 2017-09-16 20:36:20 +0300
  • e775d2a818 Windows: Add project files for VS2017. Lasse Collin 2017-09-16 12:54:23 +0300
  • 10e02e0fbb Windows: Move VS2013 files into windows/vs2013 directory. Lasse Collin 2017-09-16 12:39:43 +0300
  • 06eebd4543 Fix or hide warnings from GCC 7's -Wimplicit-fallthrough. Lasse Collin 2017-08-14 20:08:33 +0300
  • ea4ea1dffa Docs: Fix a typo in a comment in doc/examples/02_decompress.c. Alexey Tourbin 2017-05-16 23:56:35 +0300
  • eb2ef4c79b xz: Fix "xz --list --robot missing_or_bad_file.xz". Lasse Collin 2017-05-23 18:34:43 +0300
  • 3ea5dbd9b0 Build: Omit pre-5.0.0 entries from the generated ChangeLog. Lasse Collin 2017-04-24 19:48:47 +0300
  • bae2467593 Update the Git repository URL to HTTPS in ChangeLog. Lasse Collin 2017-04-24 19:30:22 +0300
  • 70f4792119 Update the home page URLs to HTTPS. Lasse Collin 2017-04-19 22:17:35 +0300
  • 47b59d47cf Update THANKS. Lasse Collin 2018-02-06 19:36:30 +0200
  • bc19799169 nothrow: use noexcept for C++11 and newer Ben Boeckel 2018-01-29 13:58:18 -0500
  • fb6d4f83cb liblzma: Remove incorrect #ifdef from range_common.h. Lasse Collin 2018-02-06 18:02:48 +0200
  • bc577d35c2 Update THANKS. Lasse Collin 2018-01-10 22:10:39 +0200