summaryrefslogtreecommitdiff
path: root/libarchive/archive_write.c
Commit message (Expand)AuthorAgeFilesLines
* libarchive: Handle a `calloc` returning NULL (fixes #1754)obiwac2022-07-221-0/+8
* archive: constify the archive::vtable dispatchEmil Velikov2021-10-231-23/+13
* On close, handle short writes from archive_write_callbackOwen W. Taylor2021-05-141-3/+20
* Introduce archive_write_open2() with free callbackMartin Matuska2020-11-081-9/+33
* Redo fix for #1302 in a way that archive_write_client_open()Martin Matuska2020-01-061-26/+17
* Minor style newline consistency fixesMartin Matuska2020-01-051-1/+0
* Implement archive_write_client_free()Martin Matuska2020-01-031-9/+26
* Implement private state logic for write filtersMartin Matuska2019-12-061-15/+56
* When the initial archive open for write fails, explicitly free filters.Joerg Sonnenberger2019-11-271-0/+1
* Refactor archive_write_close_filter logicJoerg Sonnenberger2019-11-271-8/+14
* Match archive.h for la_int64_t vs int64_tJoerg Sonnenberger2017-10-071-1/+1
* Spelling fixesGraham Percival2016-12-301-1/+1
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-4/+2
* Invert logic of ternary pointer checksBrad King2015-10-261-1/+1
* Add new APIs that pass passphrases for reading and writingMichihiro NAKAJIMA2014-09-141-0/+11
* Verify that Zip writer rejects too-large files when Zip64 is disabled.Tim Kientzle2014-01-121-0/+3
* Limit write requests to at most INT_MAX.Tim Kientzle2013-03-221-0/+5
* style fixTim Kientzle2013-02-161-2/+2
* Made calls to the finish_entry callback optionalMarek Kubica2013-02-171-3/+5
* Fix a cause of segmentation fault in case of creating a childMichihiro NAKAJIMA2012-10-051-0/+6
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-1/+1
* The size of output buffer should be the multiple number of the write block sizeMichihiro NAKAJIMA2012-01-061-1/+1
* Style fix. <space> ==> <tab>.Michihiro NAKAJIMA2012-01-031-91/+91
* Issue #189: Don't rely on dev/ino being zero when theyTim Kientzle2011-11-031-2/+4
* Typos in comments: "a archive" -> "an archive", "formts" -> "formats",Colin Percival2011-08-161-1/+1
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-5/+0
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-0/+1
* DO NOT USE C++ style comments like // in C code !Björn Jacke2011-02-171-1/+1
* Detect when no format is set and return an error.Tim Kientzle2011-02-111-0/+7
* Issue 128: Don't initialize a static vtable more than once.Tim Kientzle2011-01-141-0/+1
* Use the same type for both branches of the ternary here.Tim Kientzle2010-08-081-1/+1
* If opening the filter pipeline fails, immediatelyTim Kientzle2010-07-241-6/+11
* Eliminate a warning about singed/unsigned mismatch.Michihiro NAKAJIMA2010-06-011-1/+1
* Handle EINTR in write calls:Tim Kientzle2010-05-311-5/+15
* fix archive_filter_count to actually work; implementation of this aparently w...Brian Harring2010-04-251-1/+15
* Introduce a shared __archive_write_nulls() method and removeTim Kientzle2010-04-171-0/+16
* Rework archive_write_set_options:Tim Kientzle2010-03-061-111/+0
* Fix a memory leak by invoking the client closer at theTim Kientzle2010-03-041-0/+2
* Rename 'finish' to 'close' and 'destroy' to 'free', to clarifyTim Kientzle2010-03-011-7/+5
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-33/+30
* Eliminate warnings, which are singed/unsigned mismatch, on Visual Studio.Michihiro NAKAJIMA2010-02-251-2/+2
* Prepare for the 3.0 ABI by switching a bunch of uses of off_t, dev_t,Tim Kientzle2010-02-211-0/+5
* Remove calls to set_compression_none(), since it does nothing.Tim Kientzle2010-02-211-3/+0
* The only place blocking is really needed is just before callingTim Kientzle2010-02-211-18/+136
* Remove some debugging printfsTim Kientzle2010-02-201-3/+0
* Make sure that len is initialised even if no filters are present.Joerg Sonnenberger2010-02-201-0/+1
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-59/+247
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-4/+4
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Value stored to 'ret' is never read.Michihiro NAKAJIMA2009-11-081-1/+0