]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2013-09-16  Ross LagerwallShow third party library versions in version string 49/head
2013-09-04  Tony MorlanFix chown line in shardump format
2013-09-04  Tim KientzleSome more test cases around the "2 hours ago" concept.
2013-09-04  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2013-07-12  Tim Kientzlehttp://code.google.com/p/libarchive/issues/detail?id=325
2013-07-12  Tim Kientzlehttp://code.google.com/p/libarchive/issues/detail?id=325
2013-06-29  Andres MejiaAdd more files autogenerated by automake build system...
2013-06-29  Pavel RaiskupUse ustar format in the test_option_b test
2013-06-29  Tim KientzleRework the sign-extension to avoid left-shift of
2013-05-01  Tim KientzleUpdated libarchive.spec from Nikolai Lifanov.
2013-04-14  Tim KientzleMerge pull request #32 from bamiaux/fix_win32_exclusive...
2013-04-14  Tim KientzleMerge pull request #40 from juikim/master
2013-04-11  Tim KientzleIssue 314: A tar archive containing only a single...
2013-04-06  Tim KientzleExpose the generic archive_free hook
2013-04-06  Tim KientzleIf seek fails, fail the xar read. We should be able...
2013-04-01  Jung-uk KimDo not overwrite file size if the local file header... 40/head
2013-03-30  Tim KientzleMerge pull request #33 from xiw/overflow
2013-03-23  Tim KientzleLimit write requests to at most INT_MAX.
2013-03-16  Xi WangFix overflow checking in archive_entry_sparse_add_entry() 33/head
2013-02-24  Andres MejiaFix test_archive_write_add_filter_by_name_lrzip test...
2013-02-24  Andres MejiaAllow the option to use no 2nd stage compression with...
2013-02-24  Andres MejiaInitialize buff to all zeros.
2013-02-24  Andres MejiaFix test cases for LZO write support.
2013-02-23  Tim Kientzlewrite_raw support from Marek Kubica
2013-02-23  Andres MejiaRevert "Allow adding extra CFLAGS with a configure...
2013-02-23  Andres MejiaRevert "Remove unnecessary use of arguments from AC_ARG...
2013-02-23  Andres MejiaRemove unnecessary use of arguments from AC_ARG_WITH...
2013-02-23  Andres MejiaAllow adding extra CFLAGS with a configure option.
2013-02-23  Andres MejiaFix compile warning due to -Wcast-qual.
2013-02-22  Andres MejiaFix compiler warning from compiling with clang.
2013-02-22  Andres MejiaAdd test case for adding pathnames with no leading...
2013-02-22  Dave Reisnermtree: fix line filename length calculation.
2013-02-21  Andres MejiaTest correct archive in test_extract_cpio_lzo test...
2013-02-17  Tim Kientzlestyle fix
2013-02-17  Tim KientzleMerge pull request #38 from Leonidas-from-XIV/bugfix...
2013-02-16  Marek KubicaMade calls to the finish_entry callback optional 38/head
2013-02-10  Andres MejiaRedo the strings sorting function, allocate/free memory...
2013-02-10  Andres MejiaAdd a convenience function to sort a list of strings.
2013-02-09  Martin PittSet offset to correct data type.
2013-02-09  Martin PittUse correct define for libarchive version number in...
2013-02-09  Benjamin DrungSet a default error message if message passed in is...
2013-02-09  Benjamin DrungFix build failure of example program because of __FBSDI...
2013-02-09  Andres MejiaReenable developer cflags.
2013-02-09  Andres MejiaUpdate NEWS file. v3.1.2
2013-02-09  Andres MejiaRemove developer cflags.
2013-02-09  Andres MejiaBump version to 3.1.2.
2013-02-09  Andres MejiaUpdate libarchive website location.
2013-02-09  Andres MejiaRemove the 4th argument to CRYPTO_CHECK, it is no longe...
2013-02-08  Andres MejiaFix check for openssl on Windows.
2013-02-08  Andres MejiaChange crypto checks, find necessary library before...
2013-02-08  Andres MejiaInitialize buff, fix valgrind warning about use of...
2013-02-08  Andres MejiaMerge pull request #36 from falconindy/manpages
2013-02-07  Andres MejiaCast comparison functions to __compar_fn_t if stdlib...
2013-02-07  Andres MejiaFix warnings about redefinition of variables, use eithe...
2013-02-07  Andres MejiaFix warning about unused variable triggered when not...
2013-02-07  Andres MejiaModel the pcre checks for the autotools build system...
2013-02-06  Andres MejiaSet WINVER default to use Windows 2000 API.
2013-02-05  Andres MejiaRemove redundant defines of WINVER and _WIN32_WINNT...
2013-02-05  Andres MejiaProvide better check for when libpcreposix is to be...
2013-02-05  Andres MejiaFix pcre checks to work on visual studio builds using...
2013-02-05  Andres MejiaAdd check for finding libgcc.
2013-02-04  Dave Reisnerbuild-sys: install all library manpages 36/head
2013-02-04  Andres MejiaFix crypto check failures on Windows.
2013-02-03  Andres MejiaCorrect ordering of preferred library for crypto functi...
2013-02-03  Andres MejiaPartially revert commit 58dc42aaea93cd281aafaaaa4c3926c...
2013-02-03  Andres MejiaUpdate the ordering of preferred libraries that provide...
2013-02-03  Andres MejiaMake sure to check for Windows crypto functions for...
2013-02-03  Andres MejiaAdd *.exe to .gitignore.
2013-02-03  Andres MejiaFix mingw build because of bad check for libpcreposix.
2013-02-03  Andres MejiaMake POSIX regex checks cleaner.
2013-02-03  Andres MejiaUse different check for libbz2 on Windows.
2013-02-02  Andres MejiaDo not ignore errors when generating documentation.
2013-02-02  Andres MejiaUse same check from cmake in autotools for POSIX regex...
2013-02-02  Andres MejiaChange ordering of libraries to check for POSIX regular...
2013-02-02  Andres MejiaUse a string option to select what library is to suppor...
2013-02-02  Andres MejiaAdd Nettle include dir in check for nettle crypto funct...
2013-02-02  Andres MejiaUse cmake module similar to FindLZMA.cmake to find...
2013-02-01  Andres MejiaUse a string option WINDOWS_VERSION to set WINVER and...
2013-02-01  Andres MejiaFix checks for crypto algorithms in Visual Studio builds.
2013-02-01  Andres MejiaFix test failures in libarchive built using Visual...
2013-02-01  Andres MejiaSet use of /SAFESEH linker flag for all LIBARCHIVE_CHEC...
2013-02-01  Andres MejiaModify CHECK_C_SOURCE_* checks to fix builds using...
2013-02-01  Andres MejiaCheck that build did not succeed with WITHOUT_PCRE_STAT...
2013-02-01  Andres MejiaAdd check for build without PCRE_STATIC defined.
2013-02-01  Andres MejiaRedo check for pcreposix library.
2013-02-01  Andres MejiaMinor formatting change, no functional change.
2013-02-01  Andres MejiaRename PCREPOSIX_INCLUDE* to PCRE_INCLUDE* as pcreposix...
2013-02-01  Andres MejiaAdd CMake option to explicitly enable/disable /SAFESEH...
2013-01-31  Andres MejiaSupport POSIX regular expression support using PCRE...
2013-01-30  Andres MejiaFix build errors on Visual Studio from negating value...
2013-01-30  Andres MejiaRemove error about unreachable code, fixes build on...
2013-01-28  Andres MejiaWrite common checks for files in a separate function.
2013-01-28  Andres MejiaAdd new test case to thouroughly test multivolume RAR...
2013-01-27  Andres MejiaAdd new tests in multivolume RAR seek test case.
2013-01-27  Andres MejiaChange how seek support in stored RARs are handled.
2013-01-26  Andres MejiaAdd checks for proper return value reading past EOF...
2013-01-26  Andres MejiaFix check for EOF in RAR format reader.
2013-01-26  Andres MejiaFix build failure when doing normal builds.
2013-01-26  Andres MejiaUpdate RAR test case to expect correct results from...
2013-01-26  Andres MejiaGive formats/filters way to know data amount requested...
next