Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10Update applet size estimatesDenys Vlasenko
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2023-03-28find: implement -okDavid Leonard
2022-12-22xargs: implement -o, closes 15146Denys Vlasenko
2022-01-06libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2021-12-17find: implement -samefileAaro Koskinen
2021-10-10find: code shrink -{m,a,c}{time,min}Denys Vlasenko
2021-10-09find: implement -amin, -atime, -cmin, and -ctimeIsmael Luceno
2021-10-07find: Unify time comparisonsIsmael Luceno
2021-10-07config: find: Fix mtime/mmin descriptionIsmael Luceno
2021-08-22Regularize "NUL terminated input" --help textsDenys Vlasenko
2021-06-16*: more --help tweaksDenys Vlasenko
2021-06-14*: --help tweaksDenys Vlasenko
2020-12-12nsenter: stop option parsing on 1st non-optionDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko
2020-09-30xargs: fix -I SUBSTR behaviourDenys Vlasenko
2020-08-15grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko
2020-04-30grep: add proper support for pattern_listSören Tempel
2020-04-29grep: Fix -f FILE when FILE is empty and -x providedGray Wolf
2020-04-29xargs: restore correct behaviour of -n optionRon Yorston
2020-01-29xargs: fix handling of quoted arguments, closes 11441Ron Yorston
2019-11-27grep: add -RTomi Leppanen
2019-09-12find: implement -emptyAaro Koskinen
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-03-10xargs: mention -E STR in --helpDenys Vlasenko
2019-01-29grep: short-circuit -v to bail out on first matchAri Sundholm
2019-01-29grep: fix -x -v with certain pattern ordersAri Sundholm
2019-01-06find: handle leading -- argumentDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-10-30xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko
2018-07-13grep: accept and ignore --color[=anything]Denys Vlasenko
2018-07-06find: implement -executableDenys Vlasenko
2018-07-06tweak help textsDenys Vlasenko
2018-07-06find: implement -quitDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-04-24free: improve --help for type optionDenys Vlasenko
2018-04-07xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko
2018-03-29grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko
2017-10-31grep: skip grepping symlinks to directoriesJames Clarke
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-30xargs: fix a thinko in last commitDenys Vlasenko
2017-08-29xargs: support -a FILEJohannes Schindelin
2017-08-24xargs: optional support for -P NUM. Closes 9511Denys Vlasenko
2017-08-24xargs: code shrinkDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko