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.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-30
liblzma: #define lzma_always_inline in common.h.
Lasse Collin
1
-0
/
+17
2023-10-30
liblzma: #define lzma_attr_visibility_hidden in common.h.
Lasse Collin
1
-0
/
+11
2023-09-22
liblzma: Move a few __attribute__ uses in function declarations.
Lasse Collin
1
-4
/
+4
2023-09-22
Remove incorrect uses of __attribute__((__malloc__)).
Lasse Collin
1
-2
/
+2
2023-07-31
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
1
-1
/
+1
2022-12-01
liblzma: Use __has_attribute(__symver__) to fix Clang detection.
Lasse Collin
1
-1
/
+14
2022-11-27
liblzma: Pass the Filter ID to LZ encoder and decoder.
Lasse Collin
1
-2
/
+5
2022-11-24
Build: Don't put GNU/Linux-specific symbol versions into static liblzma.
Lasse Collin
1
-0
/
+12
2022-11-11
liblzma: Fix building with Intel ICC (the classic compiler).
Lasse Collin
1
-1
/
+1
2022-09-08
liblzma: Vaccinate against an ill patch from RHEL/CentOS 7.
Lasse Collin
1
-0
/
+28
2022-04-06
liblzma: Add a new flag LZMA_FAIL_FAST for threaded decoder.
Lasse Collin
1
-3
/
+4
2022-03-07
liblzma: Add threaded .xz decompressor.
Lasse Collin
1
-0
/
+4
2021-01-14
liblzma: Add rough support for output-size-limited encoding in LZMA1.
Lasse Collin
1
-0
/
+11
2019-06-24
Add LZMA_RET_INTERNAL1..8 to lzma_ret and use one for LZMA_TIMED_OUT.
Lasse Collin
1
-3
/
+2
2016-11-21
liblzma: Avoid multiple definitions of lzma_coder structures.
Lasse Collin
1
-11
/
+7
2014-11-26
Remove LZMA_UNSTABLE macro.
Lasse Collin
1
-2
/
+0
2014-08-05
liblzma: Add support for LZMA_IGNORE_CHECK.
Lasse Collin
1
-0
/
+1
2014-05-25
liblzma: Add the internal function lzma_alloc_zero().
Lasse Collin
1
-0
/
+6
2013-10-02
liblzma: Add LZMA_FULL_BARRIER support to single-threaded encoder.
Lasse Collin
1
-1
/
+6
2012-12-14
Make the progress indicator smooth in threaded mode.
Lasse Collin
1
-0
/
+6
2012-07-17
liblzma: Make the use of lzma_allocator const-correct.
Lasse Collin
1
-9
/
+11
2011-05-17
Add underscores to attributes (__attribute((__foo__))).
Lasse Collin
1
-1
/
+1
2011-04-12
Put the unstable APIs behind #ifdef LZMA_UNSTABLE.
Lasse Collin
1
-0
/
+2
2011-04-11
liblzma: Add lzma_stream_encoder_mt() for threaded compression.
Lasse Collin
1
-0
/
+14
2011-01-18
Add alloc_size and malloc attributes to a few functions.
Lasse Collin
1
-1
/
+1
2010-05-26
Remove the Subblock filter code for now.
Lasse Collin
1
-6
/
+0
2010-02-12
Collection of language fixes to comments and docs.
Lasse Collin
1
-2
/
+2
2009-11-14
Fix a design error in liblzma API.
Lasse Collin
1
-0
/
+22
2009-10-04
Use a tuklib module for integer handling.
Lasse Collin
1
-1
/
+1
2009-06-30
Build system fixes
Lasse Collin
1
-6
/
+10
2009-06-26
Basic support for building with Cygwin and MinGW using
Lasse Collin
1
-1
/
+1
2009-04-28
Fixed a crash in liblzma.
Lasse Collin
1
-2
/
+2
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
1
-10
/
+3
2009-02-07
Introduced LZMA_API_STATIC macro, which the applications
Lasse Collin
1
-1
/
+1
2009-02-02
Modify LZMA_API macro so that it works on Windows with
Lasse Collin
1
-1
/
+1
2009-02-01
Use __cdecl also for function pointers in liblzma API when
Lasse Collin
1
-11
/
+7
2009-01-31
Add LZMA_API to liblzma API headers. It's useful at least
Lasse Collin
1
-2
/
+11
2009-01-22
Fix a comment.
Lasse Collin
1
-1
/
+1
2008-12-31
Remove lzma_init() and other init functions from liblzma API.
Lasse Collin
1
-0
/
+1
2008-12-15
Bunch of liblzma API cleanups and fixes.
Lasse Collin
1
-1
/
+8
2008-11-19
Oh well, big messy commit again. Some highlights:
Lasse Collin
1
-8
/
+0
2008-09-27
Fix conflicting Subblock helper filter's ID.
Lasse Collin
1
-1
/
+1
2008-09-06
Some API cleanups
Lasse Collin
1
-8
/
+10
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
1
-126
/
+111
2008-06-18
Update the code to mostly match the new simpler file format
Lasse Collin
1
-18
/
+26
2008-04-25
Removed src/liblzma/common/sysdefs.h symlink, which was
Lasse Collin
1
-1
/
+1
2007-12-09
Imported to git.
Lasse Collin
1
-0
/
+271