summaryrefslogtreecommitdiff
path: root/src/exclude.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29WIP: Experimenting with a rewrite to Zig & a new data modelYorhel1-139/+0
2021-03-04Test for read error while reading the --exclude-from fileYorhel1-1/+2
2020-04-08Declare file local variables staticChristian Göttsche1-1/+1
2020-04-08Avoid using extension of variable length array folded to constant arrayChristian Göttsche1-4/+3
2020-04-07Remove trailing whitespacesChristian Göttsche1-1/+1
2020-02-10Year + version bump for 1.14.2v1.14.2Yorhel1-1/+1
2019-07-23Handle malloc failure by pausing any activityYorhel1-4/+4
2019-02-04Year + version bump for 1.14v1.14Yorhel1-1/+1
2018-01-29Year + version bump for 1.13v1.13Yorhel1-1/+1
2016-08-24Year + version bump for 1.12v1.12Yorhel1-1/+1
2014-01-22Copyright year updateYorhel1-1/+1
2013-05-09Fix a few compiler warningsYorhel1-2/+2
2013-04-12Use /**/ comments + minor style changeYorhel1-6/+4
2013-04-12has_cachedir_tag: Keep statuc allocated buffer for paths.Petr Pudlak1-5/+16
2013-04-12Let has_cachedir_tag use `malloc` instead of a buffer on the stack.Petr Pudlak1-4/+11
2013-04-12CACHEDIR.TAG - improve code style and the name of the parameter.Petr Pudlak1-15/+14
2013-04-10Add CACHEDIR.TAG support.Petr Pudlak1-0/+23
2012-08-27Fixing some whitespace issuesYorhel1-4/+4
2012-01-18Copyright year bumpYorhel1-1/+1
2011-10-31Belated copyright year bumpYorhel1-1/+1
2010-04-27Properly free() the pattern in exclude_clear()Yorhel1-0/+1
2010-02-27Copyright year bumpYorhel1-1/+1
2009-04-11Removed ncdu.h dependency from exclude.cYorhel1-1/+5
2009-04-11Rewrote exclude.c to the new styleYorhel1-35/+35
2009-01-11Year bumpyorhel1-1/+1
2008-08-02Updated copyright year to cover 2008 as wellyorhel1-1/+1
2007-07-24* Changed default sort order to size, descending, and don't sort dirs before ...yorhel1-1/+1
2007-07-21Added exclude option and increased version numeryorhel1-0/+96