summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_add_filter_xz.c
Commit message (Expand)AuthorAgeFilesLines
* Raise the lzip max dictionary size to 512MB.Peter Pentchev2021-12-221-2/+2
* Enable compression level up to 9 for xz, xar, 7zipAdrian Ebeling2020-07-261-2/+2
* Implement private state logic for write filtersMartin Matuska2019-12-061-4/+0
* Refactor archive_write_close_filter logicJoerg Sonnenberger2019-11-271-3/+2
* Fix handling of strtol() and strtoul()Martin Matuska2019-04-051-2/+5
* Fix build on Solaris-based systemsMartin Matuska2017-01-021-1/+1
* SpellingTim Kientzle2015-06-081-1/+1
* If lzma_cputhreads() is unavailable, default the number of threads to 1.Tim Kientzle2015-03-071-1/+6
* xz: add the xz:threads option.Rui Paulo2015-02-171-2/+15
* libarchive: use lzma_stream_encoder_mt() if it's available.Rui Paulo2015-02-091-5/+19
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-9/+9
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-1/+4
* The size of output buffer should be the multiple number of the write block sizeMichihiro NAKAJIMA2012-01-061-1/+11
* %ju requires uintmax_tTim Kientzle2011-07-161-2/+3
* Add lzip write filter and --lzip option to bsdtar.Michihiro NAKAJIMA2010-05-051-8/+130
* Rename a variable name from lzma_stram_init to lzma_stream_init_data.Michihiro NAKAJIMA2010-05-041-2/+2
* Fix build error with liblzma on MSVC.Michihiro NAKAJIMA2010-05-041-1/+2
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-6/+14
* The only place blocking is really needed is just before callingTim Kientzle2010-02-211-4/+3
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-0/+371