summaryrefslogtreecommitdiff
path: root/src/xz
Commit message (Expand)AuthorAgeFilesLines
* Change a few HTTP URLs to HTTPS.Lasse Collin2023-03-181-1/+1
* xz: Add missing comment for coder_set_compression_settings()Jia Tan2023-03-111-1/+2
* xz: Do not set compression settings with raw format in list mode.Jia Tan2023-03-111-1/+2
* xz: Use ssize_t for the to-be-ignored return value from write(fd, ptr, 1).Lasse Collin2023-03-111-1/+1
* Fix warnings from clang -Wdocumentation.Lasse Collin2023-03-111-2/+2
* xz: Fix warning -Wformat-nonliteral on clang in message.c.Jia Tan2023-03-111-0/+9
* xz: Make args_info.files_name a const pointer.Lasse Collin2022-12-122-2/+2
* xz: Don't modify argv[].Lasse Collin2022-12-121-4/+19
* xz: Add comments about stdin and src_st.st_size.Lasse Collin2022-11-112-0/+13
* xz: Fix displaying of file sizes in progress indicator in passthru mode.Lasse Collin2022-11-111-1/+5
* xz: Add a comment why --to-stdout is not in --help.Lasse Collin2022-11-111-0/+3
* xz: Avoid a compiler warning in progress_speed() in message.c.Jia Tan2022-11-111-6/+3
* xz: Fix --single-stream with an empty .xz Stream.Lasse Collin2022-11-111-0/+9
* xz: Fix decompressor behavior if input uses an unsupported check type.Lasse Collin2022-11-111-4/+15
* xz: Clarify the man page: input file isn't removed if an error occurs.Lasse Collin2022-11-111-2/+3
* xz: If input file cannot be removed, treat it as a warning, not error.Lasse Collin2022-11-111-2/+2
* xz: Make --keep accept symlinks, hardlinks, and setuid/setgid/sticky.Lasse Collin2022-07-242-5/+20
* xz: Change the coding style of the previous commit.Lasse Collin2022-07-121-5/+6
* xz: Avoid fchown(2) failure.Alexander Bluhm2022-07-121-1/+7
* xz: Document the special memlimit case of 2000 MiB on MIPS32.Lasse Collin2022-07-121-2/+6
* Reduce maximum possible memory limit on MIPS32Ivan A. Melnikov2022-07-121-0/+6
* xz: Avoid unneeded \f escapes on the man page.Lasse Collin2022-07-121-9/+22
* xz: Use non-breaking spaces when intentionally using more than one space.Lasse Collin2022-07-121-1/+1
* xz: Protect the ellipsis (...) on the man page with \&.Lasse Collin2022-07-121-2/+2
* xz: Avoid the abbreviation "e.g." on the man page.Lasse Collin2022-07-121-33/+33
* xz man page: Change \- (minus) to \(en (en-dash) for a numeric range.Lasse Collin2022-07-121-8/+8
* src/xz/xz.1: Correct misused two-fonts macrosBjarni Ingi Gislason2022-07-121-5/+5
* Typo fixes from fossies.org.Lasse Collin2020-03-231-2/+2
* xz: Never use thousand separators in DJGPP builds.Lasse Collin2020-03-111-2/+12
* xz: Silence a warning when sig_atomic_t is long int.Lasse Collin2020-03-111-1/+1
* xz: Avoid unneeded access of a volatile variable.Lasse Collin2020-03-111-1/+1
* Build: Add support for translated man pages using po4a.Lasse Collin2020-03-111-14/+36
* xz: Comment out annoying sandboxing messages.Lasse Collin2020-02-051-3/+7
* xz: Limit --memlimit-compress to at most 4020 MiB for 32-bit xz.Lasse Collin2020-02-052-2/+51
* xz: Set the --flush-timeout deadline when the first input byte arrives.Lasse Collin2020-02-053-7/+6
* xz: Move flush_needed from mytime.h to file_pair struct in file_io.h.Lasse Collin2020-02-055-9/+7
* xz: coder.c: Make writing output a separate function.Lasse Collin2020-02-051-13/+17
* xz: Fix semi-busy-waiting in xz --flush-timeout.Lasse Collin2020-02-053-4/+19
* xz: Refactor io_read() a bit.Lasse Collin2020-02-051-9/+8
* xz: Update a comment in file_io.h.Lasse Collin2020-02-051-1/+4
* xz: Move the setting of flush_needed in file_io.c to a nicer location.Lasse Collin2020-02-051-4/+2
* xz: Silence a warning from clang -Wsign-conversion in main.c.Lasse Collin2019-12-311-1/+1
* xz: Fix an integer overflow with 32-bit off_t.Lasse Collin2019-12-311-2/+9
* xz: Fix some of the warnings from -Wsign-conversion.Lasse Collin2019-12-317-13/+14
* xz: Update xz man page date.Lasse Collin2019-07-131-1/+1
* spellingAntoine Cœur2019-07-136-7/+7
* xz: Fix a crash in progress indicator when in passthru mode.Lasse Collin2019-07-133-7/+25
* xz: Update man page timestamp.Lasse Collin2019-07-131-1/+1
* 'have have' typosPavel Raiskup2019-07-132-2/+2
* Fix or hide warnings from GCC 7's -Wimplicit-fallthrough.Lasse Collin2018-03-281-0/+2