log lib/fts.c @ 40244:c39a0edd90d7

age author description
Sun, 17 Mar 2019 12:39:50 -0700 Paul Eggert fts: minor simplification
Sun, 27 Jan 2019 04:57:27 +0100 Bruno Haible fts: Optimize on Android.
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Tue, 23 Oct 2018 19:10:21 -0700 Paul Eggert backupfile: new dir_fd args
Mon, 08 Oct 2018 16:45:36 -0700 Bernhard Voelker fts: remove FTS_NOATIME
Sun, 13 May 2018 18:42:37 -0700 Pádraig Brady fts: avoid a memory leak edge case
Wed, 11 Apr 2018 16:27:03 -0700 Paul Eggert fts: add comment
Wed, 11 Apr 2018 12:50:35 -0700 Paul Eggert fts: fix bug in find across filesystems
Thu, 05 Apr 2018 08:48:01 -0700 Paul Eggert fts: treat CIFS like NFS
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Thu, 14 Sep 2017 00:35:56 +0200 Bruno Haible all: Replace many more http URLs by https URLs. Update stale URLs.
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Fri, 08 Sep 2017 09:35:53 -0700 Paul Eggert * lib/fts.c: Fix XFS comments.
Sat, 12 Aug 2017 11:20:41 -0700 Paul Eggert fts: fix cloexec races
Thu, 10 Aug 2017 06:06:06 -0700 Paul Eggert fts: port recent changes to CentOS 6
Sun, 30 Jul 2017 13:06:41 -0700 Paul Eggert Don't interpret EOVERFLOW to mean nonexistence
Tue, 25 Jul 2017 00:00:19 -0700 Paul Eggert fts: simplify fts_build
Mon, 24 Jul 2017 23:54:00 -0700 Paul Eggert fts: three levels of leaf optimization
Mon, 24 Jul 2017 23:44:05 -0700 Paul Eggert fts: cache dirent_inode_sort_may_be_useful too
Mon, 24 Jul 2017 23:28:26 -0700 Paul Eggert fts: introduce MIN_DIR_NLINK
Mon, 24 Jul 2017 23:21:57 -0700 Paul Eggert fts: nlink_t signedness fixups
Thu, 18 May 2017 08:36:27 -0700 Jim Meyering fallthrough: update for GCC 7/8
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Wed, 07 Sep 2016 02:01:42 -0700 Paul Eggert flexmember: port better to GCC + valgrind
Wed, 22 Jun 2016 13:49:53 +0100 Pádraig Brady fts: handle readdir() errors
Mon, 30 May 2016 12:18:19 -0700 Paul Eggert Use GCC_LINT, not lint
Mon, 18 Jan 2016 17:29:28 +0000 Pádraig Brady fts: don't unconditionally use leaf optimization for NFS
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Wed, 09 Dec 2015 07:34:56 +0100 Kamil Dudka fts: ensure leaf optimization is used for NFS
Sun, 20 Dec 2015 23:46:05 +0000 Pádraig Brady fts: enable leaf optimization for XFS
Sun, 18 Oct 2015 09:52:45 -0700 Paul Eggert fts: port to C11 alignof
Wed, 24 Jun 2015 23:52:24 +0100 Pádraig Brady fts: avoid reading beyond the heap allocation
Mon, 27 Apr 2015 01:19:03 -0700 Paul Eggert fts: port to GCC 5.1 with --enable-gcc-warnings
Fri, 20 Feb 2015 22:53:52 +0000 Jaroslav Skarvada fts: remove redundant close() (trivial)
Wed, 11 Feb 2015 18:41:43 +0100 Kamil Dudka fts: avoid crash when a cycle is added while traversing
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Sat, 20 Dec 2014 13:00:21 -0800 Paul Eggert assure: new module
Mon, 10 Nov 2014 15:43:22 -0800 Paul Eggert fts: port to C89
Wed, 09 Apr 2014 10:20:08 -0600 Eric Blake fts: avoid unnecessary strlen calls
Wed, 09 Apr 2014 09:08:55 -0700 Paul Eggert fts: avoid unnecessary strlen calls
Wed, 09 Apr 2014 14:14:08 +0200 Bernhard Voelker fts: avoid unnecessary strlen calls
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Tue, 20 Nov 2012 22:25:09 -0800 Paul Eggert ftruncate, fts, lstat, openat, raise: no 'static inline'
Sun, 18 Nov 2012 04:40:18 +0400 Dmitry V. Levin fts: introduce FTS_VERBATIM
Tue, 04 Sep 2012 11:36:38 +0200 Jim Meyering fts: reduce two or more trailing slashes to just one, usually
Tue, 04 Sep 2012 11:31:09 +0200 Jim Meyering fts: when there is no risk of overlap, use memcpy, not memmove
Sun, 05 Feb 2012 13:42:03 -0800 Paul Eggert maint: spelling fixes
Thu, 05 Jan 2012 23:53:49 -0800 Paul Eggert In commentary, do not use ` to quote.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Thu, 02 Jun 2011 10:05:59 +0200 Jim Meyering mark functions with const and pure attributes
Sun, 23 Oct 2011 22:42:25 +0200 Jim Meyering fts: close parent dir FD before returning from post-traversal fts_read
Wed, 17 Aug 2011 10:27:29 +0200 Jim Meyering fts: do not exhaust memory when processing million-entry directories
Wed, 17 Aug 2011 09:24:06 +0200 Jim Meyering maint: fts: move decl of `dp' down into while loop; split a long line
Wed, 17 Aug 2011 09:20:41 +0200 Jim Meyering fts: add/use new struct member, fts_dirp
Tue, 16 Aug 2011 20:20:30 +0200 Jim Meyering maint: fts: give __opendir2 a new parameter and rename
Tue, 16 Aug 2011 20:18:33 +0200 Jim Meyering maint: fts.c: remove __opendir2's now-unused parameter, oflag
Tue, 16 Aug 2011 20:17:07 +0200 Jim Meyering maint: fts.c: correct off-by-one indentation
Tue, 16 Aug 2011 20:11:51 +0200 Jim Meyering maint: fts.c: move __opendir2 #define "up" out of function body
Tue, 16 Aug 2011 20:08:24 +0200 Jim Meyering maint: fts.c: remove #if-0'd FTS_WHITEOUT code