httpd: fix handling of range requests
[oweals/busybox.git] / findutils /
2016-11-25 Denys Vlasenkofind: fix handling of trailing slashes in -name PATTERN...
2016-11-14 Denys VlasenkoMake grep/egrep/fgrep independently selectable
2016-09-17 Denys Vlasenkofix "aloc" -> "alloc" typos
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-06-19 Denys Vlasenkorandomconfig fixes 3
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-03-28 Denys Vlasenkogrep: make errors other than "not found" result in...
2015-10-24 Aaro Koskinenxargs: make -I imply -r
2015-10-14 Denys Vlasenkolibiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
2015-10-13 Denys Vlasenko*: more BUILD_BUG_ON conversions
2015-10-08 Denys Vlasenkojoin some common strings, -400 bytes
2015-10-07 Denys Vlasenkofind: support "find . -delete" idiom - do not try rmdir...
2015-10-07 Denys Vlasenkolibbb: more compact API for bb_parse_mode()
2015-05-25 Maninder Singhtypo fixes
2015-04-14 Felix Fietkaufind: fix regression in status processing for path...
2014-09-05 Denys Vlasenkofind: support -perm /BITS. Closes 7340
2014-08-28 Denys Vlasenkogrep: fix "grep -r PATTRN SYMLINK_TO_DIR"
2014-06-22 Denys Vlasenkofind: use sysconf(_SC_ARG_MAX) to determine the command...
2014-06-19 Denys Vlasenkofind: exit code fixes for find -exec
2014-06-17 Bartosz Golaszewskifind: add optional support for '-exec ... {} +'
2014-02-27 Denys Vlasenkoxargs: fix compilation breakage
2014-02-27 Denys Vlasenkogrep: fix -w match if first match isn't a word, but...
2014-02-27 Denys Vlasenkoxargs: add support for -I and -i. Closes 493
2014-02-26 Denys Vlasenkofind: code shrink
2014-02-07 Bartosz Golaszewskigrep: properly handle grep -w "^str" in !EXTRA_COMPAT...
2014-01-09 Denys Vlasenkofind: fix a regression introduced with -HLP support
2014-01-07 Denys Vlasenkogrep: fix two bugs with -w
2013-07-30 Denys VlasenkoWhitespace fixes
2013-05-16 Denys Vlasenkofind:: get rid of nested function (it's a gcc-ism)
2013-05-16 James Hogangrep: fix grep -x to not set REG_NOSUB
2013-05-15 Bartosz Golaszewskigrep: don't bail out on first mismatch if '-w' option...
2013-05-14 Denys Vlasenkofind: support -HLP
2013-01-20 Denys Vlasenkogrep: fix grep -Fw not respecting the -w option. Closes...
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2012-09-06 Denys Vlasenkofind: make -mindepth N -xdev correctly stop on mountpoints
2012-05-18 Denys Vlasenkotypo fix in comment
2012-05-17 Denys Vlasenkofind: if DESKTOP=y, support -wholename (synonym for...
2012-02-28 Natanael Copagrep: support for -x, match whole line
2011-08-28 Lauri Kasanengrep: be GNU compatible with -f EMPTY_FILE
2011-08-28 Ian WienandFix find -follow support
2011-08-11 Denys Vlasenkofind: fix a bug in !ENABLE_FEATURE_FIND_XDEV config
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-22 Denys Vlasenkofind: cater for libc w/o FNM_CASEFOLD
2011-05-22 Bogdan Harjocfind: implement -ipath
2011-03-03 Denys Vlasenkoxargs: support --no-run-if-empty (synonym to -r)
2011-02-12 Denys Vlasenkofind: trim help text a bit
2011-02-12 Denys Vlasenkofind: remove the hack we use to parse options first...
2011-02-12 Denys Vlasenkofind: print/print0/prune _can_ be inverted, fix it
2011-02-12 Denys Vlasenkofind: document ! (not) operator
2011-02-12 Denys Vlasenkofind: help text: PATH must be first
2011-02-12 Denys Vlasenkofind: yet another tweak to help text
2011-02-12 Denys Vlasenkofind: fix help text about -prune: it also does assume...
2011-02-12 Denys Vlasenkofind: significantly improve hext text. +116 bytes
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-10-11 Denys Vlasenkoremove findutils/.gitignore, top-level one covers it
2010-10-02 Denys Vlasenkogrep: cap insane -B NUM values to MAX_INT / 8. Fixes...
2010-08-31 Denys Vlasenkofind: add rudimentary support for -exec {} +
2010-08-23 Denys Vlasenkogrep: fix -o match with empty string (suggested by...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-06-19 Denys Vlasenkoxargs: bump default -sNUM up to 32k. Use sysconf()...
2010-06-15 Denys Vlasenkofindutils/*: move usage and applet bits to *.c files
2010-06-15 Denys Vlasenkoxargs: another code shrink
2010-06-15 Denys Vlasenkoxargs: trivial code shrink
2010-06-14 Denys Vlasenkoxargs: trivial code shrink
2010-06-13 Denys Vlasenkoxargs: simplify logic
2010-06-13 Denys Vlasenkoxargs: fix accounting of -sNUM
2010-06-13 Denys Vlasenkoxargs: make -s NUM accept practically unlimited range
2010-06-13 Denys Vlasenkoxargs: code shrink -15 bytes
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-05-16 Peter Tyserfindutils: Add Config.in and Kbuild to .gitignore
2010-05-09 Denys Vlasenkomake it possible to keep Config/Kbuild snippets in...
2010-04-30 Ian Wienandgrep: fix -Fi
2010-04-26 Denys Vlasenkofind: fix -name matching for dotfiles. -1 byte
2010-04-26 Denys Vlasenkogrep: makw -w support unconditional
2010-04-09 Denys Vlasenkoxargs: do not decrease orig_arg_max to negative values
2010-03-23 Denys Vlasenko*: merge some common strings
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2010-02-25 Bernhard Reutner... find: tweak error message
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-10 Denys Vlasenkofind: correct handling of -xdev
2010-01-06 Matheus Izvekovfind: add optional support for -links. +100 bytes
2010-01-04 Denys Vlasenko*: remove some uses of argc
2009-12-04 Denys Vlasenkogrep: fix a case when -o loops forever
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-09-30 Denys Vlasenkofind: add zeroing of G.xxx; ftpd - remove extraneous...
2009-09-29 Denys Vlasenkofind: -follow should not error out on dandling links
2009-09-26 Denys Vlasenkofind: do not recurse into directories with depth =...
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-09-13 Denys Vlasenkoadd USE_PORTABLE_CODE option and use it in find applet
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-07-28 Denys Vlasenkogrep: fix -E + {range}; fix -o not printing all matche...
2009-06-18 Denys Vlasenkotweak to config wording, no code changes
2009-06-18 Denys Vlasenkotweak Config texts and some broken English elsewhere
2009-06-05 Denys Vlasenko*: add FAST_FUNC to function ptrs where it makes sense
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
next