summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* First implementation of UTF-8 path support for Zip reader.utf8Tim Kientzle2016-01-038-154/+284
* Apply global flag in substitutionSean Farley2016-01-032-54/+75
* 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
* | Merge pull request #628 from obache/neatsrc/issue-627Tim Kientzle2015-12-274-2/+25
|\ \
| * | Ensure to declare UINTMAX_MAX, INTMAX_MAX and INTMAX_MINOBATA Akio2015-12-274-2/+25
|/ /
* | 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
* | Merge pull request #608 from Tarsnap/fix-automake-whitespaceTim Kientzle2015-09-291-1/+1
|\ \ | |/ |/|
| * Fix trailing whitespace in Makefile.amGraham Percival2015-09-291-1/+1
|/
* Merge pull request #606 from betafive/pbarker/minitarTim Kientzle2015-09-261-9/+18
|\
| * Cleanup error message printing in minitar examplePaul Barker2015-09-251-9/+18
|/
* Merge pull request #601 from Tarsnap/strdup-allocation-failure-checkTim Kientzle2015-09-091-1/+4
|\
| * 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
* Merge pull request #599 from Tarsnap/add-missing-tests-to-automakeTim Kientzle2015-09-041-0/+2
|\
| * add missing tests to automakeGraham Percival2015-09-021-0/+2
* | Merge pull request #596 from Tarsnap/warn-hardlink-target-failureTim Kientzle2015-09-033-0/+53
|\ \ | |/ |/|
| * Add test for #595 "warn missing hardlink target"Graham Percival2015-09-022-0/+46
| * Warn if target of hard-link is not presentGraham Percival2015-09-021-0/+7
|/
* Issue 593: Add .travis.yml for Travis-CITim Kientzle2015-08-271-0/+20
* Issue 591Tim Kientzle2015-08-271-1/+1