summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_disk_set_standard_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #1128: Deletion of unnecessary checks before calls of the function “fre...Markus Elfring2019-02-041-4/+2
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-4/+2
* Free any allocated memory upon allocation failureColin Percival2015-06-011-0/+5
* Comments: small spelling and grammar fixesColin Percival2015-06-011-1/+1
* Avoid the memory leak error which Clang Static Analyzer pointed out but actua...Michihiro NAKAJIMA2012-02-271-12/+12
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-2/+2
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-15/+0
* getgrnam_r and getpwnam_r might not exist, so fallback to the olderJoerg Sonnenberger2010-03-311-0/+20
* Prepare for the 3.0 ABI by switching a bunch of uses of off_t, dev_t,Tim Kientzle2010-02-211-0/+15
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Initialize passwd/group lookup resultBrad King2009-11-161-0/+2
* Work around a compiler warning pointed out by Bill Hoffman.Tim Kientzle2009-11-131-2/+2
* Issue 19: Use getpwnam_r/getgrnam_r to look up uids and gids,Tim Kientzle2009-04-011-6/+50
* Issue 15, part 1. Mechanical conversion of #defines, libarchive/Charles Wilson2009-03-171-2/+2
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+196