summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_filter.3
Commit message (Collapse)AuthorAgeFilesLines
* Introduce archive_read_support_filter_by_code()Martin Matuska2020-06-091-1/+11
| | | | Fixes #1258
* Minor corrections to the formatting of manual page.Ingo Schwarze2019-09-211-2/+2
| | | | | | | | | | | | | | | | | | | | Found with mandoc -Tlint; fixing the following messages: WARNING: bad NAME section content WARNING: missing comma before name WARNING: new sentence, new line WARNING: parenthesis in function name WARNING: skipping no-space macro WARNING: skipping paragraph macro WARNING: unusual Xr order WARNING: unusual Xr punctuation STYLE: no blank before trailing delimiter STYLE: possible typo in section name STYLE: trailing delimiter STYLE: whitespace at end of input line For the meaning of the messages, see: https://man.openbsd.org/mandoc#DIAGNOSTICS
* Fix alphabetical order, other small fixesSean Purcell2017-05-151-5/+5
|
* Add Zstandard read supportSean Purcell2017-05-151-0/+4
|
* Update list of supported filtersTim Kientzle2016-04-101-0/+6
|
* Document lz4 compression, lzop compression and other filtersMichihiro NAKAJIMA2014-08-141-1/+12
| | | | | which were not documented in archive_read_filter.3 or archive_write_filter.3.
* Add support for lz4 read filter.Michihiro NAKAJIMA2014-06-301-1/+5
| | | | TODO: detecting liblz4 library by CMake.
* Various manpage metadata fixesMartin Matuska2012-02-251-1/+1
| | | | | | - fix manpage dates to reflect latest change - fix manpage titles - reduce $FreeBSD: *$ tags to $FreeBSD$
* Add library section for all library function manpages.Andres Mejia2012-02-021-0/+2
| | | | SVN-Revision: 4227
* .Dt titles are traditionally in all uppercaseTim Kientzle2011-12-231-1/+1
| | | | SVN-Revision: 3974
* archive_errno, archive_error_string info in man pages unified a bitRoman Neuhauser2011-03-281-3/+2
| | | | SVN-Revision: 3107
* man pages: document archive_read_support_filter_XXXRoman Neuhauser2011-03-281-28/+28
| | | | | | not the deprecated archive_read_support_compression_XXX SVN-Revision: 3106
* archive_read_data.3: consumers extracted from archive_read.3Roman Neuhauser2011-03-281-1/+4
| | | | SVN-Revision: 3085
* archive_read_filter.3: archive_read_support_compression_XXXRoman Neuhauser2011-03-281-0/+125
SVN-Revision: 3082