summaryrefslogtreecommitdiff
path: root/libarchive_fe
Commit message (Expand)AuthorAgeFilesLines
* Refactor lafe_setprogname slightly to avoid the repeated logic about default ...Tim Kientzle2013-12-192-3/+5
* Hide *lafe_progname and provide getter/setter instead.Jean-Yves Migeon2013-09-062-2/+25
* Allow format string checking with GCC.Joerg Sonnenberger2012-02-282-2/+12
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-122-114/+0
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-2/+2
* Fix build failure at libarchive_fe.Michihiro NAKAJIMA2012-01-181-0/+1
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-184-522/+11
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-1/+1
* Remove unnecessary call to strlen; we already know how long this string is.Colin Percival2011-08-161-1/+1
* Accept both '!' and '^' for a negated character class.Tim Kientzle2010-10-061-2/+2
* Improve the testing of tar -X and try to correctly handle some odd cases.Tim Kientzle2010-04-111-29/+26
* Simplify the line reader:Joerg Sonnenberger2010-02-201-31/+29
* The second argument for lafe_line_reader has been changed to a booleanJoerg Sonnenberger2010-02-201-1/+1
* Remove unreachable code.Michihiro NAKAJIMA2010-01-061-2/+0
* Don't use _getcwd and _strdup on Borland C Compiler.Michihiro NAKAJIMA2009-12-181-1/+1
* Teach it to compiler and analyzer that function `lafe_errc' is no return.Michihiro NAKAJIMA2009-11-091-1/+8
* Make the __FBSDID() handling more platform-agnostic by usingTim Kientzle2009-11-011-5/+7
* Test various line separators in -T input, including CRLF, NL, and null.Tim Kientzle2009-08-234-11/+20
* Windows _strdup nonsense.Tim Kientzle2009-07-271-0/+4
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-269-0/+983