summaryrefslogtreecommitdiff
path: root/tar
Commit message (Expand)AuthorAgeFilesLines
* Be consistent and complete and document all available options.Joerg Sonnenberger2010-02-221-74/+135
* GCC on Mac OS is picky about pointer arithmetic.Tim Kientzle2010-02-211-2/+2
* Macs don't have tape drives, but they do define _PATH_DEFTAPE?Tim Kientzle2010-02-211-0/+1
* Remove calls to set_compression_none(), since it does nothing.Tim Kientzle2010-02-211-2/+0
* Correct the spelling of 'hierarchy'Tim Kientzle2010-02-203-3/+3
* Don't use archive_version(), which is going away in libarchive 3.0.Tim Kientzle2010-02-171-1/+1
* "none" is the default compression; there's no need to set it explicitly.Tim Kientzle2010-02-141-1/+1
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-082-8/+8
* When trying to set LZMA compression, pay attention to the return valueTim Kientzle2010-02-061-1/+1
* First rough cut at integrating write support for Apple's copyfile()Tim Kientzle2010-02-021-5/+114
* Change this to use positive flags, not negative.Tim Kientzle2010-02-022-4/+9
* First step towards integrating Mac OS "copyfile" extension from Apple.Tim Kientzle2010-02-013-0/+14
* Minor adjustments to the bsdtar.1 man page.Tim Kientzle2010-01-311-16/+15
* Support "-" (stdio) for the TAPE environment variable.Tim Kientzle2010-01-311-2/+7
* fix build error on Tru64, where UF_NODUMP is not definedBjörn Jacke2010-01-191-1/+1
* When verifying the files recognized by tar, ignore end-of-line variations.Tim Kientzle2010-01-171-7/+7
* Print the string before freeing it.Tim Kientzle2010-01-171-1/+1
* Fix a failing tar test: On some systems (certain Linux systemsTim Kientzle2010-01-051-2/+2
* Issue 48: Instead of setting RUNTIME_OUTPUT_DIRECTORY separately forTim Kientzle2010-01-031-5/+0
* Disable the broken globbing support on MinGW.Tim Kientzle2010-01-031-0/+4
* Add a new assertFileContainsLinesAnyOrder() assertion and use it when checkin...Tim Kientzle2010-01-013-25/+123
* Don't #define read _read before including io.h.Tim Kientzle2009-12-272-1/+4
* Make this test less sensitive to newline variations; thisTim Kientzle2009-12-271-11/+8
* Eliminate more warnings on Borland C.Michihiro NAKAJIMA2009-12-223-2/+5
* Eliminate warnings on Visual Studio 10 W64.Michihiro NAKAJIMA2009-12-212-4/+4
* Eliminate the warnings of the conversion of types on Visual Studio.Michihiro NAKAJIMA2009-12-211-1/+1
* On Borland C environment, both dirent.h and direct.h are available.Michihiro NAKAJIMA2009-12-201-1/+2
* Eliminate the warnings which Borland C Compiler complains about unused parame...Michihiro NAKAJIMA2009-12-201-0/+10
* On Windows, don't use _strdup directly because Borland CMichihiro NAKAJIMA2009-12-191-1/+1
* Don't use _getcwd and _strdup on Borland C Compiler.Michihiro NAKAJIMA2009-12-182-0/+6
* On Windows, make sure not to leave empty directoriesMichihiro NAKAJIMA2009-12-181-1/+13
* Add IO_REPARSE_TAG_SYMLINK macro if not defined.Michihiro NAKAJIMA2009-12-171-0/+4
* Borland C does not provide _access,_chdir,_getcwd,_strdup and _umask.Michihiro NAKAJIMA2009-12-171-0/+6
* Fix indents.Michihiro NAKAJIMA2009-12-161-1/+1
* Avoid segv on linux64. It caused at second calling vfprintf() of vlogprintf()Michihiro NAKAJIMA2009-12-161-0/+9
* All of invalid_parameter_handler() are used only when HAVE__CrtSetReportMode ...Michihiro NAKAJIMA2009-12-161-1/+1
* Remove unneeded including windows.h at tar/write.c.Michihiro NAKAJIMA2009-12-151-3/+0
* Avoid build error on Visual Studio 10.Michihiro NAKAJIMA2009-12-153-0/+9
* Regression test for Issue 51: Verify that interpolating an empty mtreeTim Kientzle2009-12-132-0/+46
* More explanation of bad arguments.Tim Kientzle2009-12-131-1/+7
* r1729 was wrong. Revert it and use a better approach.Tim Kientzle2009-12-131-4/+4
* Work around Borland C's broken _open() implementation.Tim Kientzle2009-12-121-0/+4
* Not all Windows environments have sys/utime.h, so obey the configure check.Tim Kientzle2009-12-121-0/+2
* Explicitly test for sigaction() rather thanTim Kientzle2009-12-121-2/+2
* Correct some printf format strings, per Issue 52.Tim Kientzle2009-12-062-9/+9
* Fix empty error message reported in Issue 51.Tim Kientzle2009-12-061-1/+1
* Revert previous change of tar/tree.cMichihiro NAKAJIMA2009-12-031-2/+0
* Add archive_hash.h into libarchive/CMakefile.txtMichihiro NAKAJIMA2009-12-031-0/+2
* Remove STDC_HEADERS check from non-autoconf buildsBrad King2009-12-011-1/+0
* Several fixes to Windows handling in tree.c:Tim Kientzle2009-11-291-29/+28