aboutsummaryrefslogtreecommitdiff
path: root/src/xz/private.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-22xz: Support basic sandboxing with Linux Landlock (ABI versions 1-3).Lasse Collin1-1/+2
2023-10-22Simplify detection of Capsicum support.Lasse Collin1-1/+1
2023-09-22MSVC: xz: Use _fileno() instead of fileno().Kelvin Lee1-0/+4
2023-09-22MSVC: Don't #include <unistd.h>.Kelvin Lee1-1/+4
2023-01-27xz: Use clock_gettime() even if CLOCK_MONOTONIC isn't available.Lasse Collin1-2/+1
2023-01-27xz: Add SIGTSTP handler for progress indicator time keeping.Lasse Collin1-0/+12
2022-10-25xz: Add support for OpenBSD's pledge() sandbox.Lasse Collin1-1/+1
2019-05-11spellingAntoine Cœur1-1/+1
2015-11-03xz: Make xz buildable even when encoders or decoders are disabled.Lasse Collin1-1/+4
2015-03-31xz: Add support for sandboxing with Capsicum.Lasse Collin1-0/+4
2014-11-26Remove LZMA_UNSTABLE macro.Lasse Collin1-1/+0
2013-07-04xz: Move some of the timing code into mytime.[hc].Lasse Collin1-0/+1
2011-04-12Put the unstable APIs behind #ifdef LZMA_UNSTABLE.Lasse Collin1-0/+2
2010-09-10xz: Multiple fixes.Lasse Collin1-0/+1
2010-06-02Fix a Windows-specific FIXME in signal handling code.Lasse Collin1-0/+5
2010-01-24Add initial version of xz --list.Lasse Collin1-0/+1
2009-09-19Various changes.Lasse Collin1-8/+3
2009-06-26Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]Lasse Collin1-2/+2
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-05Various code cleanups the the xz command line tool.Lasse Collin1-5/+13
2009-01-31Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin1-0/+1
2009-01-07Use pthread_sigmask() instead of sigprocmask() when pthreadsLasse Collin1-0/+1
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-0/+0
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-15/+13
2008-01-06Introduced compatibility with systems that have pre-C99Lasse Collin1-1/+0