summaryrefslogtreecommitdiff
path: root/tar
Commit message (Expand)AuthorAgeFilesLines
...
| * Add --older,--older-than,--older-mtime and --older-mtime-than to bsdtar toMichihiro NAKAJIMA2012-10-036-2/+146
* | I'm not entirely happy with Xi Wang's solution to this mess.Tim Kientzle2012-09-281-11/+6
|/
* Fix signed integer overflow in safe_fprintf()Xi Wang2012-09-281-1/+3
* Seperate get_test_set() function out into a utility source file used by all t...Andres Mejia2012-09-192-61/+5
* Add INCLUDE_DIRECTORIES directive to fix build failure on cmake 2.8.9.Andres Mejia2012-09-181-0/+1
* Fix build failure on linux made by commit b3296a25e1 to be able to compileMichihiro NAKAJIMA2012-09-171-1/+7
* Remove dead assignment that Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-09-111-1/+1
* Add a comment suggesting -n with -T.Tim Kientzle2012-08-011-0/+5
* Support appending to empty archives.Martin Matuska2012-07-311-0/+1
* Resuscitate the old NFS4 support code and make it work on FreeBSD-CURRENT.Tim Kientzle2012-04-081-0/+6
* Use pattern matching to find a test. It's useful to check a certain format or...Michihiro NAKAJIMA2012-03-181-66/+75
* Allow verbosity level for test programs to be set via environment variables.Andres Mejia2012-03-161-3/+18
* Properly call archive_read_close() after archive_read_disk_open().Michihiro NAKAJIMA2012-02-281-0/+3
* Improve previous change; reuse a directory traversals object instead of creat...Michihiro NAKAJIMA2012-02-281-13/+5
* Fix the problem that bsdtar with new directory traversals code failMichihiro NAKAJIMA2012-02-283-0/+116
* Various manpage metadata fixesMartin Matuska2012-02-251-2/+2
* Enable bsdtar -s option on Windows with libregex and fix the problemMichihiro NAKAJIMA2012-02-221-26/+34
* On Windows, it is possible that the program name should have a slash '/'Michihiro NAKAJIMA2012-02-201-2/+2
* Fix build failure in aggressive warnings on msys.Michihiro NAKAJIMA2012-02-162-3/+10
* Fix build failure in aggressive warnings on FreeBSD/amd64.Michihiro NAKAJIMA2012-02-141-1/+1
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-126-22/+34
* Fix build failure in aggressive warningsMichihiro NAKAJIMA2012-02-101-3/+3
* Fix build failure with -Wshadow GCC option since it happend on FreeBSD current.Michihiro NAKAJIMA2012-02-091-11/+11
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-083-23/+21
* Refactor archive_matching_{newer,older}_* interfaces to reduce the numberMichihiro NAKAJIMA2012-02-072-6/+13
* Add the ability to parse a date string into archive_matching.Michihiro NAKAJIMA2012-02-075-1130/+4
* Remove both MBS and WCS interfaces of archive_matching_pathname_newer_mtime.Michihiro NAKAJIMA2012-01-241-1/+1
* Implement optional behavior of archive_read_disk that do not traverse mount p...Michihiro NAKAJIMA2012-01-193-32/+16
* Add archive_read_disk_set_behavior function and drop archive_read_disk_honor_...Michihiro NAKAJIMA2012-01-193-12/+9
* Delete archive_matching_path_excluded and archive_matching_path_excluded_w.Michihiro NAKAJIMA2012-01-182-13/+2
* Cast away archive_read_disk_set_name_filter_callback and add archive_read_dis...Michihiro NAKAJIMA2012-01-181-28/+21
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-185-216/+71
* Retire tar/tree.[ch], directory traversal code, switched by new one implement...Michihiro NAKAJIMA2012-01-173-991/+0
* Fix a handling of sparse files in bsdtar.(Not issue 222)Michihiro NAKAJIMA2012-01-081-2/+2
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-073-4/+4
* Introduce archive_read_disk_disable_mac_copyfile() to eliminate the macMichihiro NAKAJIMA2012-01-071-22/+2
* Switch directory traversals code in bsdtar from tar/tree.[ch] to the new one ...Michihiro NAKAJIMA2012-01-053-362/+278
* Add a test for --nodump option.Michihiro NAKAJIMA2011-12-312-0/+69
* Introduce canNodump and assertNodump to bsdtar_test and bsdcpio_test.Michihiro NAKAJIMA2011-12-312-0/+129
* Issue 216: bsdtar output truncated.Michihiro NAKAJIMA2011-12-304-2/+95
* Improve test utilities to correctly detect the Windows style of full path tha...Michihiro NAKAJIMA2011-12-301-2/+11
* Require CMake 2.8 and drop some workarounds for older versions.Tim Kientzle2011-12-281-1/+1
* On Windows, Trim "//?/" prefix from the path since ASCII version APIs do not ...Michihiro NAKAJIMA2011-12-261-0/+6
* Fix misspelling of overridden.Andres Mejia2011-12-241-1/+1
* Various fixes merged from the FreeBSD tree.Tim Kientzle2011-12-234-7/+18
* .Dt titles are traditionally in all uppercaseTim Kientzle2011-12-231-1/+1
* Properly check if EXT2_IOC_GETFLAGS is actually usable.Joerg Sonnenberger2011-12-131-1/+1
* Copy -u option support to bsdtar_test and bsdcpio_test.Tim Kientzle2011-12-111-57/+78
* Windows' system() does not accept '' an empty string, use "" instead.Michihiro NAKAJIMA2011-11-181-1/+2
* bsdtar_windows.[ch] are no longer used in the bsdtar test suite.Michihiro NAKAJIMA2011-11-161-4/+0