summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_disk_set_standard_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning about unused cache variable (#804)Benjamin Sergeant2016-10-131-0/+2
* Comments: small spelling and grammar fixesColin Percival2015-06-011-1/+1
* Don't leak memory if realloc fails.Colin Percival2011-08-161-6/+14
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-15/+0
* Fall back to getgrgid and getpwuid if the reentrant versions are missing.Joerg Sonnenberger2010-06-191-0/+31
* 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
* Dynamically size the buffer used for getpwuid_r andTim Kientzle2009-04-041-6/+47
* Pass the cache storage all the way down to theTim Kientzle2009-04-041-10/+10
* Minor adjustment to uname/gname lookup: Bump the bufferTim Kientzle2009-04-011-4/+4
* Issue 15, part 1. Mechanical conversion of #defines, libarchive/Charles Wilson2009-03-171-3/+3
* Include a newline at end of file.Tim Kientzle2009-01-101-1/+1
* On Windows, now archive_read_disk_set_standard_lookup.c is linked.Michihiro NAKAJIMA2009-01-071-0/+9
* Start of archive_read_disk API.Tim Kientzle2009-01-071-0/+220