summaryrefslogtreecommitdiff
path: root/lib/fts.c
Commit message (Expand)AuthorAgeFilesLines
* Support FALLTHROUGH macro better in glibc+clang.Paul Eggert2023-03-271-1/+1
* fts: fail gracefully when out of memoryChuanGang Jiang2023-02-271-1/+5
* fts: pacify GCC 12 -Wstrict-aliasingPaul Eggert2023-02-041-2/+2
* fts: pacify GCC 13 -Wuse-after-freePaul Eggert2023-02-041-5/+10
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* fts: make debug version compilable againPaul Eggert2022-12-091-22/+36
* fts: fix race + mishandling of fstatat failurePaul Eggert2022-12-061-8/+24
* fts: omit goto break_without_closedirPaul Eggert2022-12-061-6/+2
* fts: clarify ISSETPaul Eggert2022-12-061-1/+1
* fts: fix errno handling if dirfd failsPaul Eggert2022-09-251-1/+2
* stdalign: prefer to not include <stdalign.h>Paul Eggert2022-09-131-1/+0
* Rely on new stdbool behaviorPaul Eggert2022-09-101-1/+0
* fts: Fix compilation error with MSVC 14.Bruno Haible2022-09-041-0/+3
* fts: revert change to use AT_NO_AUTOMOUNTPaul Eggert2022-03-101-2/+2
* fts: be consistent about AT_NO_AUTOMOUNTPaul Eggert2022-03-091-17/+17
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* gnulib-common.m4: Use C2x [[maybe_unused]] when possible.Bruno Haible2021-08-221-4/+4
* fnmatch, regex, fts: FALLTHROUGH consistencyPaul Eggert2021-01-191-2/+2
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Silence warnings from clang 10 with -Wimplicit-fallthrough.Bruno Haible2020-08-091-3/+3
* Optimize three-valued comparison between integers.Bruno Haible2020-07-241-2/+1
* fts: Make more robust in multithreaded applications.Bruno Haible2020-05-281-1/+1
* attribute: new modulePaul Eggert2020-05-031-0/+1
* Tune fts for FTS_LOGICAL+FTS_NOSTATPaul Eggert2020-04-251-3/+4
* fts: remove NOSTAT_LEAF_OPTIMIZATIONPaul Eggert2020-04-151-48/+8
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* fts: tune via callocPaul Eggert2019-12-171-2/+2
* fts: minor simplificationPaul Eggert2019-03-171-1/+0
* fts: Optimize on Android.Bruno Haible2019-01-271-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* backupfile: new dir_fd argsPaul Eggert2018-10-231-25/+1
* fts: remove FTS_NOATIMEBernhard Voelker2018-10-081-7/+4
* fts: avoid a memory leak edge casePádraig Brady2018-05-201-0/+1
* fts: add commentPaul Eggert2018-04-111-1/+5
* fts: fix bug in find across filesystemsPaul Eggert2018-04-111-24/+31
* fts: treat CIFS like NFSPaul Eggert2018-04-051-1/+7
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-141-2/+2
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* * lib/fts.c: Fix XFS comments.Paul Eggert2017-09-081-3/+3
* fts: fix cloexec racesPaul Eggert2017-08-121-19/+8
* fts: port recent changes to CentOS 6Paul Eggert2017-08-101-2/+8
* Don't interpret EOVERFLOW to mean nonexistencePaul Eggert2017-07-301-3/+1
* fts: simplify fts_buildPaul Eggert2017-07-251-25/+15
* fts: three levels of leaf optimizationPaul Eggert2017-07-251-17/+37
* fts: cache dirent_inode_sort_may_be_useful tooPaul Eggert2017-07-251-106/+96
* fts: introduce MIN_DIR_NLINKPaul Eggert2017-07-251-5/+14
* fts: nlink_t signedness fixupsPaul Eggert2017-07-251-17/+9
* fallthrough: update for GCC 7/8Jim Meyering2017-05-191-2/+10