Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-13 | fix incorrect base name offset from nftw when pathname ends in slash(es) | Rich Felker | 1 | -3/+9 | |
the rightmost '/' character is not necessarily the delimiter before the basename; it could be a spurious trailing character on the directory name. this change does not introduce any normalization of pathnames or stripping of trailing slashes, contrary to at least glibc and perhaps other implementations; it jusst prevents their presence from breaking things. whether further changes should be made is an open question that may depend on conformance and/or application compatibility considerations. based loosely on patch by Joakim Sindholt. | |||||
2014-02-01 | fix nftw FTW_MOUNT flag | Rich Felker | 1 | -2/+1 | |
the incorrect check for crossing device boundaries was preventing nftw from traversing anything except the initially provided pathname. | |||||
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 1 | -2/+0 | |
2011-04-18 | protect ftw and nftw against cancellation | Rich Felker | 1 | -1/+6 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+121 | |