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
/
simple
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
liblzma: Fix a typo in a comment in the RISC-V filter.
Lasse Collin
1
-1
/
+1
2024-03-04
liblzma: Fix a comment in the RISC-V filter.
Lasse Collin
1
-2
/
+2
2024-02-17
liblzma: Avoid implementation-defined behavior in the RISC-V filter.
Lasse Collin
1
-8
/
+22
2024-02-14
Add SPDX license identifier into 0BSD source code files.
Lasse Collin
16
-2
/
+31
2024-02-14
Change most public domain parts to 0BSD.
Lasse Collin
16
-48
/
+0
2024-01-23
liblzma: RISC-V filter: Use byte-by-byte access.
Lasse Collin
1
-30
/
+84
2024-01-23
liblzma: Add RISC-V BCJ filter.
Jia Tan
3
-0
/
+701
2023-02-23
liblzma: Avoid null pointer + 0 (undefined behavior in C).
Lasse Collin
1
-2
/
+4
2022-12-16
liblzma: Update authors list in arm64.c.
Lasse Collin
1
-0
/
+1
2022-12-01
liblzma: Omit zero-skipping from ARM64 filter.
Lasse Collin
1
-58
/
+23
2022-11-25
liblzma: Omit simple coder init functions if they are disabled.
Lasse Collin
6
-0
/
+24
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
3
-182
/
+107
2022-09-20
liblzma: ARM64: Add comments.
Lasse Collin
1
-0
/
+13
2022-09-19
liblzma: Add experimental ARM64 BCJ filter with a temporary Filter ID.
Lasse Collin
5
-0
/
+246
2022-09-17
liblzma: Simple/BCJ filters: Allow disabling generic BCJ options.
Lasse Collin
8
-9
/
+10
2019-12-31
Rename unaligned_read32ne to read32ne, and similarly for the others.
Lasse Collin
2
-2
/
+2
2019-06-23
liblzma: Fix warnings from -Wsign-conversion.
Lasse Collin
5
-13
/
+14
2019-05-13
liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior.
Lasse Collin
1
-1
/
+9
2016-11-21
liblzma: Avoid multiple definitions of lzma_coder structures.
Lasse Collin
8
-46
/
+52
2012-07-17
liblzma: Make the use of lzma_allocator const-correct.
Lasse Collin
11
-38
/
+63
2012-05-28
liblzma: Fix possibility of incorrect LZMA_BUF_ERROR.
Lasse Collin
1
-1
/
+1
2012-04-19
liblzma: Remove outdated comments.
Lasse Collin
2
-5
/
+1
2011-05-17
Add underscores to attributes (__attribute((__foo__))).
Lasse Collin
6
-6
/
+6
2010-02-12
Collection of language fixes to comments and docs.
Lasse Collin
1
-1
/
+1
2009-11-14
Fix a design error in liblzma API.
Lasse Collin
1
-0
/
+12
2009-10-04
Use a tuklib module for integer handling.
Lasse Collin
2
-2
/
+2
2009-07-10
BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR.
Lasse Collin
8
-8
/
+12
2009-06-30
Build system fixes
Lasse Collin
2
-51
/
+47
2009-06-26
Fix @variables@ to $(variables) in Makefile.am files.
Lasse Collin
1
-2
/
+2
2009-04-15
Fix uint32_t -> size_t in ARM and ARM-Thumb filters.
Lasse Collin
2
-2
/
+2
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
14
-153
/
+54
2008-12-31
Renamed lzma_options_simple to lzma_options_bcj in the API.
Lasse Collin
3
-5
/
+5
2008-09-13
Renamed constants:
Lasse Collin
2
-2
/
+2
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
6
-4
/
+167
2008-06-18
Update the code to mostly match the new simpler file format
Lasse Collin
2
-29
/
+4
2008-01-26
Return LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used with any
Lasse Collin
1
-0
/
+8
2008-01-17
Fix wrong too small size of argument unfiltered_max
Lasse Collin
1
-1
/
+1
2007-12-11
Remove uncompressed size tracking from the filter encoders.
Lasse Collin
1
-25
/
+4
2007-12-09
Imported to git.
Lasse Collin
10
-0
/
+1109