summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_private.h
Commit message (Expand)AuthorAgeFilesLines
* Flush write filters between entries.Dag-Erling Smørgrav2023-01-091-0/+1
* Introduce archive_write_open2() with free callbackMartin Matuska2020-11-081-0/+1
* Unify header style, header guard comes firstMartin Matuska2020-01-131-3/+3
* Implement private state logic for write filtersMartin Matuska2019-12-061-2/+6
* Refactor archive_write_close_filter logicJoerg Sonnenberger2019-11-271-1/+1
* Improve error messages by including the name of the external program being usedTim Kientzle2016-01-311-1/+1
* Add a new API, archive_write_set_passphrase_callback, for encryption.Michihiro NAKAJIMA2014-09-211-0/+2
* Add new APIs that pass passphrases for reading and writingMichihiro NAKAJIMA2014-09-141-0/+13
* Integrate __archive_write_program_set_cmd into __archive_write_program_open.Michihiro NAKAJIMA2012-10-131-3/+1
* Parse a command line instead of usingMichihiro NAKAJIMA2012-10-111-4/+2
* Improve archive_write_filter_program handing to be able toMichihiro NAKAJIMA2012-10-111-4/+13
* Make lrzip and lzop write filters set correct filter name and codeMichihiro NAKAJIMA2012-10-091-0/+4
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-1/+1
* Issue #189: Don't rely on dev/ino being zero when theyTim Kientzle2011-11-031-0/+1
* Improve character-set conversion functions.Michihiro NAKAJIMA2011-03-281-1/+2
* Add support for charset option to ustar writer.Michihiro NAKAJIMA2011-03-241-1/+1
* Introduce a shared __archive_write_nulls() method and removeTim Kientzle2010-04-171-0/+1
* remove pad_uncompressed; unused legacy bitsBrian Harring2010-04-041-10/+0
* Rename 'finish' to 'close' and 'destroy' to 'free', to clarifyTim Kientzle2010-03-011-2/+2
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-12/+33
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Use int64_t for storing inode values internally.Tim Kientzle2009-09-241-1/+1
* Encourage people not to use libarchive internal headers.Tim Kientzle2009-08-111-0/+4
* Implement format/filter/compressor option frame work.Michihiro NAKAJIMA2009-01-261-0/+5
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+113