1. f7466e4 find: fix regression in status processing for path arguments by Felix Fietkau · 10 years ago
  2. 3e9b13e find: support -perm /BITS. Closes 7340 by Denys Vlasenko · 10 years ago
  3. f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 11 years ago
  4. 6be3a52 find: exit code fixes for find -exec by Denys Vlasenko · 11 years ago
  5. 14158b4 find: add optional support for '-exec ... {} +' by Bartosz Golaszewski · 11 years ago
  6. 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
  7. 6885e49 find: code shrink by Denys Vlasenko · 11 years ago
  8. 6eb0cbe find: fix a regression introduced with -HLP support by Denys Vlasenko · 11 years ago
  9. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  10. 6db5f67 find:: get rid of nested function (it's a gcc-ism) by Denys Vlasenko · 12 years ago
  11. 6782f48 find: support -HLP by Denys Vlasenko · 12 years ago
  12. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  13. 2dc1a97 find: make -mindepth N -xdev correctly stop on mountpoints by Denys Vlasenko · 12 years ago
  14. 7c8aa2b typo fix in comment by Denys Vlasenko · 13 years ago
  15. be1cfee find: if DESKTOP=y, support -wholename (synonym for -path) by Denys Vlasenko · 13 years ago
  16. abc33ac Fix find -follow support by Ian Wienand · 13 years ago
  17. 87249fb find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config by Denys Vlasenko · 13 years ago
  18. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  19. b24ef03 find: cater for libc w/o FNM_CASEFOLD by Denys Vlasenko · 14 years ago
  20. 7948ecb find: implement -ipath by Bogdan Harjoc · 14 years ago
  21. e1a4209 find: trim help text a bit by Denys Vlasenko · 14 years ago
  22. 053c12e find: remove the hack we use to parse options first, replace with simpler code by Denys Vlasenko · 14 years ago
  23. 805f245 find: print/print0/prune _can_ be inverted, fix it by Denys Vlasenko · 14 years ago
  24. 27076b8 find: document ! (not) operator by Denys Vlasenko · 14 years ago
  25. 4604dd8 find: help text: PATH must be first by Denys Vlasenko · 14 years ago
  26. 56cdb2f find: yet another tweak to help text by Denys Vlasenko · 14 years ago
  27. 4dea9eb find: fix help text about -prune: it also does assume -print by Denys Vlasenko · 14 years ago
  28. cef85c2 find: significantly improve hext text. +116 bytes by Denys Vlasenko · 14 years ago
  29. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  30. a61ff51 find: add rudimentary support for -exec {} + by Denys Vlasenko · 14 years ago
  31. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  32. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  33. 4f731ce findutils/*: move usage and applet bits to *.c files by Denys Vlasenko · 15 years ago
  34. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  35. 7fb68f1 make it possible to keep Config/Kbuild snippets in *.c files by Denys Vlasenko · 15 years ago
  36. 9138817 find: fix -name matching for dotfiles. -1 byte by Denys Vlasenko · 15 years ago
  37. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  38. 2e73d84 find: tweak error message by Bernhard Reutner-Fischer · 15 years ago
  39. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  40. ce9b97f find: correct handling of -xdev by Denys Vlasenko · 15 years ago
  41. d0f601f find: add optional support for -links. +100 bytes by Matheus Izvekov · 15 years ago
  42. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  43. 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
  44. 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
  45. 6c750f1 find: do not recurse into directories with depth == --maxdepth by Denys Vlasenko · 15 years ago
  46. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  47. aa7da73 add USE_PORTABLE_CODE option and use it in find applet by Denys Vlasenko · 15 years ago
  48. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  49. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  50. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  51. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  52. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  53. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  54. 0f3a580 gcc compat fix and warning suppression by Joe Krahn <krahn AT niehs.nih.gov> by Denis Vlasenko · 17 years ago
  55. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  56. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  57. 75aa615 find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>) by Denis Vlasenko · 17 years ago
  58. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  59. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  60. dcf9bba fix -xdev behavior in the presence of two or more nested mount points by Paul Fox · 17 years ago
  61. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  62. 838daca find: fix SELinux-related warning by Denis Vlasenko · 17 years ago
  63. 319f8eb httpd: round down sendfile byte count to 64k *: style fixes by Denis Vlasenko · 17 years ago
  64. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  65. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
  66. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  67. 4b9b0ce find: fix build failure on certain configs by Denis Vlasenko · 17 years ago
  68. 99fcc62 find: style fix by Denis Vlasenko · 17 years ago
  69. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  70. a19faf8 find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>) by Denis Vlasenko · 18 years ago
  71. 53a0e97 find: make -size match GNU find by Denis Vlasenko · 18 years ago
  72. b941129 find: add conditional support for -maxdepth and -regex by Denis Vlasenko · 18 years ago
  73. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  74. 62f0479 find: add support for -delete, -path (by Natanael Copa) by Denis Vlasenko · 18 years ago
  75. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
  76. cd7001f factor out NOFORK/NOEXEC code from find. Use it for xargs too. by Denis Vlasenko · 18 years ago
  77. 7e754f1 Implement first instance of NOFORK applet - echo by Denis Vlasenko · 18 years ago
  78. b04b435 find: fix -prune more. Add big comment about it. by Denis Vlasenko · 18 years ago
  79. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 18 years ago
  80. 6d79dd6 - size and prune were mixed up by Bernhard Reutner-Fischer · 18 years ago
  81. 7d6c929 find: missed 'ststic' on const data by Denis Vlasenko · 18 years ago
  82. 56fce00 find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) by Denis Vlasenko · 18 years ago
  83. a87ed2c - use index_in_str_array also for find_main by Bernhard Reutner-Fischer · 18 years ago
  84. 307d27d - remove bloated switch statement. by Bernhard Reutner-Fischer · 18 years ago
  85. 557b458 - implement a TODO: Use index_in_str_array in parse_params by Bernhard Reutner-Fischer · 18 years ago
  86. 32773ac - Purely cosmetic type fiddling by Bernhard Reutner-Fischer · 18 years ago
  87. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 18 years ago
  88. b292264 find: fix -not support by Denis Vlasenko · 18 years ago
  89. cf787cf find: support for ! by Denis Vlasenko · 18 years ago
  90. 10b7996 - strip 12 bytes off by using a smaller type for need_print. by Bernhard Reutner-Fischer · 18 years ago
  91. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  92. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  93. a100707 find -user support by Natanael Copa <natanael.copa@gmail.com> by Denis Vlasenko · 18 years ago
  94. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  95. 434ad54 fix warning in find.c by Denis Vlasenko · 18 years ago
  96. fc7f922 find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) by Denis Vlasenko · 18 years ago
  97. 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
  98. c9d34da find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>) by Denis Vlasenko · 18 years ago
  99. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  100. 9ac9e55 sum: 40% size reduction (-300 bytes) find: one_char -> LONE_CHAR by Denis Vlasenko · 18 years ago