summaryrefslogtreecommitdiff
path: root/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Sync up the test harnesses; add error checks to the UUdecode utilityTim Kientzle2016-01-281-2/+14
* Fix test on systems without zlibTim Kientzle2016-01-271-1/+5
* Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2016-01-192-2/+2
|\
| * Visual Studio 2015 ChangesHans Hinrichsen2016-01-132-2/+2
* | Fix nettle library probeTim Kientzle2016-01-194-4/+4
|/
* Remove Zip UTF8 tests from buildTim Kientzle2016-01-101-1/+0
* Remove Zip UTF8 tests from master.Tim Kientzle2016-01-102-155/+0
* Remove an extraneous .ElTim Kientzle2016-01-101-1/+0
* Document the 'v7' tar format support.Tim Kientzle2016-01-101-1/+26
* Fix `time` shadowing in archive_write_set_format_warc.cwatercrossing2016-01-071-3/+3
* Merge pull request #607 from betafive/pbarker/issue578Tim Kientzle2016-01-032-0/+9
|\
| * Issue 578: Close temp_fd in 7zip and xar writersPaul Barker2015-09-262-0/+9
* | Issue #631: Move 'r' into an inner scope to fix shadowingTim Kientzle2016-01-011-1/+1
* | Ensure to declare UINTMAX_MAX, INTMAX_MAX and INTMAX_MINOBATA Akio2015-12-271-0/+9
* | Fix typoJoerg Sonnenberger2015-12-191-1/+1
* | Add in two missing test cases.Tim Kientzle2015-11-191-0/+2
* | Rework to avoid some C99-isms. <sigh>Tim Kientzle2015-11-191-7/+13
* | Use CommonCrypto APIs on OS X only when availableBrad King2015-10-264-3/+20
* | Do not use pthread.h API without headerBrad King2015-10-261-2/+1
* | Define O_CLOEXEC when missing in archive_random.cBrad King2015-10-261-0/+4
* | Forward declare __archive_get_date in a dedicated internal headerBrad King2015-10-266-8/+51
* | Use macros for ZIP format integer constantsBrad King2015-10-261-19/+22
* | Invert logic of ternary pointer checksBrad King2015-10-263-3/+3
* | Improve readability of ternary expression checking for empty stringBrad King2015-10-261-3/+3
* | Guard inclusion of bcrypt.h with HAVE_BCRYPT_HBrad King2015-10-261-1/+1
* | Improve argument names of xmemmemBrad King2015-10-261-9/+10
* | Avoid non-portable u_int8_tBrad King2015-10-261-7/+7
* | Avoid trailing `,` in enum for ISO C90 compatiblityBrad King2015-10-261-5/+5
* | Workaround missing byte swap symbol on VS 7.1 Debug buildsBrad King2015-10-261-1/+1
* | Port main library code to OSF operating systemBrad King2015-10-263-4/+4
* | Update 'inline' portability for old IBM and Sun compilersBrad King2015-10-261-0/+6
* | Avoid using 'uint8_t' as bitfield typeBrad King2015-10-261-8/+8
* | Avoid using name 'u_long'Brad King2015-10-262-29/+28
* | Avoid left-shift overflow of signed integerBrad King2015-10-261-2/+2
* | Fix typo in archive_write_add_filter_lzop.c commentBrad King2015-10-261-1/+1
* | Fix typo in archive_write_set_format_mtree.c commentBrad King2015-10-261-1/+1
* | Fix typo in archive_write_set_options.3Brad King2015-10-261-1/+1
* | Define ARCHIVE_VERSION_NUMBER before first useBrad King2015-10-261-10/+10
* | These tests only run on Mac; put all the code behind conditionals.Tim Kientzle2015-10-242-4/+6
* | It seems we can no longer rely on getting WARN back whenTim Kientzle2015-10-231-2/+9
* | Don't try to be smart about probing the min/max tim_t values.Tim Kientzle2015-10-221-8/+12
* | If 7zip is not supported, skip the encryption detection test.Tim Kientzle2015-10-211-23/+24
* | When comparing ACLs for these tests, ignore 'Guest' accountTim Kientzle2015-10-212-8/+60
|/
* Check for strdup() allocation failureGraham Percival2015-09-071-1/+4
* Rework the la_ssize_t and la_int64_t definitions to avoidTim Kientzle2015-09-052-30/+40
* Add test for #595 "warn missing hardlink target"Graham Percival2015-09-021-0/+45
* Warn if target of hard-link is not presentGraham Percival2015-09-021-0/+7
* Issue 591Tim Kientzle2015-08-271-1/+1
* Issue 547: problems with compress bidderTim Kientzle2015-08-082-6/+95
* Issue 551: Fix the best-effort UTF8 conversionTim Kientzle2015-08-081-51/+17