summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Update autotools and fix warnings (#1815)Rose2023-01-093-3/+3
| | | | We do not need to check TIME_WITH_SYS_TIME anymore. We can check HAVE_SYS_TIME_H and not bother checking for C99.
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-091-6/+6
| | | | | | | | | Otherwise there are 32/64-bit pointer conversions going on. In Windows since MSVC2005, time_t has been 64-bit. MinGW needs a hack to get 64-bit time_t. Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Rosen Penev <rosenp@gmail.com>
* untar.c: style fixesMartin Matuska2022-02-071-10/+10
|
* Merge pull request #1170 from kidandcat/patch-1Martin Matuška2022-02-071-2/+14
|\ | | | | Windows support for contrib/untar
| * Update untar.cJairo2022-02-071-2/+2
| |
| * Update untar.cJairo2022-02-071-1/+1
| |
| * Windows supportJairo2019-04-151-2/+14
| |
* | Fix typosSamanta Navarro2021-06-012-2/+2
| | | | | | | | Typos found with codespell
* | Bump minor version in contrib/libarchive.specMartin Matuska2020-12-041-1/+1
| |
* | Moved oss-fuzz files from oss-fuzz to Libarchives repositoryAdam Korczynski2020-05-062-0/+65
| |
* | Moved the corpus file to the contrib dirAdam Korczynski2020-04-251-0/+0
| |
* | contrib/archivetest: fix compilation under MinGWMartin Matuska2020-01-221-5/+11
| |
* | Minor corrections to the formatting of manual page.Ingo Schwarze2019-09-211-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found with mandoc -Tlint; fixing the following messages: WARNING: bad NAME section content WARNING: missing comma before name WARNING: new sentence, new line WARNING: parenthesis in function name WARNING: skipping no-space macro WARNING: skipping paragraph macro WARNING: unusual Xr order WARNING: unusual Xr punctuation STYLE: no blank before trailing delimiter STYLE: possible typo in section name STYLE: trailing delimiter STYLE: whitespace at end of input line For the meaning of the messages, see: https://man.openbsd.org/mandoc#DIAGNOSTICS
* | 3.4.0v3.4.0Martin Matuska2019-06-111-1/+1
| |
* | Update specfile to a version usable on coprMartin Matuska2019-06-101-69/+180
| |
* | contrib/archivetest: report archive_error_string() on errorMartin Matuska2019-05-201-3/+7
| |
* | contrib/archivetest: add help, support stdin, quiet mode and data skip modeMartin Matuska2019-05-171-24/+101
| |
* | Add contrib/archivetest.c utility to test archives with libarchiveMartin Matuska2019-05-161-0/+137
|/
* Bug #1128: Deletion of unnecessary checks before calls of the function ↵Markus Elfring2019-02-041-2/+1
| | | | | | | | | | | | | “free” The function “free” is documented in the way that no action shall occur for a passed null pointer. It is therefore not needed that a function caller repeats a corresponding check. https://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first This issue was fixed by using the software “Coccinelle 1.0.7”. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
* Android.mk: update libarchive sourcesAnthony Brandon2018-06-211-1/+1
| | | | | | | Remove non existent file and add missing file the list of libarchive sources in Android.mk. Signed-off-by: Anthony Brandon <anthony@amarulasolutions.com>
* Fix alphabetical order, other small fixesSean Purcell2017-05-151-2/+2
|
* Add Zstandard write supportSean Purcell2017-05-151-0/+1
|
* Add Zstandard read supportSean Purcell2017-05-151-0/+1
|
* Remove support for liblzmadec and use FindLibLZMAMartin Matuska2016-10-261-3/+0
| | | | Closes #806
* Add large file support for androiddosomder2016-03-142-10/+60
| | | | | Android doesn't support the macro _FILE_OFFSET_BITS=64 however it does support a few file64 functions
* Add api level check for android configdosomder2016-03-121-6/+12
| | | | Some features are only included since api level 21
* Add ST_MTIME_NSEC case to archive_entry_copy_statdosomder2016-03-111-1/+1
| | | | Android uses st_mtime_nsec
* Fix android intmax compiler warningsdosomder2016-03-111-0/+3
|
* Merge pull request #96 from trevd/masterTim Kientzle2014-12-146-0/+1731
|\ | | | | Add Android AOSP Build System Makefile fragments and config files
| * Add Android AOSP Build System Makefile fragments and config filesTrevor Drake2014-12-136-0/+1731
| | | | | | | | | | add def guard for S_IRGRP which is defined in the AndroidConfig.h system header
* | Use binary mode when opening files.Tim Kientzle2014-12-121-3/+3
|/
* untar.c bootstrap program is public domainTim Kientzle2014-06-201-0/+4
|
* Updated libarchive.spec from Nikolai Lifanov.Tim Kientzle2013-05-011-66/+24
|
* Last of Ulrich Spoerlein's spelling fixes.Tim Kientzle2012-01-072-5/+5
| | | | SVN-Revision: 4094
* Spelling fixes from Ulrich SpoerleinTim Kientzle2012-01-072-2/+2
| | | | SVN-Revision: 4093
* On second thought, leave Jan Psota's tables alone and just putTim Kientzle2011-02-121-4/+18
| | | | | | a footnote with my additional comments. SVN-Revision: 2976
* Clarify that Jan Psota's test reflects invalid resultsTim Kientzle2011-02-122-4/+7
| | | | | | | for "bsdtar compare" because that operation is not supported by bsdtar. SVN-Revision: 2975
* Document some of the other items in the contrib directory.Tim Kientzle2011-02-121-1/+25
| | | | SVN-Revision: 2974
* Cast size_t values to int so we can print them with %d.Tim Kientzle2011-02-121-2/+2
| | | | SVN-Revision: 2973
* Don't iterate past the end of an octal field onTim Kientzle2011-02-121-1/+1
| | | | | | a damaged archive. SVN-Revision: 2972
* fix tcp.sh to work (looks like upon importation it picked up some address ↵Brian Harring2010-09-011-5/+11
| | | | | | scrubbing crap from gmail/websites). tweak the logic slightly also to just process available tar implementaitons for testing SVN-Revision: 2608
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-1/+1
| | | | | | | | | | | | | archive_write_finish to archive_write_free. Update all clients, tests, and documentation to use the new names exclusively. (Though I've not yet run a global search-and-replace against the Wiki. I'll do that shortly.) I've preserved the old names as aliases, scheduled to be removed with libarchive 4.x, so there is no immediate impact to existing code from this change. SVN-Revision: 1891
* Correct off-by-one checking for an end-of-archive marker.Tim Kientzle2009-07-311-1/+1
| | | | | | Thanks to: vti SVN-Revision: 1303
* Comment improvements, minor code fixes for standalone untar program.Tim Kientzle2009-05-301-9/+18
| | | | SVN-Revision: 1143
* Our installation instructions assume you already have a tarTim Kientzle2009-03-171-0/+216
| | | | | | | program. This is a minimalist implementation that should allow people to bootstrap the full libarchive distribution. SVN-Revision: 780
* Shar utility by Jaakko HeinonenTim Kientzle2008-11-096-0/+1191
| | | | SVN-Revision: 244
* Include Jan Psota's benchmark script and results in the 'contrib' dirTim Kientzle2008-04-302-0/+226
| | | | SVN-Revision: 9
* Include 'examples' and 'contrib' dirs from libarchive portable distro.Tim Kientzle2008-04-304-0/+493
SVN-Revision: 8