summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_open_memory.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce archive_write_open2() with free callbackMartin Matuska2020-11-081-4/+6
| | | | | | | | | The archive_write_open() function does not provide a free callback. Freeing was done by the close callback. When the open callback fails, the client filter is left in ARCHIVE_WRITE_FILTER_STATE_FATAL, the close callback is not called and unfreed resources may be left behind. Fixes #1456
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
|
* Remove a comment that describes how libarchive 1.x used to work.Tim Kientzle2011-09-231-12/+0
| | | | | | It's no longer even moderately interesting. SVN-Revision: 3726
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+126
SVN-Revision: 1