index
:
xz.git
jiatan/v5.6.0/autofoo
jiatan/v5.6.0/tar
jiatan/v5.6.0/unpack
jiatan/v5.6.1/autofoo
jiatan/v5.6.1/tar
jiatan/v5.6.1/unpack
larhzu/master
larhzu/v5.0
larhzu/v5.2
larhzu/v5.4
larhzu/v5.6
XZ Utils
Lasse Collin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-01
Bump version and soname for 5.4.5.
larhzu/v5.4.5
Jia Tan
2
-2
/
+2
2023-11-01
Add NEWS for 5.4.5.
Jia Tan
1
-0
/
+74
2023-11-01
liblzma: Fix compilation of fastpos_tablegen.c.
Lasse Collin
1
-0
/
+2
2023-10-31
Build: Fix text wrapping in an output message.
Jia Tan
1
-4
/
+5
2023-10-31
liblzma: Use lzma_always_inline in memcmplen.h.
Lasse Collin
1
-2
/
+1
2023-10-31
liblzma: #define lzma_always_inline in common.h.
Lasse Collin
1
-0
/
+17
2023-10-31
liblzma: Use lzma_attr_visibility_hidden on private extern declarations.
Lasse Collin
5
-0
/
+13
2023-10-31
liblzma: #define lzma_attr_visibility_hidden in common.h.
Lasse Collin
1
-0
/
+11
2023-10-31
liblzma: Refer to MinGW-w64 instead of MinGW in the API headers.
Lasse Collin
2
-3
/
+3
2023-10-31
CMake: Use -D_FILE_OFFSET_BITS=64 if (and only if) needed.
Lasse Collin
2
-1
/
+58
2023-10-31
CMake: Generate and install liblzma.pc if not using MSVC.
Lasse Collin
1
-0
/
+21
2023-10-31
CMake: Rearrange the PACKAGE_ variables.
Lasse Collin
1
-11
/
+15
2023-10-31
liblzma: Add Cflags.private to liblzma.pc.in for MSYS2.
Lasse Collin
1
-0
/
+1
2023-10-31
CMake: Create liblzma.def when building liblzma.dll with MinGW-w64.
Lasse Collin
2
-0
/
+46
2023-10-31
CMake: Change one CMAKE_CURRENT_SOURCE_DIR to CMAKE_CURRENT_LIST_DIR.
Lasse Collin
1
-1
/
+1
2023-10-31
CMake/Windows: Fix the import library filename.
Lasse Collin
1
-0
/
+1
2023-10-31
CMake: Don't shadow the cache entry ENABLE_THREADS with a normal variable.
Lasse Collin
1
-3
/
+7
2023-10-31
CMake: Edit threading related messages.
Lasse Collin
1
-9
/
+10
2023-10-31
CMake: Use FATAL_ERROR if user-supplied options aren't understood.
Lasse Collin
1
-14
/
+14
2023-10-31
CMake: Add ALLOW_CLMUL_CRC option to enable/disable CLMUL.
Jia Tan
1
-17
/
+23
2023-10-31
tuklib_integer: Revise unaligned reads and writes on strict-align archs.
Lasse Collin
1
-67
/
+189
2023-10-31
tuklib_integer: Add missing write64be and write64le fallback functions.
Lasse Collin
1
-0
/
+34
2023-10-31
Build: Update visibility.m4 from Gnulib.
Jia Tan
1
-2
/
+7
2023-10-31
Update THANKS.
Lasse Collin
1
-0
/
+1
2023-10-31
CMake: Rename xz and man page symlink custom targets.
Jia Tan
1
-3
/
+3
2023-10-31
CMake: Fix Windows build with Clang/LLVM 17.
Lasse Collin
1
-12
/
+14
2023-10-31
liblzma: Avoid compiler warning without creating extra symbol.
Jia Tan
1
-4
/
+2
2023-10-31
Build: Update the comment about -Werror usage in checks.
Lasse Collin
1
-2
/
+8
2023-10-31
Build: Fix underquoted AC_LANG_SOURCE.
Lasse Collin
1
-1
/
+1
2023-10-31
Build: Silence Autoconf warning.
Lasse Collin
1
-3
/
+2
2023-10-31
Build: Remove Gnulib dependency from tests.
Jia Tan
1
-6
/
+1
2023-10-31
CMake: Remove /lib from tests include path.
Jia Tan
1
-1
/
+0
2023-10-31
sysdefs.h: Update the comment about __USE_MINGW_ANSI_STDIO.
Lasse Collin
1
-1
/
+9
2023-10-31
xz: Windows: Don't (de)compress to special files like "con" or "nul".
Lasse Collin
1
-7
/
+28
2023-10-31
CMake: Wrap two overlong lines that are possible to wrap.
Lasse Collin
1
-2
/
+4
2023-10-31
CMake: Add a comment about threads on Cygwin.
Lasse Collin
1
-0
/
+1
2023-10-31
CMake: Bump maximum policy version to 3.27.
Lasse Collin
1
-1
/
+1
2023-10-31
Doxygen: Add more C macro names to PREDEFINED.
Lasse Collin
1
-2
/
+5
2023-10-31
liblzma: Move a few __attribute__ uses in function declarations.
Lasse Collin
3
-7
/
+10
2023-10-31
xz, xzdec, lzmainfo: Use tuklib_attr_noreturn.
Lasse Collin
7
-25
/
+37
2023-10-31
Remove incorrect uses of __attribute__((__malloc__)).
Lasse Collin
3
-6
/
+6
2023-10-31
Update THANKS.
Lasse Collin
1
-0
/
+1
2023-10-31
Update THANKS.
Lasse Collin
1
-0
/
+1
2023-10-31
liblzma: Mark crc64_clmul() with __attribute__((__no_sanitize_address__)).
Lasse Collin
1
-0
/
+8
2023-10-31
CMake: Fix time.h checks not running on second CMake run.
Jia Tan
1
-8
/
+10
2023-10-31
CMake: Fix unconditionally defining HAVE_CLOCK_MONOTONIC.
Jia Tan
1
-5
/
+3
2023-10-31
xz: Refactor thousand separator detection and disable it on MSVC.
Lasse Collin
1
-44
/
+45
2023-10-31
xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX.
Lasse Collin
2
-5
/
+4
2023-10-31
Tests: Improve invalid unpadded size check in test_lzma_index_append().
Jia Tan
1
-3
/
+23
2023-10-26
Tests: Improve comments in test_index.c.
Jia Tan
1
-3
/
+3
2023-10-26
Update THANKS.
Jia Tan
1
-0
/
+1
2023-10-26
liblzma: Update assert in vli_ceil4().
Jia Tan
1
-1
/
+1
2023-10-26
liblzma: Add overflow check for Unpadded size in lzma_index_append().
Jia Tan
1
-0
/
+6
2023-10-26
Translations: Update the Esperanto translation.
Jia Tan
1
-18
/
+29
2023-10-26
Docs: Update INSTALL for --enable-threads method win95.
Jia Tan
1
-2
/
+4
2023-10-26
CMake: Conditionally allow win95 threads and --enable-small.
Jia Tan
1
-8
/
+19
2023-10-26
Build: Conditionally allow win95 threads and --enable-small.
Jia Tan
1
-8
/
+13
2023-10-26
mythread.h: Fix typo error in Vista threads mythread_once().
Jamaika1
1
-1
/
+1
2023-10-26
Tests: Style fixes to test_lzip_decoder.c.
Jia Tan
1
-12
/
+24
2023-10-26
Translations: Update the Chinese (simplified) translation.
Jia Tan
1
-1
/
+1
2023-08-02
xz: Omit an empty paragraph on the man page.
Lasse Collin
1
-1
/
+0
2023-08-02
Bump version and soname for 5.4.4.
larhzu/v5.4.4
Jia Tan
2
-2
/
+2
2023-08-02
Add NEWS for 5.4.4.
Jia Tan
1
-0
/
+43
2023-08-02
build-aux/manconv.sh: Fix US-ASCII and UTF-8 output.
Lasse Collin
1
-2
/
+2
2023-08-01
Update THANKS.
Lasse Collin
1
-0
/
+1
2023-08-01
Update THANKS.
Lasse Collin
1
-0
/
+1
2023-08-01
mythread.h: Disable signal functions in builds targeting Wasm + WASI.
ChanTsune
1
-1
/
+1
2023-08-01
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
18
-29
/
+29
2023-08-01
Update .gitignore.
Jia Tan
1
-0
/
+4
2023-08-01
CMake: Conditionally allow the creation of broken symlinks.
Jia Tan
1
-7
/
+75
2023-08-01
liblzma: Prevent an empty translation unit in Windows builds.
Jia Tan
1
-1
/
+5
2023-08-01
Tests: Skip .lz files in test_files.sh if not configured.
Jia Tan
1
-1
/
+1
2023-08-01
Tests: Add ARM64 filter test to test_compress.sh.
Jia Tan
1
-0
/
+1
2023-07-31
Translations: Update the Vietnamese translation.
Jia Tan
1
-17
/
+28
2023-07-31
Translations: Update the Croatian translation.
Jia Tan
1
-19
/
+30
2023-07-31
Translations: Update the Korean man page translations.
Jia Tan
1
-626
/
+629
2023-07-31
Translations: Update the Korean translation.
Jia Tan
1
-17
/
+28
2023-07-31
Translations: Update the Polish translation.
Jia Tan
1
-18
/
+29
2023-07-31
Translations: Update the German man page translations.
Jia Tan
1
-626
/
+629
2023-07-31
Translations: Update the German translation.
Jia Tan
1
-18
/
+29
2023-07-31
Translations: Update the Chinese (simplified) translation.
Jia Tan
1
-18
/
+29
2023-07-31
Translations: Update the Swedish translation.
Jia Tan
1
-18
/
+29
2023-07-31
Translations: Update the Ukrainian man page translations.
Jia Tan
1
-625
/
+628
2023-07-31
Translations: Update the Ukrainian translation.
Jia Tan
1
-17
/
+28
2023-07-31
Translations: Update the Spanish translation.
Jia Tan
1
-18
/
+29
2023-07-31
Translations: Update the Romanian translation.
Jia Tan
1
-18
/
+30
2023-07-31
Translations: Update the Romanian man page translations.
Jia Tan
1
-625
/
+629
2023-07-18
xz: Update man page Authors and date.
Jia Tan
1
-2
/
+3
2023-07-18
xz: Slight reword in xz man page for consistency.
Jia Tan
1
-1
/
+1
2023-07-18
liblzma: Improve comment in string_conversion.c.
Jia Tan
1
-2
/
+2
2023-07-18
liblzma: Reword lzma_str_list_filters() documentation.
Jia Tan
1
-1
/
+1
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
liblzma: Tweak #if condition in memcmplen.h.
Lasse Collin
1
-2
/
+2
2023-07-18
liblzma: Omit unnecessary parenthesis in a preprocessor directive.
Lasse Collin
1
-2
/
+2
2023-07-18
liblzma: Prevent warning for MSYS2 Windows build.
Jia Tan
1
-2
/
+4
2023-07-18
Docs: Add a new section to INSTALL for Tests.
Jia Tan
1
-17
/
+64
2023-07-18
Docs: Update README.
Jia Tan
1
-0
/
+4
2023-07-18
xz: Fix typo in man page.
Jia Tan
1
-1
/
+1
2023-07-18
Tests: Improve feature testing for skipping.
Jia Tan
2
-3
/
+3
2023-07-18
Translations: Update the Chinese (traditional) translation.
Jia Tan
1
-282
/
+377
2023-07-18
Translations: Update the Vietnamese translation.
Jia Tan
1
-271
/
+349
2023-07-18
Tests: Fix memory leaks in test_index.
Jia Tan
1
-0
/
+11
2023-07-18
Tests: Fix memory leaks in test_block_header.
Jia Tan
1
-16
/
+22
2023-07-18
liblzma: Prevent uninitialzed warning in mt stream encoder.
Jia Tan
1
-1
/
+1
2023-07-18
Update THANKS.
Jia Tan
1
-0
/
+1
2023-07-18
CMake: Protects against double find_package
Benjamin Buch
1
-7
/
+9
2023-07-18
Translations: Update the Esperanto translation.
Jia Tan
1
-93
/
+92
2023-07-18
Translations: Update the Croatian translation.
Jia Tan
1
-1
/
+1
2023-07-18
Translations: Update the Chinese (simplified) translation.
Jia Tan
1
-160
/
+157
2023-07-18
Translations: Update German translation of man pages.
Jia Tan
1
-40
/
+12
2023-07-18
Translations: Update the German translation.
Jia Tan
1
-95
/
+94
2023-07-18
Translations: Update the Croatian translation.
Jia Tan
1
-94
/
+93
2023-07-18
Translations: Update Korean translation of man pages.
Jia Tan
1
-2446
/
+567
2023-07-18
Translations: Update the Korean translation.
Jia Tan
1
-161
/
+158
2023-07-18
Translations: Update the Spanish translation.
Jia Tan
1
-161
/
+158
2023-07-18
Translations: Update the Romanian translation.
Jia Tan
1
-97
/
+98
2023-07-18
Translations: Update Romanian translation of man pages.
Jia Tan
1
-9
/
+10
2023-07-18
Translations: Update Ukrainian translation of man pages.
Jia Tan
1
-6
/
+6
2023-07-18
Translations: Update the Ukrainian translation.
Jia Tan
1
-162
/
+159
2023-07-18
Translations: Update the Polish translation.
Jia Tan
1
-161
/
+155
2023-07-18
Translations: Update the Swedish translation.
Jia Tan
1
-161
/
+158
2023-07-18
Translations: Update the Esperanto translation.
Jia Tan
1
-17
/
+17
2023-07-18
liblzma: Adds lzma_nothrow to MicroLZMA API functions.
Jia Tan
1
-2
/
+3
2023-05-04
Translations: Update the Croatian translation.
larhzu/v5.4.3
Jia Tan
1
-3
/
+3
2023-05-04
Bump version and soname for 5.4.3.
Jia Tan
2
-2
/
+2
2023-05-04
Add NEWS for 5.4.3.
Jia Tan
1
-0
/
+10
2023-05-03
tuklib_integer.h: Fix a recent copypaste error in Clang detection.
Lasse Collin
1
-2
/
+2
2023-04-25
Update THANKS.
Jia Tan
1
-0
/
+1
2023-04-25
Windows: Include <intrin.h> when needed.
Jia Tan
2
-0
/
+16
2023-04-25
tuklib_integer: Use __builtin_clz() with Clang.
Jia Tan
1
-3
/
+3
2023-04-25
liblzma: Update project maintainers in lzma.h.
Lasse Collin
1
-1
/
+1
2023-04-25
liblzma: Cleans up old commented out code.
Jia Tan
1
-11
/
+0
2023-04-25
CMake: Update liblzma-config.cmake generation.
Jia Tan
1
-11
/
+22
2023-04-25
CMake: Allows setting thread method.
Jia Tan
1
-40
/
+104
2023-04-25
CMake: Only build xzdec if decoders are enabled.
Jia Tan
1
-1
/
+1
2023-04-25
Build: Removes redundant check for LZMA1 filter support.
Jia Tan
1
-4
/
+1
2023-04-25
CMake: Bump maximum policy version to 3.26.
Lasse Collin
1
-1
/
+1
2023-04-25
CMake: Conditionally build xz list.* files if decoders are enabled.
Jia Tan
1
-2
/
+7
2023-04-25
CMake: Allow configuring features as cache variables.
Jia Tan
1
-137
/
+391
2023-03-21
Build: Add a comment that AC_PROG_CC_C99 is needed for Autoconf 2.69.
Lasse Collin
1
-0
/
+3
2023-03-21
Build: configure.ac: Use AS_IF and AS_CASE where required.
Lasse Collin
1
-15
/
+15
2023-03-21
Update THANKS.
Lasse Collin
1
-0
/
+1
2023-03-21
Build: Fix --disable-threads breaking the building of shared libs.
Lasse Collin
1
-8
/
+8
2023-03-19
liblzma: Silence -Wsign-conversion in SSE2 code in memcmplen.h.
Lasse Collin
1
-1
/
+2
2023-03-18
Bump version and soname for 5.4.2.
larhzu/v5.4.2
Jia Tan
2
-2
/
+2
2023-03-18
Add NEWS for 5.4.2.
Jia Tan
1
-0
/
+48
2023-03-18
Update the copy of GNU GPLv3 from gnu.org to COPYING.GPLv3.
Lasse Collin
1
-4
/
+4
2023-03-18
Change a few HTTP URLs to HTTPS.
Lasse Collin
8
-19
/
+19
2023-03-18
CMake: Fix typo in a comment.
Jia Tan
1
-1
/
+1
2023-03-18
Windows: build.bash: Copy liblzma API docs to the output package.
Lasse Collin
1
-1
/
+2
2023-03-17
Windows: Add microlzma_*.c to the VS project files.
Lasse Collin
6
-0
/
+12
2023-03-17
CMake: Add microlzma_*.c to the build.
Lasse Collin
1
-0
/
+2
2023-03-17
Build: Update comments about unaligned access to mention 64-bit.
Lasse Collin
2
-6
/
+5
2023-03-17
Tests: Update .gitignore.
Lasse Collin
1
-1
/
+2
2023-03-17
po4a/update-po: Display the script name consistently in error messages.
Lasse Collin
1
-1
/
+1
2023-03-17
Doc: Rename Doxygen HTML doc directory name liblzma => api.
Jia Tan
5
-22
/
+22
2023-03-17
liblzma: Remove note from lzma_options_bcj about the ARM64 exception.
Jia Tan
1
-1
/
+1
2023-03-17
COPYING: Add a note about the included Doxygen-generated HTML.
Lasse Collin
1
-0
/
+11
2023-03-17
Doc: Update PACKAGERS with details about liblzma API docs install.
Jia Tan
1
-6
/
+16
2023-03-17
liblzma: Add set lzma.h as the main page for Doxygen documentation.
Jia Tan
15
-29
/
+2
2023-03-17
Build: Generate doxygen documentation in autogen.sh.
Jia Tan
1
-6
/
+29
2023-03-17
Build: Create doxygen/update-doxygen script.
Jia Tan
2
-0
/
+112
2023-03-17
Build: Install Doxygen docs and include in distribution if generated.
Jia Tan
1
-0
/
+18
2023-03-17
Doxygen: Refactor Doxyfile.in to doxygen/Doxyfile.
Jia Tan
5
-1237
/
+2686
2023-03-13
Tests: Remove unused macros and functions.
Jia Tan
1
-75
/
+0
2023-03-13
Tests: Refactors existing lzma_index tests.
Jia Tan
1
-544
/
+1492
2023-03-11
xz: Make Capsicum sandbox more strict with stdin and stdout.
Lasse Collin
1
-0
/
+8
2023-03-11
xz: Don't fail if Capsicum is enabled but kernel doesn't support it.
Lasse Collin
1
-3
/
+12
2023-03-07
Build: Adjust CMake version search regex.
Jia Tan
1
-0
/
+2
2023-03-07
liblzma: Improve documentation for version.h.
Jia Tan
1
-7
/
+22
2023-03-07
liblzma: Clarify lzma_lzma_preset() documentation in lzma12.h.
Jia Tan
1
-0
/
+5
2023-03-07
CMake: Require that the C compiler supports C99 or a newer standard.
Lasse Collin
1
-0
/
+8
2023-03-07
Tests: Small tweak to test-vli.c.
Jia Tan
1
-0
/
+2
2023-03-07
liblzma: Replace '\n' -> newline in filter.h documentation.
Jia Tan
1
-1
/
+1
2023-03-07
liblzma: Shorten return description for two functions in filter.h.
Jia Tan
1
-6
/
+2
2023-03-07
liblzma: Reword a few lines in filter.h
Jia Tan
1
-5
/
+5
2023-03-07
liblzma: Improve documentation in filter.h.
Jia Tan
1
-83
/
+143
2023-03-07
Update THANKS.
Lasse Collin
1
-0
/
+1
2023-03-07
liblzma: Avoid null pointer + 0 (undefined behavior in C).
Lasse Collin
10
-23
/
+77
2023-03-07
liblzma: Adjust container.h for consistency with filter.h.
Jia Tan
1
-11
/
+9
2023-03-07
liblzma: Fix small typos and reword a few things in filter.h.
Jia Tan
1
-7
/
+6
2023-03-07
liblzma: Convert list of flags in lzma_mt to bulleted list.
Jia Tan
1
-3
/
+6
2023-03-07
liblzma: Fix typo in documentation in container.h
Jia Tan
1
-1
/
+1
2023-03-07
liblzma: Improve documentation for container.h
Jia Tan
1
-53
/
+93
2023-03-07
CMake: Add LZIP decoder test to list of tests.
Jia Tan
1
-0
/
+1
2023-03-07
Update THANKS.
Lasse Collin
1
-0
/
+1
2023-03-07
Build: Use only the generic symbol versioning on MicroBlaze.
Lasse Collin
1
-2
/
+10
2023-03-07
liblzma: Very minor API doc tweaks.
Lasse Collin
4
-14
/
+14
2023-03-07
liblzma: Adjust spacing in doc headers in bcj.h.
Jia Tan
1
-7
/
+7
2023-03-07
liblzma: Adjust documentation in bcj.h for consistent style.
Jia Tan
1
-21
/
+22
2023-03-07
liblzma: Rename field => member in documentation.
Jia Tan
7
-95
/
+95
2023-03-07
liblzma: Silence a warning from MSVC.
Lasse Collin
1
-1
/
+1
2023-03-07
liblzma: Improve documentation for stream_flags.h
Jia Tan
1
-30
/
+46
2023-02-15
liblzma: Improve documentation in lzma12.h.
Jia Tan
1
-9
/
+23
2023-02-15
liblzma: Improve documentation in check.h.
Jia Tan
1
-13
/
+28
2023-02-15
liblzma: Improve documentation in index.h
Jia Tan
1
-51
/
+126
2023-02-15
liblzma: Reword a comment in index.h.
Jia Tan
1
-2
/
+2
2023-02-15
liblzma: Omit lzma_index_iter's internal field from Doxygen docs.
Jia Tan
1
-1
/
+8
2023-02-15
liblzma: Fix documentation for LZMA_MEMLIMIT_ERROR.
Jia Tan
1
-1
/
+1
[next]