summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-292-2/+2
* libarchive: Do not use pthread.h API without headerBrad King2015-10-281-2/+1
* libarchive: Test for Clang builtin before using itBrad King2015-10-281-1/+4
* libarchive: Avoid using 'uint8_t' as bitfield typeBrad King2015-10-221-8/+8
* libarchive: Avoid using name 'hz'Brad King2015-10-221-3/+3
* libarchive: Drop outdated CMake portability snprintfBrad King2015-10-221-4/+0
* libarchive: Avoid non-portable u_int8_tBrad King2015-10-221-7/+7
* libarchive: Use CommonCrypto APIs on OS X only when availableBrad King2015-10-224-3/+20
* libarchive: Define O_CLOEXEC when missingBrad King2015-10-221-0/+4
* libarchive: Fix VS 7.1 Debug buildBrad King2015-10-211-1/+1
* libarchive: Guard bcyrpt.h with HAVE_BCRYPT_HBrad King2015-10-211-1/+1
* libarchive: Drop CMake-specific Borland compiler workaroundBrad King2015-10-211-7/+0
* libarchive: Define version macro before first useBrad King2015-10-211-10/+10
* Merge branch 'libarchive-upstream' into update-libarchiveBrad King2015-10-2196-1018/+8121
* Merge topic 'fix-libarchive-mktemp'Brad King2015-04-101-3/+5
|\
| * libarchive: Fix string concatentation in Windows mktemp implementationTim Kientzle2015-04-091-3/+5
* | libarchive: Use base-256 encoding for UID/GID like GNU tar doesNils Gladitz2015-04-091-6/+6
|/
* libarchive: Constify internal __archive_get_date implementationBrad King2015-01-151-4/+4
* Fix some spelling errors in commentsGeoff Viola2014-10-132-2/+2
* CMake: Enable use of liblzma in libarchive (#14504)Daniel Pfeifer2014-07-298-7/+8
* Merge topic 'hpux-libarchive-compile'Brad King2014-06-091-1/+1
|\
| * libarchive: Fix compilation on Tru64 with F_SETTIMESBrad King2014-06-091-1/+1
* | Merge topic 'hpux-libarchive-compile'Brad King2014-06-091-12/+14
|\ \ | |/
| * libarchive: fix compilation on newer HP-UX versionsRolf Eike Beer2014-06-091-12/+14
* | libarchive: Use _snprintf on Windows, not snprintfBrad King2014-04-151-0/+4
* | Merge branch 'libarchive-upstream' into update-libarchiveBrad King2014-04-157-139/+182
* | libarchive: Avoid left-shift overflow of signed integerBrad King2014-04-151-2/+2
* | libarchive: Avoid using name 'u_long'Brad King2014-04-112-29/+28
* | libarchive: Do not require includers to have windows.hBrad King2014-04-031-1/+1
* | libarchive: Convert literal LL suffix to ARCHIVE_LITERAL_LLBrad King2014-04-031-16/+16
* | libarchive: Update archive_util.c to use CMake zlib and bzip2 headersBrad King2014-04-031-2/+2
* | Merge branch 'libarchive-upstream' into update-libarchiveBrad King2014-04-0350-1923/+3859
* | libarchive: Fix compliation with Open WatcomJiri Malak2014-03-093-3/+8
|/
* Fix wording of "the the" typos throughout textRuslan Baratov2014-01-031-1/+1
* libarchive: Use ARCHIVE_LITERAL_ULL to add ULL integer suffixBrad King2013-12-091-1/+1
* libarchive: Port upstream issue 320 second fixBrad King2013-12-091-20/+48
* libarchive: Port upstream issue 320 fixBrad King2013-11-251-11/+7
* libarchive: Avoid struct init with variableBrad King2013-07-311-1/+3
* libarchive: Silence API deprecation warningsBrad King2013-07-311-5/+2
* libarchive: Include cm_zlib.h to get zlib used by CMakeBrad King2013-07-312-2/+2
* Merge branch 'libarchive-upstream' into update-libarchiveBrad King2013-07-31144-4053/+17773
* libarchive: Fix free() order to avoid accessing freed memoryÖmer Fadıl USTA2013-07-151-1/+1
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-1/+1
* Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-072-4/+4
* libarchive: fixed undefined left shift with signed intsSean McBride2012-11-301-4/+32
* Fix typo direcotry -> directory (and similar) [#13444]Rolf Eike Beer2012-07-302-2/+2
* libarchive: Avoid 'inline' on SunPro < 5.9 (#13277)Brad King2012-06-071-0/+3
* libarchive: Avoid 'inline' keyword on XL C v6 (#13148)Brad King2012-04-191-0/+3
* libarchive: Avoid trailing , in enum for XL v6 (#13148)Jim Hague2012-04-191-5/+5
* libarchive: Workaround mbsnrtowcs assertion failure on old glibcBrad King2012-02-101-0/+5