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

Commit graph

  • d8b41eedce Fix compiling with -Werror. Lasse Collin 2010-06-02 23:13:55 +0300
  • b5fbab6123 Silence a bogus Valgrind warning. Lasse Collin 2010-06-02 23:09:22 +0300
  • 29a7b250e6 Fix a Windows-specific FIXME in signal handling code. Lasse Collin 2010-06-02 21:32:12 +0300
  • e89d987056 Adjust SA_RESTART workaround. Lasse Collin 2010-06-02 17:46:58 +0300
  • e243145c84 xz man page updates. Lasse Collin 2010-06-01 16:02:30 +0300
  • ce6dc3c0a8 Major update to xz --list. Lasse Collin 2010-06-01 15:51:44 +0300
  • 905e54804a Rename message_filters_get() to message_filters_to_str(). Lasse Collin 2010-06-01 14:13:03 +0300
  • 4b346ae8af Fix a comment. Lasse Collin 2010-06-01 14:09:12 +0300
  • 07dc34f6da Fix lzma_block_compressed_size(). Lasse Collin 2010-05-27 16:17:42 +0300
  • 44d70cb154 Take Cygwin into account in some #if lines. Lasse Collin 2010-05-27 14:32:51 +0300
  • a334348dc0 Remove references to the Subblock filter in xz and tests. Lasse Collin 2010-05-27 13:42:44 +0300
  • 70e5e2f6a7 Remove unused chunk_size.c. Lasse Collin 2010-05-27 13:35:36 +0300
  • 01a414eaf4 Use my_min() instead of MIN() in src/xz/list.c Jonathan Nieder 2010-05-27 02:31:33 -0500
  • 920a69a8d8 Rename MIN() and MAX() to my_min() and my_max(). Lasse Collin 2010-05-26 10:36:46 +0300
  • 019ae27c24 Fix compilation of debug/known_sizes.c. Lasse Collin 2010-05-26 10:30:20 +0300
  • 98a4856a6e Remove references to Subblock filter in debug/sync_flush.c. Lasse Collin 2010-05-26 10:28:54 +0300
  • 703d2c33c0 Better #error message. Lasse Collin 2010-05-26 10:16:57 +0300
  • d8a55c48b3 Remove the Subblock filter code for now. Lasse Collin 2010-05-26 09:55:47 +0300
  • b6377fc990 Split message_filters(). Lasse Collin 2010-05-16 18:42:22 +0300
  • d9986db782 Omit lzma_restrict from the API headers. Lasse Collin 2010-05-14 23:17:20 +0300
  • 0d3489efca Updated INSTALL. Lasse Collin 2010-05-10 19:57:24 +0300
  • 3fb3d594a2 Updated THANKS. Lasse Collin 2010-05-10 19:54:52 +0300
  • 6548e30465 Updates to tuklib_physmem and tuklib_cpucores. Lasse Collin 2010-05-10 19:54:15 +0300
  • a290cfee3e Show both elapsed time and estimated remaining time in xz -v. Lasse Collin 2010-04-12 21:55:56 +0300
  • a1f7a986b8 Add a simple tip to faq.txt about tar and xz. Lasse Collin 2010-03-31 16:47:25 +0300
  • c737eec91d Updated THANKS. Lasse Collin 2010-03-22 21:03:03 +0200
  • f4b2b52624 Fix xzgrep to not break if filenames have spaces or quotes. Lasse Collin 2010-03-07 19:52:25 +0200
  • cf38da00a1 Treat all integer multiplier suffixes as base-2. Lasse Collin 2010-03-07 13:59:32 +0200
  • 00fc1211ae Consistently round up the memory usage limit in messages. Lasse Collin 2010-03-07 13:50:23 +0200
  • 9886d436ff Change the default of --enable-assume-ram from 32 to 128 MiB. Lasse Collin 2010-03-07 13:34:34 +0200
  • 2672bcc9f8 Increase the default memory usage limit on "low-memory" systems. Lasse Collin 2010-03-07 13:29:28 +0200
  • 5527b7269a Updated THANKS. Lasse Collin 2010-03-06 21:36:19 +0200
  • d0d1c51aea Fix missing initialization in lzma_strm_init(). Lasse Collin 2010-03-06 21:17:20 +0200
  • eb7d51a3fa Collection of language fixes to comments and docs. Lasse Collin 2010-02-12 13:16:15 +0200
  • 4785f2021a Fix jl -> jb in ASM files. Lasse Collin 2010-02-12 12:41:20 +0200
  • 6b50c9429b Use __APPLE__ instead of __MACH__ in ASM files. Lasse Collin 2010-02-12 12:31:22 +0200
  • 6503fde658 Subtle change to liblzma Block handling API. Lasse Collin 2010-02-07 19:48:06 +0200
  • dd7c3841ff Fix wrong assertion. Lasse Collin 2010-02-02 11:50:11 +0200
  • 9d67588c15 Updated TODO. Lasse Collin 2010-02-01 22:48:42 +0200
  • fef6333f52 Fix typos in comments. Lasse Collin 2010-02-01 22:47:54 +0200
  • 455e68c030 Fix signal handling for --list. Lasse Collin 2010-02-01 22:46:56 +0200
  • 82220a1490 Fix compression of symlinks with --force. Lasse Collin 2010-02-01 11:44:45 +0200
  • d4da177d5b Fix a comment. Lasse Collin 2010-02-01 10:20:57 +0200
  • f9dd797a42 Updated THANKS. Lasse Collin 2010-01-31 23:43:54 +0200
  • ee5ddb8b28 Updated TODO. Lasse Collin 2010-01-31 23:41:29 +0200
  • 11936ad3f5 Mention TODO in README. Lasse Collin 2010-01-31 23:35:04 +0200
  • 2901a8e7e8 Updated INSTALL. Lasse Collin 2010-01-31 23:31:14 +0200
  • 8884e16864 Revise the Windows build files. Lasse Collin 2010-01-31 23:28:51 +0200
  • 34eb5e201d Select the default integrity check type at runtime. Lasse Collin 2010-01-31 19:52:38 +0200
  • 96a4f840e3 Improve displaying of the memory usage limit. Lasse Collin 2010-01-31 18:17:50 +0200
  • b3cc4d8edd Don't use uninitialized sigset_t. Lasse Collin 2010-01-31 12:53:56 +0200
  • 231c3c7098 Delay opening the destionation file and other fixes. Lasse Collin 2010-01-31 12:01:54 +0200
  • 0dbd0641db Add list.h to src/xz/Makefile.am. Lasse Collin 2010-01-29 22:48:04 +0200
  • b4b1a56e0c Add lzmainfo.1 to manfiles list to convert to .txt and .pdf. Lasse Collin 2010-01-29 13:24:27 +0200
  • 5574d64e03 Silence two compiler warnings on DOS-like systems. Lasse Collin 2010-01-27 16:42:11 +0200
  • b063cc34a3 Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE. Lasse Collin 2010-01-27 13:31:03 +0200
  • 38b8035b5c Add a missing space to an error message. Lasse Collin 2010-01-26 23:37:46 +0200
  • e5496f9628 Use past tense in error message in io_unlink(). Lasse Collin 2010-01-26 22:53:37 +0200
  • d9a9800597 Fix too small static buffer in util.c. Lasse Collin 2010-01-26 15:42:24 +0200
  • d0b4bbf5da Minor comment fix. Lasse Collin 2010-01-26 14:46:43 +0200
  • 0bc9eab243 Add initial version of xz --list. Lasse Collin 2010-01-24 23:50:54 +0200
  • df254ce03b Add io_pread(). Lasse Collin 2010-01-24 22:46:11 +0200
  • ef68dd4a92 Set LC_NUMERIC=C when --robot is used. Lasse Collin 2010-01-24 22:45:14 +0200
  • 0dd6d00766 Some improvements to printing sizes in xz. Lasse Collin 2010-01-24 16:57:40 +0200
  • 2a98fdffd6 Fix a typo in README. Lasse Collin 2010-01-20 22:02:35 +0200
  • 07a11dad44 Updated windows/Makefile. Lasse Collin 2010-01-17 11:59:54 +0200
  • 37f31ead9d Update the xz man page to match the previous two commits. Lasse Collin 2010-01-15 11:05:11 +0200
  • 3ffd5d81a4 Don't read compressed data from a terminal or write it to a terminal even if --force is specified. Lasse Collin 2010-01-13 19:10:25 +0200
  • 23ac2c44c3 Don't compress or decompress special files unless writing to stdout even if --force is used. Lasse Collin 2010-01-13 18:12:40 +0200
  • cee12aa852 Updated THANKS. Lasse Collin 2010-01-12 16:30:33 +0200
  • 153c7740c5 Add IRIX-specific code to tuklib_physmem and tuklib_cpucores. Lasse Collin 2010-01-12 16:18:14 +0200
  • 8ea8dc754a Fix _memconfig() functions. Lasse Collin 2010-01-01 00:29:10 +0200
  • 1a7ec87c8e Revised the Index handling code. Lasse Collin 2009-12-31 22:45:53 +0200
  • f29997a846 Remove c-format tag in cs.po. Lasse Collin 2009-12-31 21:13:25 +0200
  • 097bad0003 Add missing lzma_nothrow in filter.h. Lasse Collin 2009-12-31 21:11:05 +0200
  • b56cb1fc31 Remove redefinition of _(msgid) macro from lzmainfo.c. Lasse Collin 2009-12-09 18:13:44 +0200
  • 171b03febf update po/.gitignore Jonathan Nieder 2009-12-08 19:41:57 -0600
  • f7e44c6c11 Always rely on GCC's auto-import on Windows. Lasse Collin 2009-12-09 00:38:55 +0200
  • 7b76a3e233 Fix file_io.c on DOS-like systems. Lasse Collin 2009-12-07 21:46:53 +0200
  • 0696f5d268 Add Czech translation. Lasse Collin 2009-12-07 20:54:21 +0200
  • 5e817a50d2 Add a note for translators to add a bug reporting address for translation bugs. Lasse Collin 2009-12-07 20:32:08 +0200
  • 6db1c35be9 Prevent xgettext from taking one regular string as a C format string. Lasse Collin 2009-12-07 20:07:02 +0200
  • e0c2776b6f Remove duplicate code in io_open_dest(). Lasse Collin 2009-11-28 17:45:22 +0200
  • f057a33c6f Typo fix to sysdefs.h. Lasse Collin 2009-11-26 10:11:23 +0200
  • 8767b41534 Fix a memory leak in test_index.c. Lasse Collin 2009-11-26 10:10:36 +0200
  • 919fbaff86 Add missing error check to coder.c. Lasse Collin 2009-11-25 14:22:19 +0200
  • bd13b04e20 Fix bugs in lzma_index_read() and lzma_index_cat(). Lasse Collin 2009-11-25 13:04:10 +0200
  • 1f19690914 Index decoder fixes. Lasse Collin 2009-11-25 12:52:56 +0200
  • 465d1b0d65 Create sparse files by default when decompressing into a regular file. Lasse Collin 2009-11-25 11:19:20 +0200
  • 37de544414 Updated THANKS. Lasse Collin 2009-11-22 12:43:06 +0200
  • f1a28b96c9 Add missing consts to pointer casts. Lasse Collin 2009-11-22 12:05:33 +0200
  • b9b5c54cd4 Enable assembler code only if it is known to work on that operating system. Lasse Collin 2009-11-22 12:00:30 +0200
  • 0733f4c999 Make fastpos.h use tuklib_integer.h instead of bsr.h when --enable-small has been specified. Lasse Collin 2009-11-22 11:55:03 +0200
  • 7ac3985d89 Update tuklib_integer.h with bit scan functions. Lasse Collin 2009-11-22 11:52:30 +0200
  • c74c132f7f Update tuklib_cpucores.m4 and tuklib_physmem.m4 from tuklib, which now use AC_CACHE_CHECK. Using the cache variable, configure now warns if there is no method to detect the amount of RAM and recommends using --enable-assume-ram. Lasse Collin 2009-11-20 12:51:19 +0200
  • d315ca4930 Add support for --info-memory and --robot to xz. Lasse Collin 2009-11-16 18:16:45 +0200
  • e330fb7e6b Fix wrong indentation caused by incorrect settings in the text editor. Lasse Collin 2009-11-15 12:54:45 +0200
  • 93e418562c Add lzma_physmem(). Lasse Collin 2009-11-15 12:40:17 +0200
  • cf39faca59 Updated THANKS. Lasse Collin 2009-11-14 20:21:19 +0200
  • 2ddcae247c Some updates to xz man page. Lasse Collin 2009-11-14 20:20:03 +0200