1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-19 06:00:53 +00:00

Commit Graph

  • 316c67ffda Add French translation. Lasse Collin 2011-05-21 16:28:44 +03:00
  • bba37df2c9 Add French translation. Lasse Collin 2011-05-21 16:28:44 +03:00
  • 1931175eea xz: Translate also the string used to print the program name. Lasse Collin 2011-05-21 15:12:10 +03:00
  • 4161d76349 xz: Translate also the string used to print the program name. Lasse Collin 2011-05-21 15:12:10 +03:00
  • b94aa0c838 liblzma: Try to use SHA-256 from the operating system. Lasse Collin 2011-05-21 15:08:44 +03:00
  • f004128678 Don't use clockid_t in mythread.h when clock_gettime() isn't available. Lasse Collin 2011-05-17 12:52:18 +03:00
  • 841dc1f891 Update THANKS. Lasse Collin 2011-05-17 12:26:28 +03:00
  • 0f7e2d3624 Update INSTALL with a note about linker problem on OpenSolaris x86. Lasse Collin 2011-05-17 12:21:33 +03:00
  • 793d857e01 Build: Fix initialization of enable_check_* variables in configure.ac. Lasse Collin 2011-05-17 12:01:37 +03:00
  • afcff45cee Add underscores to attributes (__attribute((__foo__))). Lasse Collin 2011-05-17 11:54:38 +03:00
  • f779516f42 Update THANKS. Lasse Collin 2011-05-17 12:26:28 +03:00
  • 830ba58777 Update INSTALL with a note about linker problem on OpenSolaris x86. Lasse Collin 2011-05-17 12:21:33 +03:00
  • ec7106309c Build: Fix initialization of enable_check_* variables in configure.ac. Lasse Collin 2011-05-17 12:01:37 +03:00
  • 4c6e146df9 Add underscores to attributes (__attribute((__foo__))). Lasse Collin 2011-05-17 11:54:38 +03:00
  • 7a480e4859 xz: Fix input file position when --single-stream is used. Lasse Collin 2011-05-01 12:24:23 +03:00
  • c29e6630c1 xz: Print the maximum number of worker threads in xz -vv. Lasse Collin 2011-05-01 12:15:51 +03:00
  • 0b77c4a751 Build: Warn if no supported method to detect the number of CPU cores. Lasse Collin 2011-04-19 10:44:48 +03:00
  • e4622df9ab Update THANKS. Lasse Collin 2011-04-19 09:55:06 +03:00
  • 9c1b05828a Fix portability problems in mythread.h. Lasse Collin 2011-04-19 09:20:44 +03:00
  • 22159c6ba2 Update THANKS. Lasse Collin 2011-04-18 19:35:49 +03:00
  • 5e34990595 xzgrep: fix typo in $0 parsing Martin Väth 2011-04-15 04:54:49 -04:00
  • 3de00cc75d Update THANKS. Lasse Collin 2011-04-18 19:35:49 +03:00
  • bd5002f582 xzgrep: fix typo in $0 parsing Martin Väth 2011-04-15 04:54:49 -04:00
  • 6ef4eabc0a Bump the version number to 5.1.1alpha and liblzma soname to 5.0.99. v5.1.1alpha Lasse Collin 2011-04-12 12:48:31 +03:00
  • 9a4377be0d Put the unstable APIs behind #ifdef LZMA_UNSTABLE. Lasse Collin 2011-04-12 12:42:37 +03:00
  • 1125611b9b Remove doubled words from documentation and comments. Lasse Collin 2011-04-12 11:59:49 +03:00
  • 3e321a3acd Remove doubled words from documentation and comments. Lasse Collin 2011-04-12 11:59:49 +03:00
  • d91a84b534 Update NEWS. Lasse Collin 2011-04-12 11:46:01 +03:00
  • 14e6ad8cfe Update TODO. Lasse Collin 2011-04-12 11:45:40 +03:00
  • 70e750f597 xz: Update the man page about threading. Lasse Collin 2011-04-12 11:08:55 +03:00
  • 24e0406c0f xz: Add support for threaded compression. Lasse Collin 2011-04-11 22:06:03 +03:00
  • de678e0c92 liblzma: Add lzma_stream_encoder_mt() for threaded compression. Lasse Collin 2011-04-11 22:03:30 +03:00
  • 25fe729532 liblzma: Add the forgotten lzma_lzma2_block_size(). Lasse Collin 2011-04-11 21:15:07 +03:00
  • 3f8fa53837 liblzma: Document lzma_easy_(enc|dec)oder_memusage() better too. Lasse Collin 2011-04-11 21:04:13 +03:00
  • 91afb785a1 liblzma: Document lzma_easy_(enc|dec)oder_memusage() better too. Lasse Collin 2011-04-11 21:04:13 +03:00
  • 320d734c20 liblzma: Document lzma_raw_(enc|dec)oder_memusage() better. Lasse Collin 2011-04-11 20:59:07 +03:00
  • 4a9905302a liblzma: Document lzma_raw_(enc|dec)oder_memusage() better. Lasse Collin 2011-04-11 20:59:07 +03:00
  • 0badb0b1bd liblzma: Use memzero() to initialize supported_actions[]. Lasse Collin 2011-04-11 19:28:18 +03:00
  • a7934c446a liblzma: API comment about lzma_allocator with threaded coding. Lasse Collin 2011-04-11 19:26:27 +03:00
  • 5eefc0086d liblzma: Add an internal function lzma_mt_block_size(). Lasse Collin 2011-04-11 19:16:30 +03:00
  • 2ee4edeffc liblzma: Don't create an empty Block in lzma_stream_buffer_encode(). Lasse Collin 2011-04-11 13:59:50 +03:00
  • 73f56fb87d liblzma: Fix API docs to mention LZMA_UNSUPPORTED_CHECK. Lasse Collin 2011-04-11 13:28:40 +03:00
  • 4ce1cf97a8 liblzma: Validate encoder arguments better. Lasse Collin 2011-04-11 13:21:28 +03:00
  • d119927475 liblzma: Don't create an empty Block in lzma_stream_buffer_encode(). Lasse Collin 2011-04-11 13:59:50 +03:00
  • 3b22fc2c87 liblzma: Fix API docs to mention LZMA_UNSUPPORTED_CHECK. Lasse Collin 2011-04-11 13:28:40 +03:00
  • 71b9380145 liblzma: Validate encoder arguments better. Lasse Collin 2011-04-11 13:21:28 +03:00
  • ec7e3dbad7 xz: Move the description of --block-size in --long-help. Lasse Collin 2011-04-11 09:57:30 +03:00
  • cd3086ff44 Docs: Document --single-stream and --block-size. Lasse Collin 2011-04-11 09:55:35 +03:00
  • fb64a49243 liblzma: Make lzma_stream_encoder_init() static (second try). Lasse Collin 2011-04-11 09:27:57 +03:00
  • a34730cf6a Revert "liblzma: Make lzma_stream_encoder_init() static." Lasse Collin 2011-04-11 08:31:42 +03:00
  • 9f0a806aef Revise mythread.h. Lasse Collin 2011-04-10 21:23:21 +03:00
  • 352ac82db5 liblzma: Make lzma_stream_encoder_init() static. Lasse Collin 2011-04-10 20:37:36 +03:00
  • 9e807fe3fe DOS: Update the docs and include notes about 8.3 filenames. Lasse Collin 2011-04-10 14:58:10 +03:00
  • ebd54dbd6e xz/DOS: Add experimental 8.3 filename support. Lasse Collin 2011-04-10 13:09:42 +03:00
  • cd4fe97852 xz/DOS: Be more careful with the destination file. Lasse Collin 2011-04-10 12:47:47 +03:00
  • 972f05d7a4 Update THANKS. Lasse Collin 2011-04-09 18:29:30 +03:00
  • 28154eeaf6 liblzma: Add missing #ifdefs to filter_common.c. Lasse Collin 2011-04-09 18:28:58 +03:00
  • 607f9f98ae Update THANKS. Lasse Collin 2011-04-09 18:29:30 +03:00
  • fca396b374 liblzma: Add missing #ifdefs to filter_common.c. Lasse Collin 2011-04-09 18:28:58 +03:00
  • b03f6cd3eb xz: Avoid unneeded fstat() on DOS-like systems. Lasse Collin 2011-04-09 15:24:59 +03:00
  • 335fe260a8 xz: Minor internal changes to handling of --threads. Lasse Collin 2011-04-09 15:11:13 +03:00
  • 9edd6ee895 xz: Change size_t to uint32_t in a few places. Lasse Collin 2011-04-08 17:53:05 +03:00
  • 411013ea45 xz: Fix a typo in a comment. Lasse Collin 2011-04-08 17:48:41 +03:00
  • b34c5ce4b2 liblzma: Use TUKLIB_GNUC_REQ to check GCC version in sha256.c. Lasse Collin 2011-04-05 22:41:33 +03:00
  • db33117cc8 Build: Upgrade m4/acx_pthread.m4 to the latest version. Lasse Collin 2011-04-05 17:12:20 +03:00
  • aa95516d3d liblzma: Fix a memory leak in stream_encoder.c. Lasse Collin 2011-04-02 14:49:56 +03:00
  • 1039bfcfc0 xz: Use posix_fadvise() if it is available. Lasse Collin 2011-04-05 15:27:26 +03:00
  • 1ef3cf44a8 xz: Call lzma_end(&strm) before exiting if debugging is enabled. Lasse Collin 2011-04-05 15:13:29 +03:00
  • bd432015d3 liblzma: Fix a memory leak in stream_encoder.c. Lasse Collin 2011-04-02 14:49:56 +03:00
  • 1688901321 Updated NEWS for 5.0.2. Lasse Collin 2011-04-01 08:47:20 +03:00
  • 58f52c72f4 Bumped version and liblzma soname to 5.0.2. v5.0.2 Lasse Collin 2011-04-01 08:47:46 +03:00
  • 162779682e Updated NEWS for 5.0.2. Lasse Collin 2011-04-01 08:47:20 +03:00
  • 45553f9b4b Update INSTALL with another note about IRIX. Lasse Collin 2011-03-31 15:06:58 +03:00
  • 85cdf7dd4e Update INSTALL with another note about IRIX. Lasse Collin 2011-03-31 15:06:58 +03:00
  • af9d48d551 Tests: Add a new file to test empty LZMA2 streams. Lasse Collin 2011-03-31 12:22:55 +03:00
  • d099ef9f51 liblzma: Fix decoding of LZMA2 streams having no uncompressed data. Lasse Collin 2011-03-31 11:54:48 +03:00
  • c3f4995586 Tests: Add a new file to test empty LZMA2 streams. Lasse Collin 2011-03-31 12:22:55 +03:00
  • 0d21f49a80 liblzma: Fix decoding of LZMA2 streams having no uncompressed data. Lasse Collin 2011-03-31 11:54:48 +03:00
  • df87249b26 Scripts: Better fix for xzgrep. Lasse Collin 2011-03-24 01:42:49 +02:00
  • 40277998cb Scripts: Better fix for xzgrep. Lasse Collin 2011-03-24 01:42:49 +02:00
  • 68c453e1c7 Updated THANKS. Lasse Collin 2011-03-24 01:22:18 +02:00
  • b441d39855 Scripts: Fix xzgrep -l. Lasse Collin 2011-03-24 01:21:32 +02:00
  • 2118733045 Updated THANKS. Lasse Collin 2011-03-24 01:22:18 +02:00
  • c7210d9a3f Scripts: Fix xzgrep -l. Lasse Collin 2011-03-24 01:21:32 +02:00
  • 4eb83e3204 Scripts: Add lzop (.lzo) support to xzdiff and xzgrep. Lasse Collin 2011-03-19 13:08:22 +02:00
  • 923b22483b xz: Add --block-size=SIZE. Lasse Collin 2011-03-18 19:10:30 +02:00
  • 57597d42ca xz: Add --single-stream. Lasse Collin 2011-03-18 18:19:19 +02:00
  • 96f94bc925 xz: Clean up suffix.c. Lasse Collin 2011-02-04 22:49:31 +02:00
  • 8930c7ae3f xz: Check if the file already has custom suffix when compressing. Lasse Collin 2011-02-04 11:29:47 +02:00
  • 940d5852c6 Updated THANKS. Lasse Collin 2011-02-02 23:01:51 +02:00
  • 4ebe65f839 Translations: Add Polish translation. Lasse Collin 2011-02-02 23:00:33 +02:00
  • fc1d292dca Updated THANKS. Lasse Collin 2011-02-02 22:24:00 +02:00
  • 6dd061adfd Merge commit '5fbce0b8d96dc96775aa0215e3581addc830e23d' Lasse Collin 2011-02-06 20:13:01 +02:00
  • 82d5164839 xz: Clean up suffix.c. Lasse Collin 2011-02-04 22:49:31 +02:00
  • 6decc8b418 xz: Check if the file already has custom suffix when compressing. Lasse Collin 2011-02-04 11:29:47 +02:00
  • ecda90061d Updated THANKS. Lasse Collin 2011-02-02 23:01:51 +02:00
  • 0fda1ae5b1 Translations: Add Polish translation. Lasse Collin 2011-02-02 23:00:33 +02:00
  • 00be32978f Updated THANKS. Lasse Collin 2011-02-02 22:24:00 +02:00
  • 7232fcf96b Bump package version and liblzma soname to 5.0.1. v5.0.1 Lasse Collin 2011-01-28 20:26:38 +02:00
  • 5fbce0b8d9 Update NEWS for 5.0.1. Lasse Collin 2011-01-28 20:16:57 +02:00