| 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 |
| 2009-12-06 |
Tim Kientzle | Explain the index number validation here. |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Michihiro NAKAJIMA | Eliminate a warning with liblzmadec. |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Michihiro NAKAJIMA | Fix typo. |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Michihiro NAKAJIMA | Remove unneeded initialization. |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Michihiro NAKAJIMA | Properly cleanup hardlinked list. |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Michihiro NAKAJIMA | Do not try finding hardlinked files which are resolved. |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Michihiro NAKAJIMA | Add check of the number of the nlink to an xar test. |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Michihiro NAKAJIMA | Fix several warnings with strict compiling flags. |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Tim Kientzle | Further refine the index number checks for cpio and... |
commit | commitdiff | tree | snapshot |
| 2009-12-06 |
Tim Kientzle | 1) Empty cpio test uses assertEqualMem() for better... |
commit | commitdiff | tree | snapshot |
| 2009-12-05 |
Tim Kientzle | If we're using xml2-config to link libxml2, use it... |
commit | commitdiff | tree | snapshot |
| 2009-12-04 |
Michihiro NAKAJIMA | Add support for xar reader. |
commit | commitdiff | tree | snapshot |
| 2009-12-04 |
Michihiro NAKAJIMA | When creationg a hash, a persisted private key is unneeded. |
commit | commitdiff | tree | snapshot |
| 2009-12-03 |
Michihiro NAKAJIMA | Properly use hash functions on Windows. |
commit | commitdiff | tree | snapshot |
| 2009-12-03 |
Michihiro NAKAJIMA | CALG_SHA256, CALG_SHA384 and CALG_SHA512 are wrong... |
commit | commitdiff | tree | snapshot |
| 2009-12-03 |
Michihiro NAKAJIMA | Revert previous change of tar/tree.c |
commit | commitdiff | tree | snapshot |
| 2009-12-03 |
Michihiro NAKAJIMA | Add archive_hash.h into libarchive/CMakefile.txt |
commit | commitdiff | tree | snapshot |
| 2009-12-02 |
Tim Kientzle | Remove AC_HEADER_STDC from the autoconf configuration, as |
commit | commitdiff | tree | snapshot |
| 2009-12-01 |
Brad King | Remove STDC_HEADERS check from non-autoconf builds |
commit | commitdiff | tree | snapshot |
| 2009-11-30 |
Brad King | Support openssl without SHA-2 hash functions |
commit | commitdiff | tree | snapshot |
| 2009-11-30 |
Brad King | Fix hash function config tests with CMake |
commit | commitdiff | tree | snapshot |
| 2009-11-30 |
Tim Kientzle | Several fixes to Windows handling in tree.c: |
commit | commitdiff | tree | snapshot |
| 2009-11-29 |
Tim Kientzle | Fuzz test the rpm unwrapper. |
commit | commitdiff | tree | snapshot |
| 2009-11-29 |
Tim Kientzle | The fuzz tester uncovered an infinite loop in the recov... |
commit | commitdiff | tree | snapshot |
| 2009-11-29 |
Tim Kientzle | Cast away a compiler warning. |
commit | commitdiff | tree | snapshot |
| 2009-11-29 |
Tim Kientzle | Fix an embarrassing typo that prevented the display... |
commit | commitdiff | tree | snapshot |
| 2009-11-29 |
Tim Kientzle | Adjust this test to verify the convention that tar... |
commit | commitdiff | tree | snapshot |
| 2009-11-29 |
Tim Kientzle | r1679 provides a way to gracefully handle the failure... |
commit | commitdiff | tree | snapshot |
| 2009-11-29 |
Tim Kientzle | "Fix" this test on Win32 by suppressing tests of error... |
commit | commitdiff | tree | snapshot |
| 2009-11-29 |
Tim Kientzle | Suppress some "unused return value" warnings from clang. |
commit | commitdiff | tree | snapshot |
| 2009-11-29 |
Tim Kientzle | Failure to decompress a single entry is not a FATAL... |
commit | commitdiff | tree | snapshot |
| 2009-11-29 |
Tim Kientzle | If we don't have any way to decompress a test archive... |
commit | commitdiff | tree | snapshot |
| 2009-11-23 |
Michihiro NAKAJIMA | Add RPM filter. |
commit | commitdiff | tree | snapshot |
| 2009-11-19 |
Tim Kientzle | Use the standard abort() function to terminate the... |
commit | commitdiff | tree | snapshot |
| 2009-11-19 |
Tim Kientzle | Clang static analysis found an error return that was... |
commit | commitdiff | tree | snapshot |
| 2009-11-18 |
Brad King | Use _CrtSetReportMode only where available |
commit | commitdiff | tree | snapshot |
| 2009-11-18 |
Brad King | Use ADD_TEST_28 macro to fix tests with the VS IDE |
commit | commitdiff | tree | snapshot |
| 2009-11-18 |
Brad King | Create ADD_TEST_28 macro to approximate CMake 2.8 |
commit | commitdiff | tree | snapshot |
| 2009-11-18 |
Brad King | Require CMake 2.6.3 or higher |
commit | commitdiff | tree | snapshot |
| 2009-11-18 |
Tim Kientzle | Increase the limit for the -b option from 1024 to 8192. |
commit | commitdiff | tree | snapshot |
| 2009-11-17 |
Michihiro NAKAJIMA | Use assertEqualInt instead of assert. |
commit | commitdiff | tree | snapshot |
| 2009-11-17 |
Michihiro NAKAJIMA | Remove unnecessary changing the current working directory. |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Michihiro NAKAJIMA | Avoid compiling error on linux. |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Michihiro NAKAJIMA | Revert r1617. |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Michihiro NAKAJIMA | Do not set a birthtime to the archive entry if the... |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Brad King | Put local include dir first |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Brad King | Convert CRLF -> LF newlines |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Brad King | Add try-compile for 'major' |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Brad King | Include test.h first in test main.c sources |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Brad King | Add missing include <limits.h> |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Brad King | Initialize passwd/group lookup result |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Brad King | Use consistent function storage class |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Brad King | Extract ACL octal digit using mask of type 'int' |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Brad King | Simplify try-compile for SIZE_MAX |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Michihiro NAKAJIMA | Cover r1583. |
commit | commitdiff | tree | snapshot |
| 2009-11-16 |
Tim Kientzle | On Windows, building a client against a static libarchive |
commit | commitdiff | tree | snapshot |
| 2009-11-13 |
Tim Kientzle | If gzip decompression stumbles at the very end, return... |
commit | commitdiff | tree | snapshot |
| 2009-11-13 |
Tim Kientzle | Fix ACL parsing bug that would erroneously set the... |
commit | commitdiff | tree | snapshot |
| 2009-11-13 |
Tim Kientzle | Work around a compiler warning pointed out by Bill... |
commit | commitdiff | tree | snapshot |
| 2009-11-13 |
Tim Kientzle | svn:ignore the build libarchive.pc file. |
commit | commitdiff | tree | snapshot |
| 2009-11-13 |
Tim Kientzle | The ustar header for the 'x' entry in pax format can... |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Fix Borland integer constants |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Borland does not prefix strdup, setmode, or umask |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Borland signature of _open has no mode |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Do not include <sys/utime.h> on Borland |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Use ARCHIVE_ERRNO_FILE_FORMAT instead of EILSEQ |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Disable inline keyword for Borland and old HP-UX |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Fix size_t and ssize_t defaults on Borland |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Fix uid_t, git_t, dev_t, and mode_t on Borland |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Select stdint.h or inttypes.h in archive.h |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Do not redefine stat and file mode macros |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Use setmode compatiblity macro on Windows |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Provide SetFilePointerEx for VS 6 |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Use macro for 64-bit integer literal suffixes |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Configure intptr_t and uintptr_t defaults |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Fix wincrypt.h inclusion on VS 6 |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Default (u)intmax_t to (u)int64_t |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Use __int64 for int64_t default on Windows |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Brad King | Use standard defaults for (u)int32_t and uint16_t |
commit | commitdiff | tree | snapshot |
| 2009-11-11 |
Tim Kientzle | Probe for cygwin_conv_path in cmake build, for Cygwin... |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | Value stored to 'code' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | Value stored to 'i' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | Teach it to compiler and analyzer that function `lafe_e... |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | Value stored to 'i' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | Avoid possibility dereference of null pointer. |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | Although the value stored to 'v' is used in the enclosi... |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | Although the value stored to 'ret2' is used in the... |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | Although the value stored to 'p' is used in the enclosi... |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | - Value stored to 'data' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | Value stored to 'used' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | - Value stored to 'pax' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | Value stored to 's' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | Return ARCHIVE_WARN if large inode number was truncated. |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Michihiro NAKAJIMA | - Value stored to 'ret' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-09 |
Tim Kientzle | pkgconfig support from Xavier, plus a couple of missing... |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Tim Kientzle | If you overflow an int64_t, use INT64_MAX, not UINT64_MAX. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'cpio' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'ret' is never read. |
commit | commitdiff | tree | snapshot |
| next |