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
path:
root
/
src
/
liblzma
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-31
liblzma: Fix compilation of fastpos_tablegen.c.
Lasse Collin
1
-0
/
+2
2023-10-30
liblzma: Add a note why crc_always_inline exists for now.
Lasse Collin
1
-0
/
+5
2023-10-30
liblzma: Use lzma_always_inline in memcmplen.h.
Lasse Collin
1
-2
/
+1
2023-10-30
liblzma: #define lzma_always_inline in common.h.
Lasse Collin
1
-0
/
+17
2023-10-30
liblzma: Use lzma_attr_visibility_hidden on private extern declarations.
Lasse Collin
5
-0
/
+13
2023-10-30
liblzma: #define lzma_attr_visibility_hidden in common.h.
Lasse Collin
1
-0
/
+11
2023-10-26
liblzma: Refer to MinGW-w64 instead of MinGW in the API headers.
Lasse Collin
2
-3
/
+3
2023-10-26
liblzma: Add Cflags.private to liblzma.pc.in for MSYS2.
Lasse Collin
1
-0
/
+1
2023-10-21
liblzma: Move is_clmul_supported() back to crc_common.h.
Jia Tan
4
-50
/
+51
2023-10-19
Build: Remove check for COND_CHECK_CRC32 in check/Makefile.inc.
Jia Tan
1
-2
/
+2
2023-10-19
liblzma: Fix -fsanitize=address failure with crc_clmul functions.
Jia Tan
1
-0
/
+6
2023-10-18
liblzma: Set the MSVC optimization fix to only cover lzma_crc64_clmul().
Jia Tan
1
-15
/
+15
2023-10-18
liblzma: CRC_USE_GENERIC_FOR_SMALL_INPUTS cannot be used with ifunc.
Lasse Collin
1
-1
/
+3
2023-10-18
liblzma: Include common.h in crc_common.h.
Lasse Collin
2
-1
/
+3
2023-10-18
liblzma: Add include guards to crc_common.h.
Jia Tan
1
-0
/
+5
2023-10-18
liblzma: Add the crc_always_inline macro to crc_simd_body().
Jia Tan
1
-1
/
+1
2023-10-18
liblzma: Create crc_always_inline macro.
Jia Tan
1
-0
/
+15
2023-10-18
liblzma: Refactor CRC comments.
Jia Tan
2
-72
/
+53
2023-10-18
liblzma: Create crc_clmul.c.
Jia Tan
5
-420
/
+435
2023-10-18
liblzma: Define CRC_USE_IFUNC in crc_common.h.
Jia Tan
3
-4
/
+7
2023-10-13
liblzma: Added crc32_clmul to crc32_fast.c.
Hans Jansen
2
-11
/
+255
2023-10-13
liblzma: Moved CLMUL CRC logic to crc_common.h.
Hans Jansen
2
-247
/
+240
2023-10-13
liblzma: Rename crc_macros.h to crc_common.h.
Hans Jansen
4
-4
/
+4
2023-09-26
liblzma: Update a comment.
Lasse Collin
1
-2
/
+1
2023-09-27
liblzma: Avoid compiler warning without creating extra symbol.
Jia Tan
1
-2
/
+1
2023-09-24
liblzma: Change quoting style from `...' to '...'.
Jia Tan
7
-24
/
+24
2023-09-22
liblzma: Move a few __attribute__ uses in function declarations.
Lasse Collin
3
-7
/
+10
2023-09-22
Remove incorrect uses of __attribute__((__malloc__)).
Lasse Collin
2
-4
/
+4
2023-09-14
liblzma: Mark crc64_clmul() with __attribute__((__no_sanitize_address__)).
Lasse Collin
1
-0
/
+8
2023-08-28
liblzma: Update assert in vli_ceil4().
Jia Tan
1
-1
/
+1
2023-08-28
liblzma: Add overflow check for Unpadded size in lzma_index_append().
Jia Tan
1
-0
/
+6
2023-07-31
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
11
-19
/
+19
2023-07-24
liblzma: Prevent an empty translation unit in Windows builds.
Jia Tan
1
-1
/
+5
2023-07-19
liblzma: Suppress -Wunused-function warning.
Jia Tan
1
-0
/
+10
2023-07-18
liblzma: Reword lzma_str_list_filters() documentation.
Jia Tan
1
-1
/
+1
2023-07-18
liblzma: Improve comment in string_conversion.c.
Jia Tan
1
-2
/
+2
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-08
liblzma: Remove non-portable empty initializer.
Jia Tan
1
-1
/
+1
2023-06-29
liblzma: Prevent uninitialzed warning in mt stream encoder.
Jia Tan
1
-1
/
+1
2023-06-28
liblzma: Prevent warning for MSYS2 Windows build.
Jia Tan
1
-2
/
+4
2023-06-27
liblzma: Add ifunc implementation to crc64_fast.c.
Lasse Collin
1
-9
/
+26
2023-05-13
liblzma: Slightly rewords lzma_str_list_filters() documentation.
Jia Tan
1
-1
/
+1
2023-05-12
liblzma: Adds lzma_nothrow to MicroLZMA API functions.
Jia Tan
1
-2
/
+3
2023-05-11
liblzma: Exports lzma_mt_block_size() as an API function.
Jia Tan
7
-22
/
+61
2023-05-11
liblzma: Creates IS_ENC_DICT_SIZE_VALID() macro.
Jia Tan
2
-3
/
+9
2023-04-19
Windows: Include <intrin.h> when needed.
Jia Tan
1
-0
/
+10
2023-04-14
liblzma: Update project maintainers in lzma.h.
Lasse Collin
1
-1
/
+1
2023-04-13
liblzma: Cleans up old commented out code.
Jia Tan
1
-11
/
+0
2023-03-23
Build: Removes redundant check for LZMA1 filter support.
Jia Tan
1
-4
/
+1
2023-03-19
liblzma: Silence -Wsign-conversion in SSE2 code in memcmplen.h.
Lasse Collin
1
-1
/
+2
2023-03-18
Change a few HTTP URLs to HTTPS.
Lasse Collin
2
-5
/
+5
2023-03-17
liblzma: Remove note from lzma_options_bcj about the ARM64 exception.
Jia Tan
1
-1
/
+1
2023-03-17
liblzma: Add set lzma.h as the main page for Doxygen documentation.
Jia Tan
15
-29
/
+2
2023-03-13
liblzma: Defines masks for return values from lzma_index_checks().
Jia Tan
1
-0
/
+23
2023-03-01
liblzma: Clarify lzma_lzma_preset() documentation in lzma12.h.
Jia Tan
1
-0
/
+5
2023-02-24
liblzma: Replace '\n' -> newline in filter.h documentation.
Jia Tan
1
-1
/
+1
2023-02-24
liblzma: Shorten return description for two functions in filter.h.
Jia Tan
1
-6
/
+2
2023-02-24
liblzma: Reword a few lines in filter.h
Jia Tan
1
-5
/
+5
2023-02-24
liblzma: Improve documentation in filter.h.
Jia Tan
1
-83
/
+143
2023-02-23
liblzma: Avoid null pointer + 0 (undefined behavior in C).
Lasse Collin
10
-23
/
+77
2023-02-23
liblzma: Adjust container.h for consistency with filter.h.
Jia Tan
1
-11
/
+9
2023-02-23
liblzma: Fix small typos and reword a few things in filter.h.
Jia Tan
1
-7
/
+6
2023-02-23
liblzma: Convert list of flags in lzma_mt to bulleted list.
Jia Tan
1
-3
/
+6
2023-02-23
liblzma: Fix typo in documentation in container.h
Jia Tan
1
-1
/
+1
2023-02-23
liblzma: Improve documentation for container.h
Jia Tan
1
-53
/
+93
2023-02-16
liblzma: Very minor API doc tweaks.
Lasse Collin
4
-14
/
+14
2023-02-17
liblzma: Adjust spacing in doc headers in bcj.h.
Jia Tan
1
-7
/
+7
2023-02-17
liblzma: Adjust documentation in bcj.h for consistent style.
Jia Tan
1
-21
/
+22
2023-02-17
liblzma: Rename field => member in documentation.
Jia Tan
7
-95
/
+95
2023-02-16
liblzma: Silence a warning from MSVC.
Lasse Collin
1
-1
/
+1
2023-02-16
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-14
liblzma: Fix documentation for LZMA_MEMLIMIT_ERROR.
Jia Tan
1
-1
/
+1
2023-02-14
liblzma: Improve documentation for base.h.
Jia Tan
1
-5
/
+25
2023-02-14
liblzma: Add one more missing [out] annotation in vli.h
Jia Tan
1
-1
/
+1
2023-02-14
liblzma: Minor improvements to vli.h.
Jia Tan
1
-6
/
+7
2023-02-10
liblzma: Add comments for macros in delta.h.
Jia Tan
1
-0
/
+8
2023-02-10
liblzma: Improve documentation in index_hash.h.
Jia Tan
1
-9
/
+27
2023-02-04
liblzma: Improve documentation for version.h.
Jia Tan
1
-7
/
+22
2023-02-03
liblzma: Fix bug in lzma_str_from_filters() not checking filters[] length.
Jia Tan
1
-0
/
+7
2023-02-03
liblzma: Fix typos in comments in string_conversion.c.
Jia Tan
1
-2
/
+2
2023-02-03
liblzma: Clarify block encoder and decoder documentation.
Jia Tan
1
-4
/
+11
2023-02-03
Update lzma_block documentation for lzma_block_uncomp_encode().
Jia Tan
1
-0
/
+3
2023-02-03
liblzma: Minor edits to lzma_block header_size documentation.
Jia Tan
1
-1
/
+2
2023-02-03
liblzma: Enumerate functions that read version in lzma_block.
Jia Tan
1
-2
/
+11
2023-02-03
liblzma: Clarify comment in block.h.
Jia Tan
1
-1
/
+2
2023-02-03
liblzma: Improve documentation for block.h.
Jia Tan
1
-21
/
+75
2023-02-01
liblzma: Clarify a comment about LZMA_STR_NO_VALIDATION.
Jia Tan
1
-2
/
+3
2023-01-24
liblzma: Fix documentation in filter.h for lzma_str_to_filters()
Jia Tan
1
-1
/
+1
2023-01-21
liblzma: Set documentation on all reserved fields to private.
Jia Tan
7
-0
/
+173
2023-01-20
liblzma: Highlight liblzma API headers should not be included directly.
Jia Tan
14
-28
/
+42
2023-01-12
liblzma: Silence another warning from -Wsign-conversion in a 32-bit build.
Lasse Collin
1
-3
/
+4
2023-01-12
liblzma: Silence warnings from clang -Wconditional-uninitialized.
Lasse Collin
2
-4
/
+6
2023-01-12
Fix warnings from clang -Wdocumentation.
Lasse Collin
2
-6
/
+2
2023-01-10
liblzma: CLMUL CRC64: Work around a bug in MSVC, second attempt.
Lasse Collin
1
-0
/
+18
2023-01-10
Revert "liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022)."
Lasse Collin
1
-6
/
+0
2023-01-09
liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022).
Lasse Collin
1
-0
/
+6
2023-01-05
liblzma: Remove common.h include from common/index.h.
Jia Tan
4
-2
/
+10
2023-01-02
Bump version and soname for 5.5.0alpha.
larhzu/v5.5.0alpha
Lasse Collin
2
-3
/
+3
2023-01-02
liblzma: Add NULL check to lzma_index_hash_append.
Jia Tan
1
-1
/
+1
2023-01-02
liblzma: Replaced hardcoded 0x0 index indicator byte with macro
Jia Tan
6
-5
/
+9
2022-12-30
liblzma: Update documentation for lzma_filter_encoder.
Jia Tan
1
-2
/
+5
2022-12-30
liblzma: Fix lzma_microlzma_encoder() return value.
Jia Tan
1
-1
/
+2
2022-12-16
liblzma: Update authors list in arm64.c.
Lasse Collin
1
-0
/
+1
2022-12-13
Bump version to 5.4.0 and soname to 5.4.0.
larhzu/v5.4.0
Lasse Collin
4
-6
/
+6
2022-12-11
liblzma: Change LZMA_FILTER_ARM64 to the official Filter ID 0x0A.
Lasse Collin
1
-5
/
+1
2022-12-08
liblzma: Check for unexpected NULL pointers in block_header_decode().
Lasse Collin
1
-0
/
+4
2022-12-01
Bump version number for 5.3.5beta.
larhzu/v5.3.5beta
Lasse Collin
3
-12
/
+12
2022-12-01
liblzma: Use __has_attribute(__symver__) to fix Clang detection.
Lasse Collin
1
-1
/
+14
2022-12-01
liblzma: Omit zero-skipping from ARM64 filter.
Lasse Collin
2
-59
/
+24
2022-12-01
liblzma: Don't be over-specific in lzma_str_to_filters API doc.
Lasse Collin
1
-2
/
+1
2022-12-01
liblzma: Silence unused variable warning when BCJ filters are disabled.
Lasse Collin
1
-0
/
+15
2022-11-29
liblzma: Improve documentation for string to filter functions.
Jia Tan
1
-8
/
+9
2022-11-29
liblzma: Two fixes to lzma_str_list_filters() API docs.
Lasse Collin
1
-3
/
+3
2022-11-28
liblzma: Add lzma_str_to_filters, _from_filters, and _list_filters.
Lasse Collin
5
-0
/
+1567
2022-11-28
liblzma: Make lzma_validate_chain() available outside filter_common.c.
Lasse Collin
2
-4
/
+7
2022-11-28
liblzma: Remove lzma_lz_decoder_uncompressed() as it's now unused.
Lasse Collin
2
-17
/
+0
2022-11-28
liblzma: Use LZMA1EXT feature in lzma_microlzma_decoder().
Lasse Collin
1
-7
/
+8
2022-11-28
liblzma: Use LZMA1EXT feature in lzma_alone_decoder().
Lasse Collin
1
-5
/
+13
2022-11-27
liblzma: Add LZMA_FILTER_LZMA1EXT to support LZMA1 without end marker.
Lasse Collin
9
-15
/
+204
2022-11-27
liblzma: Avoid unneeded use of void pointer in LZMA decoder.
Lasse Collin
2
-3
/
+2
2022-11-27
liblzma: Pass the Filter ID to LZ encoder and decoder.
Lasse Collin
14
-12
/
+26
2022-11-27
liblzma: Remove two FIXME comments.
Lasse Collin
1
-2
/
+2
2022-11-26
liblzma: Use lzma_filters_free() in more places.
Lasse Collin
3
-38
/
+8
2022-11-25
liblzma: Omit simple coder init functions if they are disabled.
Lasse Collin
6
-0
/
+24
2022-11-24
liblzma: Allow nice_len 2 and 3 even if match finder requires 3 or 4.
Lasse Collin
3
-8
/
+26
2022-11-24
liblzma: Add lzma_filters_update() support to the multi-threaded encoder.
Lasse Collin
2
-23
/
+109
2022-11-24
Build: Don't put GNU/Linux-specific symbol versions into static liblzma.
Lasse Collin
1
-0
/
+12
2022-11-24
liblzma: Refactor to use lzma_filters_free().
Lasse Collin
2
-21
/
+6
2022-11-24
liblzma: Fix another invalid free() after memory allocation failure.
Lasse Collin
1
-0
/
+4
2022-11-24
liblzma: Add support for LZMA_SYNC_FLUSH in the Block encoder.
Jia Tan
1
-0
/
+1
2022-11-24
liblzma: Add new API function lzma_filters_free().
Lasse Collin
4
-0
/
+49
2022-11-23
liblzma: Add lzma_attr_warn_unused_result to lzma_filters_copy().
Lasse Collin
1
-1
/
+2
2022-11-23
liblzma: Fix invalid free() after memory allocation failure.
Lasse Collin
1
-8
/
+31
2022-11-22
liblzma: Fix language in a comment.
Lasse Collin
1
-1
/
+1
2022-11-22
liblzma: Fix infinite loop in LZMA encoder init with dict_size >= 2 GiB.
Lasse Collin
1
-4
/
+15
2022-11-21
liblzma: Fix two Doxygen commands in the API headers.
Lasse Collin
2
-2
/
+2
2022-11-15
Bump version number for 5.3.4alpha.
larhzu/v5.3.4alpha
Lasse Collin
3
-3
/
+3
2022-11-14
Revert "liblzma: Simple/BCJ filters: Allow disabling generic BCJ options."
Lasse Collin
9
-11
/
+10
2022-11-14
Replace the experimental ARM64 filter with a new experimental version.
Lasse Collin
7
-237
/
+136
2022-11-14
liblzma: Add fast CRC64 for 32/64-bit x86 using SSSE3 + SSE4.1 + CLMUL.
Lasse Collin
2
-9
/
+461
2022-11-14
liblzma: Use __attribute__((__constructor__)) if available.
Lasse Collin
3
-1
/
+13
2022-11-11
liblzma: Fix building with Intel ICC (the classic compiler).
Lasse Collin
1
-1
/
+1
2022-11-11
liblzma: Fix incorrect #ifdef for x86 SSE2 support.
Lasse Collin
1
-2
/
+1
2022-11-09
liblzma: Add .lz support to lzma_auto_decoder().
Lasse Collin
4
-11
/
+47
2022-11-09
liblzma: Add .lz (lzip) decompression support (format versions 0 and 1).
Lasse Collin
5
-2
/
+480
2022-11-09
liblzma: Add the missing Makefile.inc change for --disable-microlzma.
Lasse Collin
1
-2
/
+10
2022-11-08
liblzma: Update API docs about decoder flags.
Lasse Collin
1
-4
/
+17
2022-11-08
liblzma: Use the return_if_error() macro in alone_decoder.c.
Lasse Collin
1
-4
/
+2
2022-11-08
liblzma: Fix a comment in auto_decoder.c.
Lasse Collin
1
-2
/
+2
2022-11-07
liblzma: Include cached memory in reported memusage in threaded decoder.
Lasse Collin
1
-3
/
+19
2022-10-31
liblzma: Silence -Wconversion warning from crc64_fast.c.
Lasse Collin
1
-2
/
+3
2022-10-24
liblzma: Threaded decoder: Stop the worker threads on errors.
Lasse Collin
1
-7
/
+26
2022-10-05
liblzma: Fix a compilation issue when encoders are disabled.
Jia Tan
1
-3
/
+4
2022-10-05
tuklib_integer: Add 64-bit endianness-converting reads and writes.
Lasse Collin
1
-6
/
+3
2022-09-30
liblzma: Add API doc note about the .xz decoder LZMA_MEMLIMIT_ERROR bug.
Lasse Collin
1
-0
/
+11
2022-09-28
liblzma: Add dest and src NULL checks to lzma_index_cat.
Jia Tan
1
-0
/
+3
2022-09-28
liblzma: Fix copying of check type statistics in lzma_index_cat().
Jia Tan
1
-1
/
+6
2022-09-28
liblzma: Stream decoder: Fix restarting after LZMA_MEMLIMIT_ERROR.
Lasse Collin
1
-3
/
+13
2022-09-28
liblzma: Stream decoder: Fix comments.
Lasse Collin
1
-7
/
+5
2022-09-20
liblzma: ARM64: Add comments.
Lasse Collin
1
-0
/
+13
2022-09-20
liblzma: ARM64: Fix wrong comment in API doc.
Lasse Collin
1
-2
/
+2
2022-09-19
liblzma: Add experimental ARM64 BCJ filter with a temporary Filter ID.
Lasse Collin
9
-1
/
+308
2022-09-17
liblzma: Simple/BCJ filters: Allow disabling generic BCJ options.
Lasse Collin
8
-9
/
+10
2022-09-09
liblzma: lzma_filters_copy: Keep dest[] unmodified if an error occurs.
Lasse Collin
2
-7
/
+15
2022-09-08
liblzma: lzma_index_append: Add missing integer overflow check.
Jia Tan
1
-0
/
+4
2022-09-08
liblzma: Vaccinate against an ill patch from RHEL/CentOS 7.
Lasse Collin
9
-14
/
+360
2022-08-22
Bump version number for 5.3.3alpha.
larhzu/v5.3.3alpha
Lasse Collin
2
-2
/
+2
2022-08-18
liblzma: Threaded decoder: Improve LZMA_FAIL_FAST when LZMA_FINISH is used.
Lasse Collin
2
-0
/
+48
2022-07-25
liblzma: Refactor lzma_mf_is_supported() to use a switch-statement.
Jia Tan
1
-18
/
+14
2022-07-14
liblzma: Rename a variable and improve a comment.
Lasse Collin
1
-4
/
+9
2022-07-13
liblzma: Add optional autodetection of LZMA end marker.
Lasse Collin
6
-37
/
+86
2022-05-23
liblzma: Silence a warning.
Lasse Collin
1
-1
/
+1
2022-04-06
liblzma: Threaded decoder: Improve setting of pending_error.
Lasse Collin
1
-16
/
+35
2022-04-06
liblzma: Add a new flag LZMA_FAIL_FAST for threaded decoder.
Lasse Collin
3
-26
/
+56
2022-04-05
liblzma: Threaded decoder: Always wait for output if LZMA_FINISH is used.
Lasse Collin
1
-2
/
+24
2022-04-02
liblzma: Threaded decoder: Support zpipe.c-style decoding loop.
Lasse Collin
1
-10
/
+67
2022-03-26
liblzma: Fix a deadlock in threaded decoder.
Lasse Collin
1
-19
/
+52
2022-03-23
liblzma: Threaded decoder: Don't stop threads on LZMA_TIMED_OUT.
Lasse Collin
1
-1
/
+1
2022-03-07
liblzma: Add threaded .xz decompressor.
Lasse Collin
5
-7
/
+1907
2022-03-06
liblzma: Fix docs: lzma_block_decoder() cannot return LZMA_UNSUPPORTED_CHECK.
Lasse Collin
1
-3
/
+0
2022-03-06
liblzma: Add new output queue (lzma_outq) features.
Lasse Collin
2
-8
/
+79
2022-03-06
liblzma: Index hash: Change return value type of hash_append() to void.
Lasse Collin
1
-6
/
+5
2022-02-22
liblzma: Minor addition to lzma_vli_size() API doc.
Lasse Collin
1
-0
/
+2
2022-02-22
liblzma: Check the return value of lzma_index_append() in threaded encoder.
Lasse Collin
1
-2
/
+5
2022-02-22
liblzma: Use non-executable stack on FreeBSD as on Linux
Ed Maste
2
-4
/
+4
2022-02-20
liblzma: Make Block decoder catch certain types of errors better.
Lasse Collin
1
-25
/
+54
2022-02-07
liblzma: Add NULL checks to LZMA and LZMA2 properties encoders.
jiat75
2
-0
/
+6
2022-02-06
liblzma: Fix uint64_t vs. size_t confusion.
Lasse Collin
1
-4
/
+7
2021-10-28
Bump the version number for 5.3.2alpha.
larhzu/v5.3.2alpha
Lasse Collin
2
-2
/
+2
2021-09-17
liblzma: Fix liblzma.map for the lzma_microlzma_* symbols.
Lasse Collin
1
-2
/
+2
2021-09-09
liblzma: Use _MSVC_LANG to detect when "noexcept" can be used with MSVC.
Lasse Collin
1
-1
/
+2
2021-09-05
liblzma: Rename EROFS LZMA to MicroLZMA.
Lasse Collin
4
-47
/
+52
2021-01-29
liblzma: Fix unitialized variable.
Lasse Collin
1
-0
/
+1
2021-01-24
liblzma: Fix a wrong comment in stream_encoder_mt.c.
Lasse Collin
1
-3
/
+7
[next]