index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
findutils
/
find.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
find: implement -executable
Denys Vlasenko
2018-07-06
1
-0
/
+22
*
find: implement -quit
Denys Vlasenko
2018-07-06
1
-4
/
+30
*
free: improve --help for type option
Denys Vlasenko
2018-04-24
1
-1
/
+1
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-3
/
+0
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
1
-1
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-33
/
+33
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
1
-1
/
+1
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-14
/
+0
*
find: fix handling of trailing slashes in -name PATTERN comparisons
Denys Vlasenko
2016-11-25
1
-9
/
+37
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
1
-1
/
+1
*
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-13
1
-3
/
+1
*
find: support "find . -delete" idiom - do not try rmdir(".")
Denys Vlasenko
2015-10-07
1
-1
/
+4
*
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
2015-10-07
1
-1
/
+2
*
find: fix regression in status processing for path arguments
Felix Fietkau
2015-04-14
1
-4
/
+2
*
find: support -perm /BITS. Closes 7340
Denys Vlasenko
2014-09-05
1
-4
/
+4
*
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-06-22
1
-1
/
+3
*
find: exit code fixes for find -exec
Denys Vlasenko
2014-06-19
1
-8
/
+9
*
find: add optional support for '-exec ... {} +'
Bartosz Golaszewski
2014-06-17
1
-15
/
+141
*
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2014-02-27
1
-30
/
+2
*
find: code shrink
Denys Vlasenko
2014-02-26
1
-5
/
+3
*
find: fix a regression introduced with -HLP support
Denys Vlasenko
2014-01-09
1
-1
/
+20
*
Whitespace fixes
Denys Vlasenko
2013-07-30
1
-2
/
+2
*
find:: get rid of nested function (it's a gcc-ism)
Denys Vlasenko
2013-05-16
1
-6
/
+45
*
find: support -HLP
Denys Vlasenko
2013-05-14
1
-3
/
+12
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-2
/
+2
*
find: make -mindepth N -xdev correctly stop on mountpoints
Denys Vlasenko
2012-09-06
1
-14
/
+21
*
typo fix in comment
Denys Vlasenko
2012-05-18
1
-1
/
+1
*
find: if DESKTOP=y, support -wholename (synonym for -path)
Denys Vlasenko
2012-05-17
1
-1
/
+9
*
Fix find -follow support
Ian Wienand
2011-08-28
1
-1
/
+4
*
find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config
Denys Vlasenko
2011-08-11
1
-1
/
+36
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
find: cater for libc w/o FNM_CASEFOLD
Denys Vlasenko
2011-05-23
1
-1
/
+33
*
find: implement -ipath
Bogdan Harjoc
2011-05-22
1
-3
/
+7
*
find: trim help text a bit
Denys Vlasenko
2011-02-12
1
-8
/
+8
*
find: remove the hack we use to parse options first, replace with simpler code
Denys Vlasenko
2011-02-12
1
-121
/
+91
*
find: print/print0/prune _can_ be inverted, fix it
Denys Vlasenko
2011-02-12
1
-106
/
+101
*
find: document ! (not) operator
Denys Vlasenko
2011-02-12
1
-0
/
+3
*
find: help text: PATH must be first
Denys Vlasenko
2011-02-12
1
-1
/
+1
*
find: yet another tweak to help text
Denys Vlasenko
2011-02-12
1
-6
/
+6
*
find: fix help text about -prune: it also does assume -print
Denys Vlasenko
2011-02-12
1
-3
/
+3
*
find: significantly improve hext text. +116 bytes
Denys Vlasenko
2011-02-12
1
-49
/
+56
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-1
/
+1
*
find: add rudimentary support for -exec {} +
Denys Vlasenko
2010-08-31
1
-10
/
+14
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
1
-1
/
+1
*
findutils/*: move usage and applet bits to *.c files
Denys Vlasenko
2010-06-15
1
-1
/
+89
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
1
-3
/
+3
[next]