summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-1818-996/+349
* Usinsg assertUtimes changes ctime, we have to wait a minute between performin...Michihiro NAKAJIMA2012-01-181-0/+8
* For testing ctime at archive_matching, use mtime if ctime is not set.Michihiro NAKAJIMA2012-01-171-4/+18
* Correctly get file's ctime in archive_matching.Michihiro NAKAJIMA2012-01-172-4/+16
* Retire tar/tree.[ch], directory traversal code, switched by new one implement...Michihiro NAKAJIMA2012-01-174-993/+0
* Fix a minor error of previous change.Michihiro NAKAJIMA2012-01-171-1/+1
* Introduce archive_matching APIs. This is a set of utility functions toMichihiro NAKAJIMA2012-01-1712-0/+3536
* 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-152-10/+5
* Move an operation saving file times used for restoring atime afterMichihiro NAKAJIMA2012-01-151-12/+14
* Improve a directory traversals test for restoring atime. Additional patterns areMichihiro NAKAJIMA2012-01-151-4/+111
* Make sure we check nodump flag and skip it if so, before invoking a meta dataMichihiro NAKAJIMA2012-01-152-43/+59
* Remove the unused system types from the public headers. We strippedTim Kientzle2012-01-122-36/+20
* Rename isoent_rr_move_dir parameter isoent => curentBrad King2012-01-111-21/+21
* Include linux/types.h before linux/fiemap.hBrad King2012-01-113-0/+7
* Define _XOPEN_SOURCE=500 on HP-UXBrad King2012-01-111-0/+4
* Cleanup after ZLIB_WINAPI checkBrad King2012-01-111-0/+2
* Check for 'struct statvfs' member 'f_iosize'Brad King2012-01-114-0/+20
* Do not use ST_NOATIME if not definedBrad King2012-01-111-0/+2
* Fix var decl after statement in archive_string.cBrad King2012-01-111-1/+1
* Fix Windows NT API usage in VS 6Brad King2012-01-112-2/+24
* Cast mode constants to mode_t in case it is signedBrad King2012-01-111-8/+8
* Replace integer constant LL suffix with cast to int64_tBrad King2012-01-112-2/+2
* Declare mbstate_t and wcrtomb for BorlandBrad King2012-01-111-0/+4
* Implement custom lseek for BorlandBrad King2012-01-112-0/+59
* Fix typo in CheckFileOffsetBitsBrad King2012-01-111-3/+3
* Be more portable way to test if the current filesytem is mounted with noatime...Michihiro NAKAJIMA2012-01-111-40/+17
* Avoid possibility to pass zero to the first argument of calloc().Michihiro NAKAJIMA2012-01-101-3/+18
* Do not try a test restoring atime when the filesytem is mounted with noatime ...Michihiro NAKAJIMA2012-01-101-0/+52
* Allow archive_*_free(NULL) to succeed.Tim Kientzle2012-01-091-2/+6
* Fix a handling of spase file more. It wrote extra bytes(adding sparse hole)Michihiro NAKAJIMA2012-01-092-3/+141
* Add a test for archiving sparse files with pax writer. Michihiro NAKAJIMA2012-01-093-0/+170
* Issue 222: Ouch! Pax writer doesn't correctly disassemble sparseTim Kientzle2012-01-091-1/+1
* Fix a handling of sparse files in bsdtar.(Not issue 222)Michihiro NAKAJIMA2012-01-081-2/+2
* If linux major version is 3 or later we can test sparse files.Michihiro NAKAJIMA2012-01-081-8/+10
* Last of Ulrich Spoerlein's spelling fixes.Tim Kientzle2012-01-072-5/+5
* Spelling fixes from Ulrich SpoerleinTim Kientzle2012-01-072-2/+2
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-0727-73/+73
* Introduce archive_read_disk_disable_mac_copyfile() to eliminate the macMichihiro NAKAJIMA2012-01-075-25/+47
* The size of output buffer should be the multiple number of the write block sizeMichihiro NAKAJIMA2012-01-066-8/+46
* Switch directory traversals code in bsdtar from tar/tree.[ch] to the new one ...Michihiro NAKAJIMA2012-01-053-362/+278
* Make sure remaining asynchronous reads are canceled whenever something unexpe...Michihiro NAKAJIMA2012-01-051-4/+12
* Clean up: style fix and remove unneeded statements and definitions.Michihiro NAKAJIMA2012-01-041-30/+28
* Remove POSIX specific code about taking care of ftruncate failure.Michihiro NAKAJIMA2012-01-041-31/+1
* Use OVERLAOPED data with WriteFile API instead of SetFilePointer API to set t...Michihiro NAKAJIMA2012-01-041-30/+11
* Improve handing a wildcard which has "//?/" prefix.Michihiro NAKAJIMA2012-01-042-4/+64
* Avoid a warning on Visual Studio.Michihiro NAKAJIMA2012-01-031-1/+1
* Issue 219: 'size' variable should be signed, to detect overflow.Tim Kientzle2012-01-031-1/+1
* Style fix. <space> ==> <tab>.Michihiro NAKAJIMA2012-01-031-91/+91
* Clean up; remove unused including files and macros, which originally came fro...Michihiro NAKAJIMA2012-01-031-53/+10