summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_shar.c
Commit message (Expand)AuthorAgeFilesLines
* Unify unsupported entry file type error message in writerMartin Matuska2020-01-251-2/+3
* Bug #1128: Deletion of unnecessary checks before calls of the function “arc...Markus Elfring2019-02-041-2/+1
* Bug #1128: Deletion of unnecessary checks before calls of the function “fre...Markus Elfring2019-02-041-2/+1
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Fix chown line in shardump formatTony Morlan2013-09-031-0/+1
* More mode_t fallout from SolarisJoerg Sonnenberger2011-12-131-3/+3
* Issue 157: Found by GCC 4.6: The temp buffer, which was set upTim Kientzle2011-05-231-2/+3
* archive_write_set_format_shar.c: s/__archive_errx/archive_set_error/Roman Neuhauser2011-03-301-11/+26
* remove pad_uncompressed; unused legacy bitsBrian Harring2010-04-041-2/+0
* Rename 'finish' to 'close' and 'destroy' to 'free', to clarifyTim Kientzle2010-03-011-8/+8
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-0/+3
* Sort out the remaining format string vs argument types mismatches.Joerg Sonnenberger2010-02-251-8/+7
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-5/+5
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Implement format/filter/compressor option frame work.Michihiro NAKAJIMA2009-01-261-0/+1
* IFCTim Kientzle2008-09-011-1/+1
* Quote string before writing them to the shell script.Joerg Sonnenberger2008-07-311-29/+81
* Minor corrections: remove unused vars, fix a couple ofTim Kientzle2008-07-291-5/+5
* - don't push data line wise to the compressor, accumulate itJoerg Sonnenberger2008-07-251-182/+193
* At least on NetBSD, uudecode -o doesn't work, so use -p instead.Joerg Sonnenberger2008-07-251-1/+1
* Avoid NULL dereference when destroy functions are called moreJoerg Sonnenberger2008-07-251-0/+2
* Revert 145937.Joerg Sonnenberger2008-07-251-195/+183
* - include stdlib.h and string.h explicit as functions are usedJoerg Sonnenberger2008-07-251-183/+195
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+560