summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_ar.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the 64-bit ar formatGerald NDA2019-01-091-0/+5
* Fix gcc 8 warning about strncpyPablo Hernandez-Cerdan2018-06-031-6/+6
* archive_write_ar_data(): replace strncpy() with memcpy()Martin Matuska2017-07-291-1/+1
* ensure ar strtab is null terminatedEd Maste2017-07-211-1/+2
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Fix a null pointer dereference bug in ar writer.Michihiro NAKAJIMA2012-12-021-1/+1
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-1/+1
* Typos in comments: "a archive" -> "an archive", "formts" -> "formats",Colin Percival2011-08-161-2/+2
* 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-2/+10
* Sort out the remaining format string vs argument types mismatches.Joerg Sonnenberger2010-02-251-2/+2
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-8/+14
* 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
* Implement format/filter/compressor option frame work.Michihiro NAKAJIMA2009-01-261-0/+1
* IFC: test suite builds with 1.x APITim Kientzle2008-08-111-1/+1
* Avoid NULL dereference when destroy functions are called moreJoerg Sonnenberger2008-07-251-0/+3
* IFCTim Kientzle2008-05-281-1/+1
* Fix BSD ar writer to not increase the size of the archive_entryJoerg Sonnenberger2008-05-131-5/+6
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+546