summaryrefslogtreecommitdiff
path: root/libarchive/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Added missing file to CMakeLists.Yuri Gribov2022-07-271-0/+1
* Fix compile on AndroidBogDan Vatra2022-05-161-0/+4
* add a missing file entry to libarchive/CMakeLists.txtTom Ivar Helbekkmo2021-03-061-0/+1
* rearrange cpio output format selectionTom Ivar Helbekkmo2021-03-051-0/+1
* Unify unsupported entry file type error message in writerMartin Matuska2020-01-251-0/+1
* Windows symlinks: new functions and extended tar headerMartin Matuska2019-04-151-0/+1
* enable using libarchive from a submoduleJános Illés2019-02-201-0/+1
* ZIP reader: added support for XZ, LZMA, PPMD8 and BZIP2 decompressionGrzegorz Antoniak2018-12-181-0/+2
* archive_read_support_format_rar5: enable blake2 support via libb2Martin Matuska2018-10-061-2/+5
* Added support for extraction of RAR v5 archivesGrzegorz Antoniak2018-09-251-0/+3
* Fix alphabetical order, other small fixesSean Purcell2017-05-151-2/+2
* Fix compile errors with cmake and when zstd isn't presentSean Purcell2017-05-151-0/+1
* Add Zstandard read supportSean Purcell2017-05-151-0/+1
* Unify platform ACL code in single files.Martin Matuska2017-03-281-16/+4
* Improve extended attribute supportMartin Matuska2017-03-231-0/+1
* Move platform-specific ACL code to individual source files.Martin Matuska2017-03-141-1/+24
* Break out the library version functions into a separate source file.Tim Kientzle2017-03-111-0/+1
* CMake: install all manpagesRolf Eike Beer2017-01-161-0/+18
* Add infrastructure to adapt between OpenSSL 1.1 and older versionsBrad King2016-11-211-0/+2
* Forward declare __archive_get_date in a dedicated internal headerBrad King2015-10-261-0/+1
* Merge pull request #106 from orex/correctedTim Kientzle2015-05-301-0/+1
|\
| * Small cosmetic changes.Kirill Okhotnikov2015-05-111-1/+1
| * New functionality added for automatically choose write file format and filter...Kirill Okhotnikov2015-02-091-0/+1
* | Allow library installation to be disabled in CMakeXiao-Long Chen2015-01-231-7/+9
|/
* Include new hmac/random support files in cmake buildTim Kientzle2014-09-251-1/+3
* Change digest functionarity files and relative global variables fromMichihiro NAKAJIMA2014-09-151-2/+2
* Merge pull request #89 from chenxiaolong/xxhashMichihiro NAKAJIMA2014-09-151-1/+0
|\
| * Remove xxhash.h from CMakeLists.txtXiao-Long Chen2014-09-141-1/+0
* | Add new APIs that pass passphrases for reading and writingMichihiro NAKAJIMA2014-09-141-0/+4
* | Move cryptographic functions into archive_cryptor.c.Michihiro NAKAJIMA2014-09-091-0/+2
* | Add support for traditional PKWARE encryption.Michihiro NAKAJIMA2014-09-081-0/+1
* | Add support for extracting WinZIp AES encryption.Michihiro NAKAJIMA2014-09-071-0/+1
|/
* Add support for lz4 write filter.Michihiro NAKAJIMA2014-08-141-0/+1
* Add support for lz4 read filter.Michihiro NAKAJIMA2014-06-301-0/+4
* Provide ISO 28500:2009 reader (aka warc, aka web archive)Sebastian Freundt2014-05-211-0/+1
* Provide ISO 28500:2009 writer (aka warc, aka web archive)Sebastian Freundt2014-05-211-0/+1
* Merge pull request #77 from biometrics/additional_libs_scopeTim Kientzle2014-04-151-0/+1
|\
| * just link the archive_static with ADDITIONAL_LIBSJosh Klontz2014-04-151-0/+1
* | Add missing file.Tim Kientzle2014-04-121-0/+1
* | Add the device parsing logic. It allows mtree's libarchive toJean-Yves Migeon2013-09-031-0/+2
* | write_raw support from Marek KubicaTim Kientzle2013-02-231-0/+1
|/
* Separate code to set formats/filters into different source files.Andres Mejia2012-12-091-0/+2
* Introduce -a/--auto-compress option into bsdtar.Michihiro NAKAJIMA2012-10-221-0/+1
* Add support for writing v7 tar format.Michihiro NAKAJIMA2012-10-211-0/+1
* Parse a command line instead of usingMichihiro NAKAJIMA2012-10-111-0/+3
* Add support for grzip compression.Michihiro NAKAJIMA2012-10-101-0/+2
* Rename filter_fork.c to filter_fork_posix.c.Michihiro NAKAJIMA2012-10-091-1/+1
* Introduce b64encode filter.Michihiro NAKAJIMA2012-10-081-0/+1
* Introduce uuencode filter.Michihiro NAKAJIMA2012-10-081-0/+1
* Add archive_write_add_filter_lzop.c entry into CMakeList.txt.Michihiro NAKAJIMA2012-10-071-0/+1