summaryrefslogtreecommitdiff
path: root/libarchive/archive_match.c
Commit message (Expand)AuthorAgeFilesLines
* non-recursive extract and listPatrick Ohly2019-04-151-1/+30
* Don't #undef stat and #define stat(). stat is one of those unfortunateJoel Uckelman2018-10-181-1/+1
* Match archive.h for la_int64_t vs int64_tJoerg Sonnenberger2017-10-071-2/+2
* Spelling fixesGraham Percival2016-12-271-6/+6
* Fix a couple of typographical errors.Peter Pentchev2016-07-071-1/+1
* Forward declare __archive_get_date in a dedicated internal headerBrad King2015-10-261-1/+1
* Issue 327: tar should accept zero-sized exclude files with -XTim Kientzle2015-01-101-2/+7
* Use correct variable types for ASCII Windows functions.Maurus Cuelenaere2013-09-161-1/+1
* Fix warning about unused variable triggered when not building on WIN32.Andres Mejia2013-02-071-0/+2
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-1/+1
* Fix a possibility of memory leaks when realloc fails.Michihiro NAKAJIMA2012-09-181-2/+5
* Enable an aggressive warning C4706 on MSVC.Michihiro NAKAJIMA2012-02-201-4/+4
* Fix build failure in aggressive warnings on msys.Michihiro NAKAJIMA2012-02-161-7/+8
* Slightly simplify time_excluded funtion and add a check of the time flagMichihiro NAKAJIMA2012-02-131-10/+10
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-121-0/+169
* Fix build failure with -Wcast-qual GCC option since it happend on FreeBSD cur...Michihiro NAKAJIMA2012-02-091-6/+6
* Fix build failure with -Wshadow GCC option since it happend on FreeBSD current.Michihiro NAKAJIMA2012-02-091-12/+13
* Code quality:Michihiro NAKAJIMA2012-02-081-17/+44
* Make archive_match_owner_exclude fast by sorting id list.Michihiro NAKAJIMA2012-02-081-7/+28
* Seperate internal functions set_timefilter_pathname* into Posix version andMichihiro NAKAJIMA2012-02-081-43/+51
* Rename an internal function name from set_time_str to set_timefilter_date.Michihiro NAKAJIMA2012-02-081-6/+8
* Always overwrite comparson conditions if the pathname is the sameMichihiro NAKAJIMA2012-02-081-17/+9
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-0/+1615