| 2010-01-19 |
Björn Jacke | fix build error on Tru64, where UF_NODUMP is not defined |
commit | commitdiff | tree | snapshot |
| 2010-01-18 |
Tim Kientzle | Return proper errors from archive_read_disk_entry_from_... |
commit | commitdiff | tree | snapshot |
| 2010-01-18 |
Tim Kientzle | Windows resets atime at file close, so we can't use... |
commit | commitdiff | tree | snapshot |
| 2010-01-17 |
Tim Kientzle | When verifying the files recognized by tar, ignore... |
commit | commitdiff | tree | snapshot |
| 2010-01-17 |
Tim Kientzle | Print the string before freeing it. |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Tim Kientzle | Sort the list of files to delete. |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Tim Kientzle | Clean tweaks. |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Tim Kientzle | pid_t probe for Windows. |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Tim Kientzle | FreeBSD has <utime.h> |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Tim Kientzle | Remove some pointless code. |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Tim Kientzle | As pointed out recently on a GNU cpio mailing list... |
commit | commitdiff | tree | snapshot |
| 2010-01-15 |
Michihiro NAKAJIMA | Fix a bug that the nlink of regular files, which are... |
commit | commitdiff | tree | snapshot |
| 2010-01-14 |
Tim Kientzle | Actually assert something here. |
commit | commitdiff | tree | snapshot |
| 2010-01-14 |
Tim Kientzle | Use abort() instead of a deliberate segfault. |
commit | commitdiff | tree | snapshot |
| 2010-01-13 |
Michihiro NAKAJIMA | Eliminate an unneeded increasing value in libarchive_test. |
commit | commitdiff | tree | snapshot |
| 2010-01-07 |
Michihiro NAKAJIMA | On Borland C, elimimate the warnings of comparing signe... |
commit | commitdiff | tree | snapshot |
| 2010-01-06 |
Michihiro NAKAJIMA | Remove unreachable code. |
commit | commitdiff | tree | snapshot |
| 2010-01-06 |
Michihiro NAKAJIMA | Fix memory leak in ISO reader. |
commit | commitdiff | tree | snapshot |
| 2010-01-06 |
Tim Kientzle | Clear the allocated 'zip' structure by using calloc... |
commit | commitdiff | tree | snapshot |
| 2010-01-05 |
Tim Kientzle | Fix a failing tar test: On some systems (certain Linux... |
commit | commitdiff | tree | snapshot |
| 2010-01-05 |
Tim Kientzle | Don't warn if a UID can't be looked up. Apparently, |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Tim Kientzle | Remove the now-defunct config_windows.h. |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Tim Kientzle | Issue 48: Instead of setting RUNTIME_OUTPUT_DIRECTORY... |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Tim Kientzle | Libarchive 2.7.902a test release. |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Tim Kientzle | Disable the broken globbing support on MinGW. |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Tim Kientzle | Remove some pre-libarchive-2.0 support, which is no... |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Tim Kientzle | Fix a memory leak in this test. |
commit | commitdiff | tree | snapshot |
| 2010-01-02 |
Tim Kientzle | Add a new assertFileContainsLinesAnyOrder() assertion... |
commit | commitdiff | tree | snapshot |
| 2010-01-02 |
Tim Kientzle | After initializing a filter, we try to read from it to |
commit | commitdiff | tree | snapshot |
| 2010-01-02 |
Tim Kientzle | Fix serious memory leaks in test_fuzz.c. |
commit | commitdiff | tree | snapshot |
| 2010-01-02 |
Tim Kientzle | Move dmalloc.h inclusion to where it doesn't interfere... |
commit | commitdiff | tree | snapshot |
| 2010-01-02 |
Tim Kientzle | Style: Remove trailing blanks. |
commit | commitdiff | tree | snapshot |
| 2009-12-30 |
Tim Kientzle | Sync $FreeBSD$ version info from FreeBSD SVN |
commit | commitdiff | tree | snapshot |
| 2009-12-30 |
Tim Kientzle | Minor style fixes. |
commit | commitdiff | tree | snapshot |
| 2009-12-28 |
Tim Kientzle | libarchive 2.7.901a release |
commit | commitdiff | tree | snapshot |
| 2009-12-28 |
Tim Kientzle | Be more tolerant of end-of-line variations. |
commit | commitdiff | tree | snapshot |
| 2009-12-27 |
Tim Kientzle | Be more explicit about the expected line termination... |
commit | commitdiff | tree | snapshot |
| 2009-12-27 |
Tim Kientzle | Assert contents for stderr; this might help track a... |
commit | commitdiff | tree | snapshot |
| 2009-12-27 |
Tim Kientzle | Better error reporting when a file doesn't exist. |
commit | commitdiff | tree | snapshot |
| 2009-12-27 |
Tim Kientzle | Don't #define read _read before including io.h. |
commit | commitdiff | tree | snapshot |
| 2009-12-27 |
Tim Kientzle | Make this test less sensitive to newline variations... |
commit | commitdiff | tree | snapshot |
| 2009-12-27 |
Tim Kientzle | tar.5 corrections |
commit | commitdiff | tree | snapshot |
| 2009-12-23 |
Michihiro NAKAJIMA | Eliminate more warnings on Borland C. |
commit | commitdiff | tree | snapshot |
| 2009-12-22 |
Michihiro NAKAJIMA | Fix comparison of ino. |
commit | commitdiff | tree | snapshot |
| 2009-12-22 |
Michihiro NAKAJIMA | Eliminate warnings on Visual Studio 10 W64. |
commit | commitdiff | tree | snapshot |
| 2009-12-21 |
Michihiro NAKAJIMA | Avoid build failure on Visual Studio 10 W64. |
commit | commitdiff | tree | snapshot |
| 2009-12-21 |
Michihiro NAKAJIMA | Eliminate the warnings of the conversion of types on... |
commit | commitdiff | tree | snapshot |
| 2009-12-21 |
Michihiro NAKAJIMA | On Borland C environment, both dirent.h and direct... |
commit | commitdiff | tree | snapshot |
| 2009-12-21 |
Michihiro NAKAJIMA | Eliminate the warnings which Borland C Compiler complai... |
commit | commitdiff | tree | snapshot |
| 2009-12-20 |
Michihiro NAKAJIMA | Eliminate the warnings which Borland C Compiler complai... |
commit | commitdiff | tree | snapshot |
| 2009-12-20 |
Michihiro NAKAJIMA | In libarchive_test, disable the warning which Borland... |
commit | commitdiff | tree | snapshot |
| 2009-12-20 |
Michihiro NAKAJIMA | On Windows, don't use _strdup directly because Borland C |
commit | commitdiff | tree | snapshot |
| 2009-12-18 |
Michihiro NAKAJIMA | _chmod is obsolete on the Borland C environment. |
commit | commitdiff | tree | snapshot |
| 2009-12-18 |
Michihiro NAKAJIMA | Eliminate warnings that some function parameters are... |
commit | commitdiff | tree | snapshot |
| 2009-12-18 |
Michihiro NAKAJIMA | Don't use _getcwd and _strdup on Borland C Compiler. |
commit | commitdiff | tree | snapshot |
| 2009-12-18 |
Michihiro NAKAJIMA | On Windows, make sure not to leave empty directories |
commit | commitdiff | tree | snapshot |
| 2009-12-17 |
Michihiro NAKAJIMA | Disable two warnings on Borland C Compiler. |
commit | commitdiff | tree | snapshot |
| 2009-12-17 |
Michihiro NAKAJIMA | Remove an unneeded pragma that disable signed/unsigned... |
commit | commitdiff | tree | snapshot |
| 2009-12-17 |
Michihiro NAKAJIMA | Add IO_REPARSE_TAG_SYMLINK macro if not defined. |
commit | commitdiff | tree | snapshot |
| 2009-12-17 |
Michihiro NAKAJIMA | Borland C does not provide _access,_chdir,_getcwd,_strd... |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | Fix indents. |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | Avoid segv on linux64. It caused at second calling... |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | bzstream_valid is not presented if bzip2 is not available. |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | All of invalid_parameter_handler() are used only when... |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | Borland C++ does not provide sys/utime.h. |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Brad King | Isolate libxml header check |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Brad King | Create ENABLE_OPENSSL CMake option |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | Avoid warnings with bcc that are comparing signed and... |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | Explicit unused variables at __archive_check_child(). |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | Eliminate a paramter 'sym' of __link(), which is no... |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | Correct a wide character buffer size of MultiByteToWide... |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | Remove unreachable statement in archive_read_support_fo... |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | Remove unreachable statement. |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | Remove unused variable. |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Michihiro NAKAJIMA | On Windows, do not define and use WIFSIGNALED because... |
commit | commitdiff | tree | snapshot |
| 2009-12-16 |
Tim Kientzle | Fix Issue 56: Don't crash when reading an mtree input... |
commit | commitdiff | tree | snapshot |
| 2009-12-15 |
Michihiro NAKAJIMA | Eliminate test_write_compress_program failur on Visual... |
commit | commitdiff | tree | snapshot |
| 2009-12-15 |
Michihiro NAKAJIMA | Remove unneeded including windows.h at tar/write.c. |
commit | commitdiff | tree | snapshot |
| 2009-12-15 |
Michihiro NAKAJIMA | Avoid build error on Visual Studio 10. |
commit | commitdiff | tree | snapshot |
| 2009-12-14 |
Michihiro NAKAJIMA | Don't check whether bsdxml is available or not. |
commit | commitdiff | tree | snapshot |
| 2009-12-14 |
Tim Kientzle | Refactor the release-building scripts just a bit: |
commit | commitdiff | tree | snapshot |
| 2009-12-13 |
Tim Kientzle | We no longer use %jd or %lld from the system printf, so |
commit | commitdiff | tree | snapshot |
| 2009-12-13 |
Tim Kientzle | Correct the spelling of RIPEMD160. |
commit | commitdiff | tree | snapshot |
| 2009-12-13 |
Tim Kientzle | A few Cmake build improvements from Issue 48: |
commit | commitdiff | tree | snapshot |
| 2009-12-13 |
Tim Kientzle | Regression test for Issue 51: Verify that interpolating... |
commit | commitdiff | tree | snapshot |
| 2009-12-13 |
Tim Kientzle | More explanation of bad arguments. |
commit | commitdiff | tree | snapshot |
| 2009-12-13 |
Tim Kientzle | r1729 was wrong. Revert it and use a better approach. |
commit | commitdiff | tree | snapshot |
| 2009-12-13 |
Tim Kientzle | Work around Borland C's broken _open() implementation. |
commit | commitdiff | tree | snapshot |
| 2009-12-13 |
Tim Kientzle | Not all Windows environments have sys/utime.h, so obey... |
commit | commitdiff | tree | snapshot |
| 2009-12-12 |
Tim Kientzle | Cpio "odc" format limits the ino value to 18 bits.... |
commit | commitdiff | tree | snapshot |
| 2009-12-12 |
Tim Kientzle | Explicitly test for sigaction() rather than |
commit | commitdiff | tree | snapshot |
| 2009-12-08 |
Michihiro NAKAJIMA | Eliminate unneeded initialization. |
commit | commitdiff | tree | snapshot |
| 2009-12-08 |
Michihiro NAKAJIMA | Reduce loop count of connecting hardlinked files. |
commit | commitdiff | tree | snapshot |
| 2009-12-08 |
Tim Kientzle | Reduce the likelihood of false hardlinks by ignoring... |
commit | commitdiff | tree | snapshot |
| 2009-12-07 |
Brad King | Merge libarchive 2.7 |
commit | commitdiff | tree | snapshot |
| 2009-12-07 |
Tim Kientzle | Remove -Werror for production release. |
commit | commitdiff | tree | snapshot |
| 2009-12-07 |
Tim Kientzle | Correct some printf format strings, per Issue 52. |
commit | commitdiff | tree | snapshot |
| 2009-12-07 |
Tim Kientzle | Fix empty error message reported in Issue 51. |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Tim Kientzle | Style: Break some long lines. |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Tim Kientzle | FreeBSD has bsdxml.h |
commit | commitdiff | tree | snapshot |
| next |