2013-09-06 |
Jean-Yves Migeon | Hide *lafe_progname and provide getter/setter instead. 47/head |
commit | commitdiff | tree |
2013-09-05 |
Jean-Yves Migeon | st_dev field corresponds to dev{major,minor} and not... |
commit | commitdiff | tree |
2013-09-05 |
Jean-Yves Migeon | Bug fix (segfault): check filename against NULL in... |
commit | commitdiff | tree |
2013-09-04 |
Jean-Yves Migeon | Document "resdevice" and "inode". |
commit | commitdiff | tree |
2013-09-04 |
Jean-Yves Migeon | Implement "resdevice" and "inode" in the mtree(5) spec. |
commit | commitdiff | tree |
2013-09-04 |
Jean-Yves Migeon | Small typo fix in parse_device()'s description. |
commit | commitdiff | tree |
2013-09-04 |
Jean-Yves Migeon | Start implementing the "resdevice" (resident device... |
commit | commitdiff | tree |
2013-09-03 |
Jean-Yves Migeon | Add the device parsing logic. It allows mtree's libarch... |
commit | commitdiff | tree |
2013-09-03 |
Jean-Yves Migeon | Document the "device" keyword and its value. |
commit | commitdiff | tree |
2013-08-30 |
Jean-Yves Migeon | Typo fix. |
commit | commitdiff | tree |
2013-08-29 |
Jean-Yves Migeon | "optional" is also supported, so add it to mtree.5. |
commit | commitdiff | tree |
2013-08-29 |
Jean-Yves Migeon | sha384 and sha512 are supported tags, add them to mtree.5. |
commit | commitdiff | tree |
2013-07-12 |
Tim Kientzle | http://code.google.com/p/libarchive/issues/detail?id=325 |
commit | commitdiff | tree |
2013-07-12 |
Tim Kientzle | http://code.google.com/p/libarchive/issues/detail?id=325 |
commit | commitdiff | tree |
2013-06-29 |
Andres Mejia | Add more files autogenerated by automake build system... |
commit | commitdiff | tree |
2013-06-29 |
Pavel Raiskup | Use ustar format in the test_option_b test |
commit | commitdiff | tree |
2013-06-29 |
Tim Kientzle | Rework the sign-extension to avoid left-shift of |
commit | commitdiff | tree |
2013-05-01 |
Tim Kientzle | Updated libarchive.spec from Nikolai Lifanov. |
commit | commitdiff | tree |
2013-04-14 |
Tim Kientzle | Merge pull request #32 from bamiaux/fix_win32_exclusive... |
commit | commitdiff | tree |
2013-04-14 |
Tim Kientzle | Merge pull request #40 from juikim/master |
commit | commitdiff | tree |
2013-04-11 |
Tim Kientzle | Issue 314: A tar archive containing only a single... |
commit | commitdiff | tree |
2013-04-06 |
Tim Kientzle | Expose the generic archive_free hook |
commit | commitdiff | tree |
2013-04-06 |
Tim Kientzle | If seek fails, fail the xar read. We should be able... |
commit | commitdiff | tree |
2013-04-01 |
Jung-uk Kim | Do not overwrite file size if the local file header... 40/head |
commit | commitdiff | tree |
2013-03-30 |
Tim Kientzle | Merge pull request #33 from xiw/overflow |
commit | commitdiff | tree |
2013-03-23 |
Tim Kientzle | Limit write requests to at most INT_MAX. |
commit | commitdiff | tree |
2013-03-16 |
Xi Wang | Fix overflow checking in archive_entry_sparse_add_entry() 33/head |
commit | commitdiff | tree |
2013-02-24 |
Andres Mejia | Fix test_archive_write_add_filter_by_name_lrzip test... |
commit | commitdiff | tree |
2013-02-24 |
Andres Mejia | Allow the option to use no 2nd stage compression with... |
commit | commitdiff | tree |
2013-02-24 |
Andres Mejia | Initialize buff to all zeros. |
commit | commitdiff | tree |
2013-02-24 |
Andres Mejia | Fix test cases for LZO write support. |
commit | commitdiff | tree |
2013-02-23 |
Tim Kientzle | write_raw support from Marek Kubica |
commit | commitdiff | tree |
2013-02-23 |
Andres Mejia | Revert "Allow adding extra CFLAGS with a configure... |
commit | commitdiff | tree |
2013-02-23 |
Andres Mejia | Revert "Remove unnecessary use of arguments from AC_ARG... |
commit | commitdiff | tree |
2013-02-23 |
Andres Mejia | Remove unnecessary use of arguments from AC_ARG_WITH... |
commit | commitdiff | tree |
2013-02-23 |
Andres Mejia | Allow adding extra CFLAGS with a configure option. |
commit | commitdiff | tree |
2013-02-23 |
Andres Mejia | Fix compile warning due to -Wcast-qual. |
commit | commitdiff | tree |
2013-02-22 |
Andres Mejia | Fix compiler warning from compiling with clang. |
commit | commitdiff | tree |
2013-02-22 |
Andres Mejia | Add test case for adding pathnames with no leading... |
commit | commitdiff | tree |
2013-02-22 |
Dave Reisner | mtree: fix line filename length calculation. |
commit | commitdiff | tree |
2013-02-21 |
Andres Mejia | Test correct archive in test_extract_cpio_lzo test... |
commit | commitdiff | tree |
2013-02-17 |
Tim Kientzle | style fix |
commit | commitdiff | tree |
2013-02-17 |
Tim Kientzle | Merge pull request #38 from Leonidas-from-XIV/bugfix... |
commit | commitdiff | tree |
2013-02-16 |
Marek Kubica | Made calls to the finish_entry callback optional 38/head |
commit | commitdiff | tree |
2013-02-10 |
Andres Mejia | Redo the strings sorting function, allocate/free memory... |
commit | commitdiff | tree |
2013-02-10 |
Andres Mejia | Add a convenience function to sort a list of strings. |
commit | commitdiff | tree |
2013-02-09 |
Martin Pitt | Set offset to correct data type. |
commit | commitdiff | tree |
2013-02-09 |
Martin Pitt | Use correct define for libarchive version number in... |
commit | commitdiff | tree |
2013-02-09 |
Benjamin Drung | Set a default error message if message passed in is... |
commit | commitdiff | tree |
2013-02-09 |
Benjamin Drung | Fix build failure of example program because of __FBSDI... |
commit | commitdiff | tree |
2013-02-09 |
Andres Mejia | Reenable developer cflags. |
commit | commitdiff | tree |
2013-02-09 |
Andres Mejia | Update NEWS file. v3.1.2 |
commit | commitdiff | tree |
2013-02-09 |
Andres Mejia | Remove developer cflags. |
commit | commitdiff | tree |
2013-02-09 |
Andres Mejia | Bump version to 3.1.2. |
commit | commitdiff | tree |
2013-02-09 |
Andres Mejia | Update libarchive website location. |
commit | commitdiff | tree |
2013-02-09 |
Andres Mejia | Remove the 4th argument to CRYPTO_CHECK, it is no longe... |
commit | commitdiff | tree |
2013-02-08 |
Andres Mejia | Fix check for openssl on Windows. |
commit | commitdiff | tree |
2013-02-08 |
Andres Mejia | Change crypto checks, find necessary library before... |
commit | commitdiff | tree |
2013-02-08 |
Andres Mejia | Initialize buff, fix valgrind warning about use of... |
commit | commitdiff | tree |
2013-02-08 |
Andres Mejia | Merge pull request #36 from falconindy/manpages |
commit | commitdiff | tree |
2013-02-07 |
Andres Mejia | Cast comparison functions to __compar_fn_t if stdlib... |
commit | commitdiff | tree |
2013-02-07 |
Andres Mejia | Fix warnings about redefinition of variables, use eithe... |
commit | commitdiff | tree |
2013-02-07 |
Andres Mejia | Fix warning about unused variable triggered when not... |
commit | commitdiff | tree |
2013-02-07 |
Andres Mejia | Model the pcre checks for the autotools build system... |
commit | commitdiff | tree |
2013-02-06 |
Andres Mejia | Set WINVER default to use Windows 2000 API. |
commit | commitdiff | tree |
2013-02-05 |
Andres Mejia | Remove redundant defines of WINVER and _WIN32_WINNT... |
commit | commitdiff | tree |
2013-02-05 |
Andres Mejia | Provide better check for when libpcreposix is to be... |
commit | commitdiff | tree |
2013-02-05 |
Andres Mejia | Fix pcre checks to work on visual studio builds using... |
commit | commitdiff | tree |
2013-02-05 |
Andres Mejia | Add check for finding libgcc. |
commit | commitdiff | tree |
2013-02-04 |
Dave Reisner | build-sys: install all library manpages 36/head |
commit | commitdiff | tree |
2013-02-04 |
Andres Mejia | Fix crypto check failures on Windows. |
commit | commitdiff | tree |
2013-02-03 |
Andres Mejia | Correct ordering of preferred library for crypto functi... |
commit | commitdiff | tree |
2013-02-03 |
Andres Mejia | Partially revert commit 58dc42aaea93cd281aafaaaa4c3926c... |
commit | commitdiff | tree |
2013-02-03 |
Andres Mejia | Update the ordering of preferred libraries that provide... |
commit | commitdiff | tree |
2013-02-03 |
Andres Mejia | Make sure to check for Windows crypto functions for... |
commit | commitdiff | tree |
2013-02-03 |
Andres Mejia | Add *.exe to .gitignore. |
commit | commitdiff | tree |
2013-02-03 |
Andres Mejia | Fix mingw build because of bad check for libpcreposix. |
commit | commitdiff | tree |
2013-02-03 |
Andres Mejia | Make POSIX regex checks cleaner. |
commit | commitdiff | tree |
2013-02-03 |
Andres Mejia | Use different check for libbz2 on Windows. |
commit | commitdiff | tree |
2013-02-02 |
Andres Mejia | Do not ignore errors when generating documentation. |
commit | commitdiff | tree |
2013-02-02 |
Andres Mejia | Use same check from cmake in autotools for POSIX regex... |
commit | commitdiff | tree |
2013-02-02 |
Andres Mejia | Change ordering of libraries to check for POSIX regular... |
commit | commitdiff | tree |
2013-02-02 |
Andres Mejia | Use a string option to select what library is to suppor... |
commit | commitdiff | tree |
2013-02-02 |
Andres Mejia | Add Nettle include dir in check for nettle crypto funct... |
commit | commitdiff | tree |
2013-02-02 |
Andres Mejia | Use cmake module similar to FindLZMA.cmake to find... |
commit | commitdiff | tree |
2013-02-01 |
Andres Mejia | Use a string option WINDOWS_VERSION to set WINVER and... |
commit | commitdiff | tree |
2013-02-01 |
Andres Mejia | Fix checks for crypto algorithms in Visual Studio builds. |
commit | commitdiff | tree |
2013-02-01 |
Andres Mejia | Fix test failures in libarchive built using Visual... |
commit | commitdiff | tree |
2013-02-01 |
Andres Mejia | Set use of /SAFESEH linker flag for all LIBARCHIVE_CHEC... |
commit | commitdiff | tree |
2013-02-01 |
Andres Mejia | Modify CHECK_C_SOURCE_* checks to fix builds using... |
commit | commitdiff | tree |
2013-02-01 |
Andres Mejia | Check that build did not succeed with WITHOUT_PCRE_STAT... |
commit | commitdiff | tree |
2013-02-01 |
Andres Mejia | Add check for build without PCRE_STATIC defined. |
commit | commitdiff | tree |
2013-02-01 |
Andres Mejia | Redo check for pcreposix library. |
commit | commitdiff | tree |
2013-02-01 |
Andres Mejia | Minor formatting change, no functional change. |
commit | commitdiff | tree |
2013-02-01 |
Andres Mejia | Rename PCREPOSIX_INCLUDE* to PCRE_INCLUDE* as pcreposix... |
commit | commitdiff | tree |
2013-02-01 |
Andres Mejia | Add CMake option to explicitly enable/disable /SAFESEH... |
commit | commitdiff | tree |
2013-01-31 |
Andres Mejia | Support POSIX regular expression support using PCRE... |
commit | commitdiff | tree |
2013-01-30 |
Andres Mejia | Fix build errors on Visual Studio from negating value... |
commit | commitdiff | tree |
2013-01-30 |
Andres Mejia | Remove error about unreachable code, fixes build on... |
commit | commitdiff | tree |
2013-01-28 |
Andres Mejia | Write common checks for files in a separate function. |
commit | commitdiff | tree |
next |