| 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 |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'target_block_length' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'state' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'target_block_length' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | - Value stored to 'ret' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'target_block_length' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'r' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'ret' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | - Value stored to 'err' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | - Value stored to 'line' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'r' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'ar' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'l' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'read_avail' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Return ARCHIVE_FATAL if BZ2_bzDecompressEnd failed. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | - Value stored to 'filter' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Value stored to 'target_block_length' is never read. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Return ARCHIVE_WARN properly if large inode number... |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | Remove duplicate code. |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | It is better that all of functions of checking volume... |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Michihiro NAKAJIMA | If a volume description is found, do not try checking... |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Tim Kientzle | Thanks to Xavier for pointing out that the security... |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Tim Kientzle | Be a little more careful about identifying mdoc-format... |
commit | commitdiff | tree | snapshot |
| 2009-11-08 |
Tim Kientzle | Fix a couple of markup errors and clarify the discussio... |
commit | commitdiff | tree | snapshot |
| 2009-11-07 |
Tim Kientzle | Make the CTest integration simpler and a little more... |
commit | commitdiff | tree | snapshot |
| 2009-11-07 |
Tim Kientzle | CDash support, thanks to Brad King. |
commit | commitdiff | tree | snapshot |
| 2009-11-07 |
Tim Kientzle | MinGW defines a value of S_IFBLK which is both useless... |
commit | commitdiff | tree | snapshot |
| 2009-11-06 |
Michihiro NAKAJIMA | Improve detecting LZMA stream data. |
commit | commitdiff | tree | snapshot |
| 2009-11-06 |
Björn Jacke | add support for setting timestamps with ns resolution... |
commit | commitdiff | tree | snapshot |
| 2009-11-06 |
Tim Kientzle | Cast away a minor type mismatch. |
commit | commitdiff | tree | snapshot |
| 2009-11-05 |
Michihiro NAKAJIMA | Add some tests for LZMA as other compression. |
commit | commitdiff | tree | snapshot |
| 2009-11-05 |
Tim Kientzle | Whitespace fix. |
commit | commitdiff | tree | snapshot |
| 2009-11-02 |
Michihiro NAKAJIMA | Compression of test data for ISO reader switch from... |
commit | commitdiff | tree | snapshot |
| 2009-11-02 |
Tim Kientzle | Rename LOCALE_DE to LOCALE_UTF8, since the code assumes... |
commit | commitdiff | tree | snapshot |
| 2009-11-02 |
Tim Kientzle | Include needsAscent on the initial stack entry so that... |
commit | commitdiff | tree | snapshot |
| 2009-11-02 |
Michihiro NAKAJIMA | Revert from previous change of tar/tree.c. It's my... |
commit | commitdiff | tree | snapshot |
| 2009-11-02 |
Michihiro NAKAJIMA | To be robust when ISO image is broken. |
commit | commitdiff | tree | snapshot |
| 2009-11-02 |
Tim Kientzle | Use CP_ACP instead of CP_THREAD_ACP. |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Tim Kientzle | Fuzz the mtree reader: Extract the sample file and... |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Tim Kientzle | Fix the name of one of the distfiles. |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Tim Kientzle | Extend the fuzz tester: |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Tim Kientzle | Extend the fuzz tester: |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Tim Kientzle | Use the format_raw handler to decompress files before... |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Tim Kientzle | -vvv should be full verbosity just like -vv. |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Michihiro NAKAJIMA | Do not reject a directory entry which couldn't find... |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Michihiro NAKAJIMA | The file queue which has "CL" extension(called cl_files... |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Tim Kientzle | Make the __FBSDID() handling more platform-agnostic... |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Tim Kientzle | Whitespace fix. |
commit | commitdiff | tree | snapshot |
| 2009-11-01 |
Tim Kientzle | Avoid %j and uintmax in cpio. |
commit | commitdiff | tree | snapshot |
| next |