httpd: fix handling of range requests
[oweals/busybox.git] / libbb / appletlib.c
2017-01-01 Denys Vlasenkofix breakage found by mass one-applet builds
2016-11-28 Denys VlasenkoDo not print useless empty line after list of applets
2016-11-18 Denys VlasenkoFix allnoconfig warnings
2016-10-03 Denys Vlasenkohush: add commented-out debug printouts in "memleak...
2016-08-19 Denys Vlasenkohush: fix a bug in FEATURE_SH_STANDALONE=y config....
2016-07-05 Denys Vlasenkobuild system: fix a few warnings for allnoconfig build
2016-07-05 Ron Yorstonlibbb: suppress warning about run_applet_and_exit
2016-06-19 Ron Yorstonlibbb: move common code into run_applet_and_exit
2016-06-18 Ron YorstonAllow "busybox <applet>" to work when busybox is disabled
2016-05-31 Denys VlasenkoMake busybox an optional applet
2016-04-15 Ron YorstonRewrite iteration through applet names to save a few...
2016-04-03 Ron Yorstonfind_applet_by_name: loop index should be signed
2016-04-03 Denys Vlasenkomain(): add a TODO about finding a use for _end[] area
2016-04-02 Denys Vlasenkotypo fix
2016-04-02 Denys Vlasenkofind_applet_by_name: add an example of faster linear...
2016-03-29 Ron Yorstonapplet_tables: save space by removing applet name offsets
2015-10-30 Ron Yorstonbusybox: alter help message in standalone shell mode
2015-10-22 Denys Vlasenkolibbb: factor out code which queries screen width
2015-10-19 Denys Vlasenkolibbb: get_uidgid() always called with allow_numeric=1
2015-07-13 Maninder SinghRemoves stray empty line from code
2015-05-25 Denys VlasenkoPrint one less newline at the end of bb_show_usage()
2015-04-21 Denys Vlasenkospecial-case {true,false,test} --help
2015-04-02 Aaro Koskinenupdate copyright years
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2014-11-17 Denys Vlasenkoexit with 127 if appled name wasn't found - it's more...
2014-09-17 Denys Vlasenkofalse: make "false --help" exit with 1
2014-08-11 Denys Vlasenkoinit: if libc-based Unicode support is on, run setlocal...
2014-01-31 Mike Frysingerappletlib: fix set-but-unused warning
2013-07-30 Denys VlasenkoWhitespace fixes
2013-02-28 Denys Vlasenkomake --help return exitcode 0. Closes 5612
2013-01-17 Denys Vlasenkocode shrink
2012-07-26 Bradley M. KuhnSimplify copyright/license notice that appears in the...
2012-05-14 Denys Vlasenkobusybox: tweak help text and copyright year
2012-03-22 Denys Vlasenkobusybox: tweak help text
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-08-13 Denys VlasenkoBump version to 1.19.0, update copyright year in help... 1_19_0
2011-06-03 Denys Vlasenkoappletlib.c: do not use PAGE_SIZE for malloc tweaking
2011-05-20 Cristian Ionescu... warning removal
2011-05-16 Denys Vlasenkobusybox.conf: code shrink
2011-05-16 Denys Vlasenkobusybox.conf: USER.GROUP is _optional_
2011-05-16 Denys Vlasenkomain: make busybox.conf mode handling less obscure
2011-05-16 Denys Vlasenkomain: free suid_config list after use
2011-05-15 Denys Vlasenkosimplify parsing of /etc/busybox.conf
2011-04-16 Marek PolacekFix double words in comments. No code changes
2011-03-12 Denys Vlasenkobusybox: fail if --install is not given an absolute...
2011-03-06 Denys Vlasenkoimprove --install operation in chroot jails
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-12-05 Denys Vlasenkoadd if guards around include <malloc.h>
2010-11-29 Denys Vlasenkoexclude the case of just "busybox" from previous commit
2010-11-29 Denys Vlasenkoif only one applet is enabled, make "busybox applet...
2010-11-13 Lauri Kasanenlibbb: remove unused variable
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-10-28 Denys Vlasenkodecompress_bunzip2: handle concatenated .bz2 files
2010-10-12 Denys Vlasenkotweaks to build system, mainly making menuconfig text...
2010-09-12 Denys Vlasenkobusybox: add "busybox --list[-full]" to help text
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-16 Denys Vlasenko*: fix "see file License ..." - the file is named LICEN...
2010-07-05 Denys Vlasenkorandomconfig fixes
2010-07-03 Denys Vlasenkofix compile breakage with "make -j"
2010-06-26 Denys Vlasenkobuild system: do not rebuild ash and hush on any change...
2010-06-07 Denys Vlasenkobbconfig: make it independent from printf functions
2010-06-05 Denys VlasenkoRemove requirement that include/applets.h must be sorted
2010-04-21 Denys Vlasenkobusybox --list option. +140 bytes. Rob wanted it.
2010-04-19 Denys Vlasenkoremove stdio from allnoconfig build
2010-03-29 Denys Vlasenkolibbb: locate PAGE_SIZE on Hurd
2009-10-22 Denys Vlasenkobuild failure fix and some cosmetics
2009-09-06 Denys Vlasenkoexperimentally add mallopt tweaks for reduced memory...
2009-08-30 Denys Vlasenkocode shrink in help text code
2009-08-27 Denys Vlasenkoupdate copyright year
2009-08-20 Denys Vlasenkodo not store 1st two bytes of compressed help text
2009-07-30 Denys Vlasenkorename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP...
2009-07-15 Denys Vlasenkocomment fix, no code changes
2009-07-14 Denys Vlasenkobusybox --install [-s] [DIR]: allow a parameter - desti...
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-19 Denys Vlasenkoappletlib.c: prevent applet list overflowing screen
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-09 Denis Vlasenko*: move get_sock_lsa and xwrite_str to libbb, use where...
2008-11-24 Denis Vlasenkotrim help text a bit
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-19 Denis Vlasenkotest: fix parser to prefer binop over unop, as coreutil...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-25 Denis Vlasenkobusybox: do not print help to fd 2, print it to fd 1
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-04-29 Denis Vlasenkofix build failure for libbusybox
2008-04-24 Bernhard Reutner... - bump copyright year
2008-04-22 Denis Vlasenko*: remove remaining instances of ".data" hack
2008-04-08 Denis VlasenkoAvoid linking in printf/bsearch if possible. -20k for...
2008-04-01 Denis Vlasenkoshells: do not frocibly enable test, echo and kill...
2008-03-17 Denis Vlasenkoclean up TODO file. No real code changes.
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-22 Denis Vlasenkosmall code readability and typo fixes
2008-01-28 Denis Vlasenko*: move getopt reset code to better place(s)
2007-12-24 Denis Vlasenkodefconfig: update
next