Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce archive_write_open2() with free callback | Martin Matuska | 2020-11-08 | 1 | -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 Sonnenberger | 2016-12-06 | 1 | -2/+1 |
| | |||||
* | Remove a comment that describes how libarchive 1.x used to work. | Tim Kientzle | 2011-09-23 | 1 | -12/+0 |
| | | | | | | It's no longer even moderately interesting. SVN-Revision: 3726 | ||||
* | IFC to populate initial libarchive-portable tree. | Tim Kientzle | 2008-04-29 | 1 | -0/+126 |
SVN-Revision: 1 |