summaryrefslogtreecommitdiff
path: root/libarchive/archive_check_magic.c
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded strlenMarc Espie2020-06-041-1/+1
* Mark functions that don't return as dead.Joerg Sonnenberger2017-02-261-1/+1
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-1/+1
* Introduce archive_matching APIs. This is a set of utility functions toMichihiro NAKAJIMA2012-01-171-0/+1
* Only abort() if the archive handle is so screwed up that weTim Kientzle2011-02-191-8/+31
* DO NOT USE C++ style comments like // in C code !Björn Jacke2011-02-171-2/+2
* Correct the error message printed for a state failure.Tim Kientzle2010-03-041-1/+1
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-19/+36
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Use the standard abort() function to terminate the program if there'sTim Kientzle2009-11-191-2/+1
* Fix some compiler warnings in VS9.Tim Kientzle2009-09-131-1/+1
* Handle short writes correctly.Tim Kientzle2009-05-101-2/+10
* Building on Ubuntu 9 provoked some complaints about return valuesTim Kientzle2009-05-081-1/+2
* Issue 15, part 1. Mechanical conversion of #defines, libarchive/Charles Wilson2009-03-171-2/+2
* On Windows, throw a debug exception on a fatal internal error.Tim Kientzle2009-01-021-0/+8
* IFCTim Kientzle2008-12-051-1/+1
* 2 is more portable than STDERR_FILENOTim Kientzle2008-11-101-1/+1
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+118