Commit Graph

  • 075257ab04 Fix the preset -3e. Lasse Collin 2010-09-26 18:10:31 +0300
  • 2577da9ebd Add translations.bash and translation notes to README. Lasse Collin 2010-09-23 14:03:10 +0300
  • a3c5997c57 xz: Update the Czech translation. Lasse Collin 2010-09-17 22:14:30 +0300
  • a1766af582 xz: Add Italian translation. Lasse Collin 2010-09-16 23:40:41 +0300
  • 2108801855 xz: Edit a translators comment. Lasse Collin 2010-09-15 00:34:13 +0300
  • be16e28ece xz: Add German translation. Lasse Collin 2010-09-14 22:47:14 +0300
  • e23ea74f32 Updated README. Lasse Collin 2010-09-10 14:30:25 +0300
  • 8dad2fd693 Updated INSTALL. Lasse Collin 2010-09-10 14:30:07 +0300
  • 0b5f07fe37 Updated the git repository address in ChangeLog. Lasse Collin 2010-09-10 14:26:20 +0300
  • a8760203f9 xz: Add a comment to translators about "literal context bits". Lasse Collin 2010-09-10 14:09:33 +0300
  • bb0b1004f8 xz: Multiple fixes. Lasse Collin 2010-09-10 10:30:33 +0300
  • 639f8e2af3 Update the Czech translation. Lasse Collin 2010-09-08 08:49:22 +0300
  • 41bc9956eb xz: Add a note to translators. Lasse Collin 2010-09-07 12:31:40 +0300
  • 77a7746616 Fix use of N_() and ngettext(). Lasse Collin 2010-09-07 10:42:13 +0300
  • e6ad393358 Add missing files to POTFILES.in. Lasse Collin 2010-09-06 19:43:12 +0300
  • 58f5513182 xz: Improve a comment. Lasse Collin 2010-09-06 10:16:24 +0300
  • bcb1b89834 xz: Update the comment about NetBSD in file_io.c. Lasse Collin 2010-09-05 21:34:29 +0300
  • da014d5597 xz: Use an array instead of pointer for stdin_filename. Lasse Collin 2010-09-05 21:11:33 +0300
  • 8c7d3d1a07 xz: Hopefully ease translating the messages in list.c. Lasse Collin 2010-09-05 12:16:17 +0300
  • ef840950ad xz: Fix grammar. Lasse Collin 2010-09-04 23:14:44 +0300
  • c46afd6edc xz: Use lzma_lzma_preset() to initialize the options structure. Lasse Collin 2010-09-04 23:12:20 +0300
  • 8fd3ac046d Don't set lc=4 with --extreme. Lasse Collin 2010-09-04 22:16:28 +0300
  • 474bac0c33 xz: Minor improvements to --help and --long-help. Lasse Collin 2010-09-04 22:10:32 +0300
  • 373ee26f95 Adjust memory limits in test_compress.sh Jonathan Nieder 2010-09-03 16:49:15 -0500
  • 2fce9312f3 xz: Make -vv show also decompressor memory usage. Lasse Collin 2010-09-03 15:54:40 +0300
  • b4b1cbcb53 Tweak the compression presets -0 .. -5. Lasse Collin 2010-09-03 15:13:12 +0300
  • 77fe5954cd liblzma: Adjust default depth calculation for HC3 and HC4. Lasse Collin 2010-09-03 12:28:41 +0300
  • fce69059cf xz: Make --help two lines shorter. Lasse Collin 2010-09-03 11:11:25 +0300
  • a848e47ced xz: Make setting a preset override a custom filter chain. Lasse Collin 2010-09-02 19:22:35 +0300
  • b3ff7ba044 xz: Always warn if adjusting dictionary size due to memlimit. Lasse Collin 2010-09-02 19:09:57 +0300
  • d5653ba8a1 Fix test_compress.sh. Lasse Collin 2010-08-10 11:04:30 +0300
  • 792331bdee Disable the memory usage limiter by default. Lasse Collin 2010-08-07 20:45:18 +0300
  • 4a45dd4c39 Add missing const to a global constant in xz. Lasse Collin 2010-08-06 20:22:16 +0300
  • 01aa4869cb Language fixes for man pages. Lasse Collin 2010-07-28 11:44:55 +0300
  • ce1f0deafe Windows: Add a note about building a Git repository snapshot Lasse Collin 2010-07-27 20:47:12 +0300
  • 507a4a4dea Windows: build.sh is a bash script so name it correctly. Lasse Collin 2010-07-27 20:45:03 +0300
  • b1cbfd40f0 Windows: Don't strip liblzma.a too much. Lasse Collin 2010-07-27 20:27:32 +0300
  • a540198ffb Updated THANKS. Lasse Collin 2010-07-13 20:07:26 +0300
  • bab0f01ed9 Add two simple example programs. Lasse Collin 2010-07-13 19:55:50 +0300
  • c15c42abb3 Add --no-adjust. Lasse Collin 2010-06-15 14:06:29 +0300
  • 2130926dd1 Updated THANKS. Lasse Collin 2010-06-11 21:51:32 +0300
  • bc612d0e0c Clarify the description of the default memlimit in the man page. Lasse Collin 2010-06-11 21:48:32 +0300
  • e1b6935d60 Fix string to uint64_t conversion. Lasse Collin 2010-06-11 21:43:28 +0300
  • 3e49c8acb0 Put the git commit to the filename in mydist rule. Lasse Collin 2010-06-11 10:40:28 +0300
  • 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