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
/
common
/
common.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-08
liblzma: Vaccinate against an ill patch from RHEL/CentOS 7.
Lasse Collin
1
-0
/
+14
2019-06-24
Add LZMA_RET_INTERNAL1..8 to lzma_ret and use one for LZMA_TIMED_OUT.
Lasse Collin
1
-3
/
+1
2019-06-03
liblzma: Fix comments.
Lasse Collin
1
-1
/
+1
2019-05-13
liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior.
Lasse Collin
1
-1
/
+5
2017-04-21
liblzma: Rename LZMA_SEEK to LZMA_SEEK_NEEDED and seek_in to seek_pos.
Lasse Collin
1
-1
/
+1
2017-03-30
liblzma: Add generic support for input seeking (LZMA_SEEK).
Lasse Collin
1
-1
/
+11
2017-03-30
liblzma: Fix lzma_memlimit_set(strm, 0).
Lasse Collin
1
-2
/
+4
2014-05-25
liblzma: Add the internal function lzma_alloc_zero().
Lasse Collin
1
-0
/
+21
2013-10-02
liblzma: Add LZMA_FULL_BARRIER support to single-threaded encoder.
Lasse Collin
1
-2
/
+15
2012-12-14
Make the progress indicator smooth in threaded mode.
Lasse Collin
1
-0
/
+16
2012-07-17
liblzma: Make the use of lzma_allocator const-correct.
Lasse Collin
1
-5
/
+5
2011-05-17
Add underscores to attributes (__attribute((__foo__))).
Lasse Collin
1
-1
/
+1
2011-04-11
liblzma: Add lzma_stream_encoder_mt() for threaded compression.
Lasse Collin
1
-1
/
+8
2011-04-11
liblzma: Use memzero() to initialize supported_actions[].
Lasse Collin
1
-4
/
+2
2010-10-23
liblzma: Make lzma_code() check the reserved members in lzma_stream.
Lasse Collin
1
-0
/
+14
2010-05-26
Rename MIN() and MAX() to my_min() and my_max().
Lasse Collin
1
-1
/
+1
2010-03-06
Fix missing initialization in lzma_strm_init().
Lasse Collin
1
-0
/
+1
2009-11-14
Fix a design error in liblzma API.
Lasse Collin
1
-1
/
+19
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
1
-10
/
+3
2009-02-13
Changed how the version number is specified in various places.
Lasse Collin
1
-1
/
+1
2009-02-02
Modify LZMA_API macro so that it works on Windows with
Lasse Collin
1
-8
/
+8
2009-01-20
Use LZMA_PROG_ERROR in lzma_code() as documented in base.h.
Lasse Collin
1
-16
/
+8
2009-01-19
Fix handling of non-fatal errors in lzma_code().
Lasse Collin
1
-1
/
+8
2008-12-15
Bunch of liblzma API cleanups and fixes.
Lasse Collin
1
-0
/
+58
2008-09-06
Some API cleanups
Lasse Collin
1
-0
/
+7
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
1
-0
/
+298