summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_disk_posix.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add archive_read_next_header support to archive_read_disk traversals, in addi...Tim Kientzle2015-07-261-0/+16
* Whitespace cleanup after 41965bfTim Kientzle2015-07-051-2/+1
* Add support for archive_read_data() for read_disk archives.Paul Harris2015-06-301-0/+2
* Issue #131: Implement tar --no-xattrTim Kientzle2015-01-101-0/+4
* Fix --one-file-system: do not descend, but do visit the root of a new filesystemTim Kientzle2014-07-171-1/+1
* Fix issue 317NiLuJe2013-12-221-1/+1
* Fix build failure without HAVE_UTIMES.Michihiro NAKAJIMA2012-11-111-1/+2
* Fix a handing of readdir_r on AIX. The meaning of the return value isMichihiro NAKAJIMA2012-10-151-1/+11
* Apply *_CLOEXEC flags to system calls which can be used withMichihiro NAKAJIMA2012-10-021-14/+55
* Fix a possibility of memory leaks when realloc fails.Michihiro NAKAJIMA2012-09-181-3/+5
* Fix dereference of null pointer that Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-09-111-1/+1
* Fix more uses of EXT2_IOC_[GS]ETFLAGSAndreas Schwab2012-08-291-1/+1
* Fix build failure on linux.Michihiro NAKAJIMA2012-02-261-1/+1
* Improve directory traversals code for POSIX: split _archive_read_next_header2Michihiro NAKAJIMA2012-02-261-49/+58
* Fix up remaing work to turn to the current directory before access to theMichihiro NAKAJIMA2012-02-161-4/+16
* Improve directory traversals on POSIX system. Delay changing a workingMichihiro NAKAJIMA2012-02-151-81/+74
* Minor clean up; remove duplicate code at directory traversals.Michihiro NAKAJIMA2012-02-151-49/+35
* Fix build failure in aggressive warnings on FreeBSD/amd64.Michihiro NAKAJIMA2012-02-141-1/+1
* Fix build failure in aggressive warningsMichihiro NAKAJIMA2012-02-101-2/+4
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-3/+3
* Fix implicit function declaration warning when building with cmake.Andres Mejia2012-02-051-0/+3
* When ENOMEM happened in archive_string_append_from_wcs and archive_string_app...Michihiro NAKAJIMA2012-01-231-2/+6
* Do not return ARCHIVE_WARN even if the current file cannot descend, simply re...Michihiro NAKAJIMA2012-01-191-5/+2
* Implement optional behavior of archive_read_disk that do not traverse mount p...Michihiro NAKAJIMA2012-01-191-3/+13
* Add archive_read_disk_set_behavior function and drop archive_read_disk_honor_...Michihiro NAKAJIMA2012-01-191-12/+24
* Delete archive_matching_path_excluded and archive_matching_path_excluded_w.Michihiro NAKAJIMA2012-01-181-4/+3
* Fix build failure on non Windows platform.Michihiro NAKAJIMA2012-01-181-1/+1
* Cast away archive_read_disk_set_name_filter_callback and add archive_read_dis...Michihiro NAKAJIMA2012-01-181-16/+63
* Remove an unnecessary comparison and minor tweaks.Michihiro NAKAJIMA2012-01-151-4/+3
* Simply, read Mac metadata only when enable_copyfile is true.Michihiro NAKAJIMA2012-01-151-7/+0
* Move an operation saving file times used for restoring atime afterMichihiro NAKAJIMA2012-01-151-12/+14
* Make sure we check nodump flag and skip it if so, before invoking a meta dataMichihiro NAKAJIMA2012-01-151-33/+58
* Check for 'struct statvfs' member 'f_iosize'Brad King2012-01-111-0/+5
* Do not use ST_NOATIME if not definedBrad King2012-01-111-0/+2
* Introduce archive_read_disk_disable_mac_copyfile() to eliminate the macMichihiro NAKAJIMA2012-01-071-3/+31
* Rename archive_read_disk_set_time_filter_callback to archive_read_disk_set_me...Michihiro NAKAJIMA2012-01-011-8/+9
* Set uname and gname before calling a time filter callback.Michihiro NAKAJIMA2012-01-011-12/+12
* Introduce archive_read_disk_honor_nodump() to eliminate the platformMichihiro NAKAJIMA2011-12-311-0/+51
* Introduce archive_read_disk_set_name_filter_callback and archive_read_disk_se...Michihiro NAKAJIMA2011-12-311-4/+53
* Issue 214: Don't require MNT_NOATIMETim Kientzle2011-12-301-0/+2
* Introduce archive_read_disk_can_descend to know whether the current entry can...Michihiro NAKAJIMA2011-12-291-0/+12
* Add archive_read_disk_open_w that is a wchar_t version of archive_read_disk_o...Michihiro NAKAJIMA2011-09-131-0/+36
* Issue 157: Fix some unused-variable warnings from GCC 4.6.Tim Kientzle2011-05-231-1/+1
* Properly check if something error occured and report it after callingMichihiro NAKAJIMA2011-04-281-1/+8
* Fix build failure when readdir_r() is not available. Michihiro NAKAJIMA2011-04-281-0/+2
* Remove unneeded condition code.Michihiro NAKAJIMA2011-04-161-5/+1
* Move variables only used in directory traversals from struct archive_read_dis...Michihiro NAKAJIMA2011-04-161-52/+60
* Unbreak build on Linux; correct second argument of futimens().Michihiro NAKAJIMA2011-04-131-5/+15
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-41/+0
* If futimens() defined in POSIX.1-2008 is available, use it for linux. Michihiro NAKAJIMA2011-03-311-1/+5