summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_disk_posix.c
Commit message (Expand)AuthorAgeFilesLines
* archive_read_disk_posix: fail if unable to alocate memory in tree_push()Martin Matuska2022-12-081-0/+2
* libarchive: Do not include sys/mount.h when linux/fs.h is presentKhem Raj2022-07-271-3/+2
* Add macro for dirfd() on HP-UX because no full POSIX.1-2008 coverage existsMichael Osipov2022-03-111-1/+6
* Merge pull request #1603 from evelikov/reader-filter-vtblMartin Matuška2022-02-051-17/+9
|\
| * archive: constify the archive::vtable dispatchEmil Velikov2021-10-231-17/+9
* | Cleaned up archive_read_disk_descend functions.jiat752021-10-271-1/+1
|/
* NetBSD provides a statfs symbol for binary compatibility but does notChristos Zoulas2021-05-081-3/+3
* Add __LA_UNUSED because clang warns for static inline functions that areChristos Zoulas2021-03-291-2/+2
* Not all statfs's have f_iosizeChristos Zoulas2021-03-291-0/+5
* Make setter functions inlineChristos Zoulas2021-03-291-2/+2
* Fix FreeBSD which has both statfs and statvfsChristos Zoulas2021-03-291-10/+12
* Fix typoChristos Zoulas2021-03-291-2/+2
* Put the statvfs code in a separate block so that it can by shared byChristos Zoulas2021-03-291-14/+16
* Fix typoChristos Zoulas2021-03-291-1/+1
* Extract common transfer setting code for statfs and statvfs.Christos Zoulas2021-03-291-25/+28
* Fix retrieving incorrect member from struct statfsMartin Matuska2020-04-301-1/+1
* consistently use svfs for statvfs variablesSteve Lhomme2020-04-061-22/+22
* Multiple code fixes and optimizationsMartin Matuska2020-01-141-19/+15
* Fix erroneous use of archive_string_empty() macroMartin Matuska2020-01-121-2/+1
* When opening directories, use O_EXEC flag only on FreeBSDMartin Matuska2019-11-191-2/+3
* Fix sparse file offset overflow on 32-bit systemsDaniel Verkamp2019-10-041-3/+4
* archive_read_next_header2: clean old entry dataDmitry Torokhov2019-06-261-0/+2
* Merge pull request #1076 from uckelman-sf/fix_undef_statMartin Matuška2019-04-061-1/+1
|\
| * Don't #undef stat and #define stat(). stat is one of those unfortunateJoel Uckelman2018-10-181-1/+1
* | Extend unreadable directory code to Linux (O_PATH) and SunOS (O_SEARCH)Martin Matuska2019-03-311-2/+13
* | Fix bugs related to unreadable directories.Andrew Gierth2019-03-291-2/+24
* | archive_read_disk_posix.c: initialize delayed_errnoMartin Matuska2019-02-131-0/+1
* | POSIX reader: more next_entry() fixesMartin Matuska2019-02-101-5/+12
* | POSIX reader: do not fail when tree_current_lstat() fails due to ENOENTEugene Grossbein2019-02-101-1/+22
|/
* Match archive.h for la_int64_t vs int64_tJoerg Sonnenberger2017-10-071-4/+4
* Fix broken Linux fflags code since kernel 3.7 (Dec 2012)Martin Matuska2017-02-241-3/+14
* Unbreak Mac OS build after 9aaec1f5000b26f1db00eb84a6c1f79552b12f31Martin Matuska2017-02-231-1/+1
* Use ARCHIVE_READDISK_* flags as a internal bitfield, tooMartin Matuska2017-02-221-37/+12
* Add ARCHIVE_READDISK_NO_ACL option to suppress reading ACLs from diskMartin Matuska2017-02-221-0/+4
* Spelling fixesGraham Percival2016-12-301-3/+3
* Spelling fixes (#846)Graham Percival2016-12-201-1/+1
* Spelling fix in "struct tree{}" codeGraham Percival2016-12-081-3/+3
* Spelling fixesGraham Percival2016-12-081-2/+2
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-4/+2
* Merge pull request #775 from mmatuska/glibc_2_24_readdir_rTim Kientzle2016-09-101-14/+14
|\
| * Do not use deprecated readdir_r() on glibc 2.24 and laterMartin Matuska2016-08-281-14/+14
* | Fix FreeBSD build: prefer struct xvfsconf to struct vfsconfTim Kientzle2016-09-041-3/+12
|/
* Fix a couple of typographical errors.Peter Pentchev2016-07-071-3/+3
* For getvfsbyname on DragonFly, struct vfsconf has to be used and notJoerg Sonnenberger2016-06-231-0/+4
* Remove now-unnecessary test workaroundNate Rosenblum2016-04-131-5/+1
* Merge pull request #617 from chenxiaolong/ifdef-statvfs-usageTim Kientzle2016-03-211-0/+21
|\
| * Avoid statvfs/fstatvfs calls on systems where it is not availableXiao-Long Chen2015-10-291-0/+21
* | Merge pull request #663 from vapier/masterTim Kientzle2016-03-211-0/+4
|\ \
| * | add missing _PC_NAME_MAX checksMike Frysinger2016-02-281-0/+4
| |/
* | Support fully-sparse filesNate Rosenblum2016-02-171-1/+13
|/