Age | Commit message (Expand) | Author | Files | Lines |
2024-01-23 | xz: Use threaded mode by defaut (as if --threads=0 was used). | Lasse Collin | 3 | -3/+16 |
2024-01-23 | xz: Man page: Add more examples of LZMA2 options with BCJ filters. | Lasse Collin | 1 | -7/+31 |
2024-01-23 | xz: Update xz -lvv for RISC-V filter. | Jia Tan | 1 | -0/+10 |
2024-01-23 | xz: Update message in --long-help for RISC-V Filter. | Jia Tan | 1 | -0/+1 |
2024-01-23 | xz: Update the man page for the RISC-V Filter. | Jia Tan | 1 | -1/+2 |
2024-01-23 | liblzma: Add RISC-V BCJ filter. | Jia Tan | 1 | -0/+7 |
2024-01-19 | xz: Update website URLs in the man pages. | Jia Tan | 1 | -3/+3 |
2023-12-21 | xz: Add a comment to Capsicum sandbox setup. | Jia Tan | 1 | -0/+1 |
2023-11-30 | xz: Fix typo | Kian-Meng Ang | 1 | -1/+1 |
2023-11-23 | xz: Tweak a comment. | Lasse Collin | 1 | -2/+2 |
2023-11-23 | xz: Use is_tty() in message.c. | Jia Tan | 1 | -6/+1 |
2023-11-23 | xz: Create separate is_tty() function. | Jia Tan | 2 | -7/+37 |
2023-11-18 | xz: Move the check for --suffix with --format=raw a few lines earlier. | Lasse Collin | 1 | -22/+22 |
2023-11-17 | xz: Fix a bug with --files and --files0 in raw mode without a suffix. | Jia Tan | 1 | -0/+5 |
2023-11-15 | xz: Refactor suffix test with raw format. | Jia Tan | 1 | -25/+13 |
2023-11-14 | xz: Move suffix check after stdout mode is detected. | Jia Tan | 1 | -8/+8 |
2023-11-14 | xz: Detect when all data will be written to standard out earlier. | Jia Tan | 1 | -0/+21 |
2023-10-22 | xz: Support basic sandboxing with Linux Landlock (ABI versions 1-3). | Lasse Collin | 3 | -1/+79 |
2023-10-22 | Simplify detection of Capsicum support. | Lasse Collin | 3 | -11/+7 |
2023-10-22 | xz/Windows: Allow clock_gettime with POSIX threads. | Lasse Collin | 1 | -3/+6 |
2023-10-22 | xz/Windows: Ensure that clock_gettime() isn't used with MinGW-w64. | Lasse Collin | 1 | -2/+7 |
2023-10-22 | xz/Windows: Use GetTickCount64() with MinGW-w64 if using Vista threads. | Lasse Collin | 1 | -3/+11 |
2023-09-24 | xz: Change quoting style from `...' to '...'. | Jia Tan | 7 | -18/+18 |
2023-09-22 | xz: Windows: Don't (de)compress to special files like "con" or "nul". | Lasse Collin | 1 | -7/+28 |
2023-09-22 | xz, xzdec, lzmainfo: Use tuklib_attr_noreturn. | Lasse Collin | 5 | -20/+27 |
2023-09-22 | Remove incorrect uses of __attribute__((__malloc__)). | Lasse Collin | 1 | -2/+2 |
2023-09-22 | MSVC: xz: Make file_io.c and file_io.h compatible with MSVC. | Lasse Collin | 2 | -0/+36 |
2023-09-22 | MSVC: xz: Use GetTickCount64() to implement mytime_now(). | Lasse Collin | 1 | -2/+9 |
2023-09-22 | MSVC: xz: Use _stricmp() instead of strcasecmp() in suffix.c. | Kelvin Lee | 1 | -2/+8 |
2023-09-22 | MSVC: xz: Use _isatty() from <io.h> to implement isatty(). | Kelvin Lee | 2 | -0/+10 |
2023-09-22 | MSVC: xz: Use _fileno() instead of fileno(). | Kelvin Lee | 1 | -0/+4 |
2023-09-22 | MSVC: Don't #include <unistd.h>. | Kelvin Lee | 1 | -1/+4 |
2023-08-31 | xz: Refactor thousand separator detection and disable it on MSVC. | Lasse Collin | 1 | -44/+45 |
2023-08-31 | xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX. | Lasse Collin | 2 | -5/+4 |
2023-08-02 | xz: Omit an empty paragraph on the man page. | Lasse Collin | 1 | -1/+0 |
2023-07-31 | Docs: Fix typos found by codespell | Dimitri Papadopoulos Orfanos | 1 | -2/+2 |
2023-07-18 | xz: Translate the second "%s: " in message.c since French needs "%s : ". | Lasse Collin | 1 | -1/+1 |
2023-07-18 | xz: Make "%s: %s" translatable because French needs "%s : %s". | Lasse Collin | 4 | -14/+18 |
2023-07-18 | xz: Update Authors list in a few files. | Jia Tan | 5 | -5/+10 |
2023-07-17 | xz: Fix typo in man page. | Jia Tan | 1 | -1/+1 |
2023-07-17 | xz: Minor clean up for coder.c | Jia Tan | 1 | -32/+21 |
2023-07-17 | xz: Update man page Authors and date. | Jia Tan | 1 | -2/+3 |
2023-07-17 | xz: Add a section to man page for robot mode --filters-help. | Jia Tan | 1 | -2/+30 |
2023-07-17 | xz: Slight reword in xz man page for consistency. | Jia Tan | 1 | -1/+1 |
2023-07-17 | xz: Reorder robot mode subsections in the man page. | Jia Tan | 1 | -96/+96 |
2023-07-17 | xz: Update man page for new --filters-help option. | Jia Tan | 1 | -0/+10 |
2023-07-17 | xz: Add a new --filters-help option. | Jia Tan | 3 | -0/+43 |
2023-07-17 | xz: Update the man page for --block-list and --filtersX | Jia Tan | 1 | -26/+80 |
2023-07-17 | xz: Update --long-help for the new --filtersX option. | Jia Tan | 1 | -2/+10 |
2023-07-17 | xz: Ignore filter chains that are set but never used in --block-list. | Jia Tan | 1 | -18/+48 |
2023-07-17 | xz: Set the Block size for mt encoding correctly. | Jia Tan | 1 | -1/+67 |
2023-07-17 | xz: Validate --flush-timeout for all specified filter chains. | Jia Tan | 1 | -8/+16 |
2023-07-17 | xz: Allows --block-list filters to scale down memory usage. | Jia Tan | 1 | -55/+214 |
2023-07-17 | xz: Do not include block splitting if encoders are disabled. | Jia Tan | 1 | -9/+20 |
2023-07-17 | xz: Free filters[] in debug mode. | Jia Tan | 1 | -0/+10 |
2023-07-17 | xz: Add a message if --block-list is used outside of xz compresssion. | Jia Tan | 1 | -0/+11 |
2023-07-17 | xz: Create command line options for filters[1-9]. | Jia Tan | 3 | -60/+230 |
2023-07-17 | xz: Use lzma_filters_free() in forget_filter_chain(). | Jia Tan | 1 | -8/+10 |
2023-07-17 | xz: Separate string to filter conversion into a helper function. | Jia Tan | 1 | -13/+20 |
2023-07-17 | xz: Update --long-help and man page for new --filters option. | Jia Tan | 2 | -5/+42 |
2023-07-17 | xz: Add --filters option to CLI. | Jia Tan | 3 | -4/+58 |
2023-03-18 | Change a few HTTP URLs to HTTPS. | Lasse Collin | 1 | -1/+1 |
2023-03-11 | xz: Simplify the error-label in Capsicum sandbox code. | Lasse Collin | 1 | -15/+12 |
2023-03-08 | xz: Make Capsicum sandbox more strict with stdin and stdout. | Lasse Collin | 1 | -0/+8 |
2023-03-08 | Revert: "Add warning if Capsicum sandbox system calls are unsupported." | Jia Tan | 1 | -6/+4 |
2023-03-07 | xz: Fix -Wunused-label in io_sandbox_enter(). | Jia Tan | 1 | -2/+2 |
2023-03-06 | xz: Add warning if Capsicum sandbox system calls are unsupported. | Jia Tan | 1 | -0/+2 |
2023-03-06 | xz: Skip Capsicum sandbox system calls when they are unsupported. | Jia Tan | 1 | -5/+17 |
2023-03-06 | xz: Reorder cap_enter() to beginning of capsicum sandbox code. | Jia Tan | 1 | -3/+3 |
2023-02-07 | xz: Improve the comment about start_time in mytime.c. | Lasse Collin | 1 | -5/+10 |
2023-02-04 | xz: Add a comment clarifying the use of start_time in mytime.c. | Jia Tan | 1 | -0/+5 |
2023-01-27 | xz: Use clock_gettime() even if CLOCK_MONOTONIC isn't available. | Lasse Collin | 2 | -5/+9 |
2023-01-27 | xz: Add SIGTSTP handler for progress indicator time keeping. | Lasse Collin | 4 | -2/+89 |
2023-01-24 | xz: Flip the return value of suffix_is_set to match the documentation. | Lasse Collin | 3 | -4/+5 |
2023-01-21 | xz: Refactor duplicated check for custom suffix when using --format=raw | Jia Tan | 3 | -18/+23 |
2023-01-16 | xz: Add missing comment for coder_set_compression_settings() | Jia Tan | 1 | -1/+2 |
2023-01-16 | xz: Do not set compression settings with raw format in list mode. | Jia Tan | 1 | -1/+2 |
2023-01-12 | xz: Use ssize_t for the to-be-ignored return value from write(fd, ptr, 1). | Lasse Collin | 1 | -1/+1 |
2023-01-12 | xz: Silence warnings from -Wsign-conversion in a 32-bit build. | Lasse Collin | 1 | -2/+2 |
2023-01-12 | Fix warnings from clang -Wdocumentation. | Lasse Collin | 1 | -2/+2 |
2023-01-11 | xz: Fix warning -Wformat-nonliteral on clang in message.c. | Jia Tan | 1 | -0/+9 |
2023-01-10 | xz: Include <strings.h> in suffix.c if needed for strcasecmp(). | Lasse Collin | 1 | -0/+3 |
2022-12-30 | xz: Includes <time.h> and <sys/time.h> conditionally in mytime.c. | Jia Tan | 1 | -1/+3 |
2022-12-30 | Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set. | Jia Tan | 1 | -3/+2 |
2022-12-11 | xz: Rename --experimental-arm64 to --arm64. | Lasse Collin | 1 | -1/+1 |
2022-12-08 | xz: Make args_info.files_name a const pointer. | Lasse Collin | 2 | -2/+2 |
2022-12-08 | xz: Don't modify argv[]. | Lasse Collin | 1 | -4/+19 |
2022-12-01 | xz: Omit the special notes about ARM64 filter on the man page. | Lasse Collin | 1 | -3/+2 |
2022-11-30 | xz: Remove message_filters_to_str function prototype from message.h. | Jia Tan | 1 | -16/+0 |
2022-11-28 | xz: Use lzma_str_from_filters(). | Lasse Collin | 2 | -175/+28 |
2022-11-26 | xz: Use lzma_filters_free(). | Lasse Collin | 1 | -6/+2 |
2022-11-24 | xz: Allow nice_len 2 and 3 even if match finder requires 3 or 4. | Lasse Collin | 1 | -5/+0 |
2022-11-19 | xz: Refactor duplicate code from hardware_memlimit_mtenc_get(). | Lasse Collin | 1 | -1/+1 |
2022-11-19 | xz: Add support --threads=+N so that -T+1 gives threaded mode. | Lasse Collin | 4 | -6/+51 |
2022-11-14 | Replace the experimental ARM64 filter with a new experimental version. | Lasse Collin | 4 | -50/+11 |
2022-11-09 | xz: Update the man page about BCJ filters, including upcoming --arm64. | Lasse Collin | 1 | -37/+29 |
2022-11-09 | xz: Add --arm64 to --long-help and omit endianness from ARM(-Thumb). | Lasse Collin | 1 | -2/+3 |
2022-11-09 | xz: Remove the commented-out FORMAT_GZIP, gzip, .gz, and .tgz. | Lasse Collin | 3 | -12/+0 |
2022-11-09 | xz: Add .lz (lzip) decompression support. | Lasse Collin | 6 | -13/+141 |
2022-11-09 | xz: Add comments about stdin and src_st.st_size. | Lasse Collin | 2 | -0/+13 |
2022-11-09 | xz: Fix displaying of file sizes in progress indicator in passthru mode. | Lasse Collin | 1 | -1/+5 |
2022-11-09 | xz: Add a comment why --to-stdout is not in --help. | Lasse Collin | 1 | -0/+3 |
2022-11-08 | xz: Make xz -lvv show that the upcoming --arm64 needs 5.4.0 to decompress. | Lasse Collin | 1 | -5/+15 |
2022-11-08 | xz: Initialize the pledge(2) sandbox at the very beginning of main(). | Lasse Collin | 1 | -13/+14 |
2022-11-07 | xz: Extend --robot --info-memory output. | Lasse Collin | 2 | -15/+56 |
2022-11-07 | xz: Avoid a compiler warning in progress_speed() in message.c. | Jia Tan | 1 | -6/+3 |
2022-10-25 | xz: Fix --single-stream with an empty .xz Stream. | Lasse Collin | 1 | -0/+9 |
2022-10-25 | xz: Add support for OpenBSD's pledge() sandbox. | Lasse Collin | 3 | -1/+25 |
2022-10-25 | xz: Fix decompressor behavior if input uses an unsupported check type. | Lasse Collin | 1 | -4/+15 |
2022-10-25 | xz: Clarify the man page: input file isn't removed if an error occurs. | Lasse Collin | 1 | -2/+3 |
2022-10-25 | xz: Refactor to remove is_empty_filename(). | Lasse Collin | 3 | -17/+3 |
2022-10-25 | xz: If input file cannot be removed, treat it as a warning, not error. | Lasse Collin | 1 | -2/+2 |
2022-09-19 | xz: Add --experimental-arm64[=width=WIDTH]. | Lasse Collin | 4 | -0/+60 |
2022-08-22 | xz: Try to clarify --memlimit-mt-decompress vs. --memlimit-compress. | Lasse Collin | 1 | -12/+19 |
2022-08-19 | xz: Revise --info-memory output. | Lasse Collin | 2 | -6/+27 |
2022-08-19 | xz: Update the man page for threaded decompression and memlimits. | Lasse Collin | 1 | -27/+121 |
2022-07-24 | xz: Update the man page that change to --keep will be in 5.2.6. | Lasse Collin | 1 | -2/+2 |
2022-07-12 | xz: Document the special memlimit case of 2000 MiB on MIPS32. | Lasse Collin | 1 | -2/+6 |
2022-04-14 | xz: Fix build with --disable-threads. | Lasse Collin | 1 | -0/+4 |
2022-04-14 | xz: Change the cap of the default -T0 memlimit for 32-bit xz. | Lasse Collin | 1 | -1/+3 |
2022-04-14 | xz: Add a default soft memory usage limit for --threads=0. | Lasse Collin | 3 | -11/+82 |
2022-04-14 | xz: Make -T0 use multithreaded mode on single-core systems. | Lasse Collin | 3 | -9/+27 |
2022-04-14 | xz: Changes to --memlimit-compress and --no-adjust. | Lasse Collin | 1 | -20/+43 |
2022-04-12 | xz: Add --memlimit-mt-decompress along with a default limit value. | Lasse Collin | 5 | -42/+97 |
2022-03-07 | xz: Add initial support for threaded decompression. | Lasse Collin | 1 | -1/+35 |
2021-10-27 | xz: Change the coding style of the previous commit. | Lasse Collin | 1 | -5/+6 |
2021-10-27 | xz: Avoid fchown(2) failure. | Alexander Bluhm | 1 | -1/+7 |
2021-04-11 | Reduce maximum possible memory limit on MIPS32 | Ivan A. Melnikov | 1 | -0/+6 |
2021-01-11 | xz: Make --keep accept symlinks, hardlinks, and setuid/setgid/sticky. | Lasse Collin | 2 | -5/+20 |
2020-11-01 | xz: Avoid unneeded \f escapes on the man page. | Lasse Collin | 1 | -9/+22 |
2020-11-01 | xz: Use non-breaking spaces when intentionally using more than one space. | Lasse Collin | 1 | -1/+1 |
2020-11-01 | xz: Protect the ellipsis (...) on the man page with \&. | Lasse Collin | 1 | -2/+2 |
2020-11-01 | xz: Avoid the abbreviation "e.g." on the man page. | Lasse Collin | 1 | -33/+33 |
2020-07-12 | xz man page: Change \- (minus) to \(en (en-dash) for a numeric range. | Lasse Collin | 1 | -8/+8 |
2020-04-06 | src/xz/xz.1: Correct misused two-fonts macros | Bjarni Ingi Gislason | 1 | -5/+5 |
2020-03-23 | Typo fixes from fossies.org. | Lasse Collin | 1 | -2/+2 |
2020-03-11 | xz: Never use thousand separators in DJGPP builds. | Lasse Collin | 1 | -2/+12 |
2020-02-21 | xz: Silence a warning when sig_atomic_t is long int. | Lasse Collin | 1 | -1/+1 |
2020-02-21 | xz: Avoid unneeded access of a volatile variable. | Lasse Collin | 1 | -1/+1 |
2020-02-07 | Build: Add support for translated man pages using po4a. | Lasse Collin | 1 | -14/+36 |
2020-02-05 | xz: Make it a fatal error if enabling the sandbox fails. | Lasse Collin | 1 | -1/+1 |
2020-02-05 | xz: Comment out annoying sandboxing messages. | Lasse Collin | 1 | -3/+7 |
2020-02-01 | xz: Limit --memlimit-compress to at most 4020 MiB for 32-bit xz. | Lasse Collin | 2 | -2/+51 |
2020-01-26 | xz: Set the --flush-timeout deadline when the first input byte arrives. | Lasse Collin | 3 | -7/+6 |
2020-01-26 | xz: Move flush_needed from mytime.h to file_pair struct in file_io.h. | Lasse Collin | 5 | -9/+7 |
2020-01-26 | xz: coder.c: Make writing output a separate function. | Lasse Collin | 1 | -13/+17 |
2020-01-26 | xz: Fix semi-busy-waiting in xz --flush-timeout. | Lasse Collin | 3 | -4/+19 |
2020-01-26 | xz: Refactor io_read() a bit. | Lasse Collin | 1 | -9/+8 |
2020-01-26 | xz: Update a comment in file_io.h. | Lasse Collin | 1 | -1/+4 |
2020-01-26 | xz: Move the setting of flush_needed in file_io.c to a nicer location. | Lasse Collin | 1 | -4/+2 |
2019-06-28 | xz: Automatically align the strings in --info-memory. | Lasse Collin | 1 | -11/+34 |
2019-06-24 | Add LZMA_RET_INTERNAL1..8 to lzma_ret and use one for LZMA_TIMED_OUT. | Lasse Collin | 1 | -0/+8 |
2019-06-24 | xz: Silence a warning from clang -Wsign-conversion in main.c. | Lasse Collin | 1 | -1/+1 |
2019-06-24 | xz: Make "headings" static in list.c. | Lasse Collin | 1 | -1/+1 |
2019-06-24 | xz: Fix an integer overflow with 32-bit off_t. | Lasse Collin | 1 | -2/+9 |
2019-06-24 | xz: Cleanup io_seek_src() a bit. | Lasse Collin | 1 | -3/+1 |
2019-06-24 | xz: Change io_seek_src and io_pread arguments from off_t to uint64_t. | Lasse Collin | 3 | -11/+18 |
2019-06-24 | xz: list.c: Fix some warnings from -Wsign-conversion. | Lasse Collin | 1 | -3/+4 |
2019-06-23 | xz: Fix some of the warnings from -Wsign-conversion. | Lasse Collin | 7 | -13/+14 |
2019-05-11 | xz: Update xz man page date. | Lasse Collin | 1 | -1/+1 |
2019-05-11 | spelling | Antoine Cœur | 7 | -9/+9 |
2019-05-01 | xz: In xz -lvv look at the widths of the check names too. | Lasse Collin | 1 | -6/+26 |
2019-05-01 | xz: Fix xz -lvv column alignment to look at the translated strings. | Lasse Collin | 1 | -2/+2 |
2019-03-04 | xz: Automatically align column headings in xz -lvv. | Lasse Collin | 1 | -51/+212 |
2019-03-04 | xz: Automatically align strings ending in a colon in --list output. | Lasse Collin | 1 | -12/+102 |
2018-12-20 | xz: Fix a crash in progress indicator when in passthru mode. | Lasse Collin | 3 | -7/+25 |
2018-11-22 | xz: Update man page timestamp. | Lasse Collin | 1 | -1/+1 |
2018-11-22 | 'have have' typos | Pavel Raiskup | 2 | -2/+2 |
2017-08-14 | Fix or hide warnings from GCC 7's -Wimplicit-fallthrough. | Lasse Collin | 1 | -0/+2 |
2017-05-23 | xz: Fix "xz --list --robot missing_or_bad_file.xz". | Lasse Collin | 1 | -2/+6 |
2017-04-24 | xz: Use lzma_file_info_decoder() for --list. | Lasse Collin | 1 | -210/+44 |
2017-04-21 | liblzma: Rename LZMA_SEEK to LZMA_SEEK_NEEDED and seek_in to seek_pos. | Lasse Collin | 1 | -1/+1 |
2017-04-19 | Update the home page URLs to HTTPS. | Lasse Collin | 1 | -3/+3 |
2017-04-05 | xz: Add io_seek_src(). | Lasse Collin | 2 | -3/+30 |
2017-03-30 | xz: Use POSIX_FADV_RANDOM for in "xz --list" mode. | Lasse Collin | 1 | -2/+8 |
2017-03-30 | liblzma: Add generic support for input seeking (LZMA_SEEK). | Lasse Collin | 1 | -0/+1 |
2016-06-30 | xz: Fix copying of timestamps on Windows. | Lasse Collin | 1 | -0/+18 |
2016-06-16 | xz: Silence warnings from -Wlogical-op. | Lasse Collin | 1 | -2/+10 |
2016-04-10 | Build: Fix = to += for xz_SOURCES in src/xz/Makefile.am. | Lasse Collin | 1 | -1/+1 |
2015-11-03 | xz: Make xz buildable even when encoders or decoders are disabled. | Lasse Collin | 5 | -13/+58 |
2015-11-02 | xz: Always close the file before trying to delete it. | Lasse Collin | 1 | -13/+12 |
2015-05-11 | xz: Document that threaded decompression hasn't been implemented yet. | Lasse Collin | 1 | -1/+9 |
2015-04-20 | Revert "xz: Use pipe2() if available." | Lasse Collin | 1 | -8/+1 |
2015-04-01 | xz: Fix the Capsicum rights on user_abort_pipe. | Lasse Collin | 1 | -1/+5 |
2015-03-31 | xz: Add support for sandboxing with Capsicum. | Lasse Collin | 5 | -1/+110 |
2015-03-07 | xz: size_t/uint32_t cleanup in options.c. | Lasse Collin | 1 | -6/+6 |
2015-03-07 | xz: Fix a comment and silence a warning in message.c. | Lasse Collin | 1 | -2/+3 |
2015-03-07 | xz: Make arg_count an unsigned int to silence a warning. | Lasse Collin | 2 | -2/+2 |
2015-02-22 | xz: Use pipe2() if available. | Lasse Collin | 1 | -1/+8 |
2015-02-21 | xz: Fix the fcntl() usage when creating a pipe for the self-pipe trick. | Lasse Collin | 1 | -5/+11 |
2015-01-09 | xz: Fix comments. | Lasse Collin | 1 | -4/+8 |
2015-01-09 | xz: Don't fail if stdout doesn't support O_NONBLOCK. | Lasse Collin | 1 | -21/+15 |
2015-01-07 | xz: Fix a memory leak in DOS-specific code. | Lasse Collin | 1 | -0/+2 |
2015-01-07 | xz: Don't fail if stdin doesn't support O_NONBLOCK. | Lasse Collin | 1 | -11/+7 |
2014-12-21 | xz: Fix a comment. | Lasse Collin | 1 | -2/+2 |
2014-12-16 | xz: Update the man page about --threads. | Lasse Collin | 1 | -5/+0 |
2014-12-16 | xz: Update the man page about --block-size. | Lasse Collin | 1 | -8/+33 |
2014-11-26 | Remove LZMA_UNSTABLE macro. | Lasse Collin | 1 | -1/+0 |
2014-10-29 | Build: Prepare to support Automake's subdir-objects. | Lasse Collin | 1 | -5/+5 |
2014-08-05 | xz: Add --ignore-check. | Lasse Collin | 5 | -1/+38 |