| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
* | flexmember: port better to GCC + valgrind | Paul Eggert | 2016-09-07 | 1 | -11/+2 |
* | fts: handle readdir() errors | Pádraig Brady | 2016-06-26 | 1 | -2/+12 |
* | Use GCC_LINT, not lint | Paul Eggert | 2016-05-30 | 1 | -2/+2 |
* | fts: don't unconditionally use leaf optimization for NFS | Pádraig Brady | 2016-01-18 | 1 | -9/+10 |
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | fts: ensure leaf optimization is used for NFS | Kamil Dudka | 2015-12-20 | 1 | -0/+5 |
* | fts: enable leaf optimization for XFS | Pádraig Brady | 2015-12-20 | 1 | -0/+2 |
* | fts: port to C11 alignof | Paul Eggert | 2015-10-18 | 1 | -3/+8 |
* | fts: avoid reading beyond the heap allocation | Pádraig Brady | 2015-06-25 | 1 | -0/+7 |
* | fts: port to GCC 5.1 with --enable-gcc-warnings | Paul Eggert | 2015-04-27 | 1 | -1/+1 |
* | fts: remove redundant close() (trivial) | Jaroslav Skarvada | 2015-02-20 | 1 | -3/+0 |
* | fts: avoid crash when a cycle is added while traversing | Kamil Dudka | 2015-02-17 | 1 | -3/+9 |
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
* | assure: new module | Paul Eggert | 2014-12-20 | 1 | -1/+1 |
* | fts: port to C89 | Paul Eggert | 2014-11-10 | 1 | -2/+2 |
* | fts: avoid unnecessary strlen calls | Eric Blake | 2014-04-09 | 1 | -0/+3 |
* | fts: avoid unnecessary strlen calls | Paul Eggert | 2014-04-09 | 1 | -2/+3 |
* | fts: avoid unnecessary strlen calls | Bernhard Voelker | 2014-04-09 | 1 | -8/+6 |
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
* | ftruncate, fts, lstat, openat, raise: no 'static inline' | Paul Eggert | 2012-11-29 | 1 | -2/+2 |
* | fts: introduce FTS_VERBATIM | Dmitry V. Levin | 2012-11-17 | 1 | -6/+9 |
* | fts: reduce two or more trailing slashes to just one, usually | Jim Meyering | 2012-09-04 | 1 | -0/+8 |
* | fts: when there is no risk of overlap, use memcpy, not memmove | Jim Meyering | 2012-09-04 | 1 | -1/+1 |
* | maint: spelling fixes | Paul Eggert | 2012-02-05 | 1 | -1/+1 |
* | In commentary, do not use ` to quote. | Paul Eggert | 2012-01-05 | 1 | -5/+5 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | mark functions with const and pure attributes | Jim Meyering | 2011-11-28 | 1 | -1/+1 |
* | fts: close parent dir FD before returning from post-traversal fts_read | Jim Meyering | 2011-10-24 | 1 | -8/+15 |
* | fts: do not exhaust memory when processing million-entry directories | Jim Meyering | 2011-08-19 | 1 | -29/+111 |
* | maint: fts: move decl of `dp' down into while loop; split a long line | Jim Meyering | 2011-08-19 | 1 | -3/+7 |
* | fts: add/use new struct member, fts_dirp | Jim Meyering | 2011-08-19 | 1 | -13/+21 |
* | maint: fts: give __opendir2 a new parameter and rename | Jim Meyering | 2011-08-19 | 1 | -3/+3 |
* | maint: fts.c: remove __opendir2's now-unused parameter, oflag | Jim Meyering | 2011-08-19 | 1 | -2/+2 |
* | maint: fts.c: correct off-by-one indentation | Jim Meyering | 2011-08-19 | 1 | -25/+24 |
* | maint: fts.c: move __opendir2 #define "up" out of function body | Jim Meyering | 2011-08-19 | 1 | -15/+13 |
* | maint: fts.c: remove #if-0'd FTS_WHITEOUT code | Jim Meyering | 2011-08-19 | 1 | -20/+1 |
* | fts: introduce FTS_NOATIME | Eric Blake | 2011-07-08 | 1 | -7/+10 |
* | maint: correct misuse of "a" and "an" | Jim Meyering | 2011-05-20 | 1 | -1/+1 |
* | Revert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE" | Jim Meyering | 2011-04-25 | 1 | -9/+1 |
* | use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE | Jim Meyering | 2011-04-25 | 1 | -1/+9 |
* | maint: adjust cpp indentation to reflect nesting depth | Jim Meyering | 2011-02-22 | 1 | -1/+1 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
* | fts, getcwd, glob: audit for dirfd returning -1 | Paul Eggert | 2010-09-14 | 1 | -13/+14 |
* | fts: use O_NOFOLLOW to avoid race condition when opening a directory | Paul Eggert | 2010-09-13 | 1 | -3/+8 |
* | fts: don't operate on an invalid file descriptor after failed dup | Jim Meyering | 2010-09-13 | 1 | -1/+2 |
* | fcntl-h, etc.: prefer O_SEARCH to O_RDONLY when applicable | Paul Eggert | 2010-09-01 | 1 | -3/+3 |
* | Remove vestiges of fts-lgpl module. | Bruno Haible | 2010-03-29 | 1 | -33/+1 |
* | define STREQ(a,b) consistently, removing useless parentheses | Jim Meyering | 2010-01-24 | 1 | -1/+1 |