1. aab9164 Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from by Rob Landley · 9 years ago
  2. 29d30be Respond to two static analysis issues in dirtree_path() reported by Ashwini Sharma. by Rob Landley · 10 years ago
  3. 749c523 Actually set the again flag when calling the dirtree comeagain callback. by Rob Landley · 10 years ago
  4. fec3fd1 Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still open, and add dir->again variable to distinguish second call instead of checking for -1 filehandle. by Rob Landley · 10 years ago
  5. ccb73f8 Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC in the flags to switch it back off.) by Rob Landley · 10 years ago
  6. 280bb59 Fix memory leak in error path. by Rob Landley · 10 years ago
  7. c810f9f This inlines CRC64, and nothing more. by Isaac Dunham · 11 years ago
  8. 090c5c6 Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtree functions. by Rob Landley · 11 years ago
  9. 37de8ed Complicate the rm -i behavior to do what posix specifies. by Rob Landley · 11 years ago
  10. 3162c27 Have dirtree_add_node() set parent so error message can provide full path. by Rob Landley · 11 years ago
  11. 7aa651a Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. by Rob Landley · 12 years ago
  12. a727b51 Only add / in dirtree_path if it hasn't already got one, spotted by Ashwini Sharma. by Rob Landley · 12 years ago
  13. 78aaef2 Unify chown and chgrp, add support for -hHLP flags. by Rob Landley · 12 years ago
  14. 6ec2178 Add dirtree_parentfd() by Rob Landley · 12 years ago
  15. 4af1e1d Implement DIRTREE_SYMFOLLOW and ls -cSHL. by Rob Landley · 12 years ago
  16. 38d3cfb Changed my mind about the design again, now callback is dirtree_opennode() and recursion choice is how caller interprets flags. by Rob Landley · 12 years ago
  17. 4fa1b32 Factor out dirtree_comeagain() callback, setting up depth-first search with open filehandle in node->extra. by Rob Landley · 12 years ago
  18. 6cd8ae6 Update chgrp so -R works, tweaking DIRTREE_COMEAGAIN design along the way. by Rob Landley · 12 years ago
  19. 8c4ae8a dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE_RECURSE and DIRTREE_SAVE. by Rob Landley · 12 years ago
  20. 4d0f02f Whitespace (tabs vs spaces) cleanup. by Rob Landley · 12 years ago
  21. 9b3af46 More work on ls. Now ls -lR sort of works-ish. by Rob Landley · 12 years ago
  22. eb7ea22 Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (from scratch) to use new dirtree infrastructure. (This breaks everything else that currently uses dirtree.) by Rob Landley · 12 years ago
  23. b5d557f Work around a reiserfs bug. (One line change, switch from looking at broken struct dirent->dt_type to looking at stat() output. The rest are unrelated variable renames.) by Rob Landley · 16 years ago
  24. 988abb3 Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. by Rob Landley · 16 years ago
  25. 603a93d If we don't remember to closedir(), the leaked filehandles add up. by Rob Landley · 16 years ago
  26. 7f184fa Make cp pass most of its test suite. Still need to add symlink support. by Rob Landley · 16 years ago
  27. 6e6871c Add first pass at cp, totally untested, unlikely to work yet. :) by Rob Landley · 16 years ago
  28. 7bc7971 Dirtree needs to use lstat(), not stat. And failure should probably be a by Rob Landley · 16 years ago
  29. 2c22685 Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment by Rob Landley · 17 years ago
  30. 103b7e0 Break out dirtree.c and let it call a function instead of returning the data. by Rob Landley · 17 years ago