aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
AgeCommit message (Expand)Author
2011-05-20warning removalCristian Ionescu-Idbohrn
2011-05-16busybox.conf: code shrinkDenys Vlasenko
2011-05-16busybox.conf: USER.GROUP is _optional_Denys Vlasenko
2011-05-16main: make busybox.conf mode handling less obscureDenys Vlasenko
2011-05-16main: free suid_config list after useDenys Vlasenko
2011-05-16simplify parsing of /etc/busybox.confDenys Vlasenko
2011-04-16Fix double words in comments. No code changesMarek Polacek
2011-03-12busybox: fail if --install is not given an absolute pathDenys Vlasenko
2011-03-06improve --install operation in chroot jailsDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-12-05add if guards around include <malloc.h>Denys Vlasenko
2010-11-29exclude the case of just "busybox" from previous commitDenys Vlasenko
2010-11-29if only one applet is enabled, make "busybox applet [params]" work as expectedDenys Vlasenko
2010-11-13libbb: remove unused variableLauri Kasanen
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko
2010-09-12busybox: add "busybox --list[-full]" to help textDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2010-07-05randomconfig fixesDenys Vlasenko
2010-07-03fix compile breakage with "make -j"Denys Vlasenko
2010-06-26build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-05Remove requirement that include/applets.h must be sortedDenys Vlasenko
2010-04-20busybox --list option. +140 bytes. Rob wanted it.Denys Vlasenko
2010-04-18remove stdio from allnoconfig buildDenys Vlasenko
2010-03-29libbb: locate PAGE_SIZE on HurdDenys Vlasenko
2009-10-23build failure fix and some cosmeticsDenys Vlasenko
2009-09-06experimentally add mallopt tweaks for reduced memory consumptionDenys Vlasenko
2009-08-30code shrink in help text codeDenys Vlasenko
2009-08-27update copyright yearDenys Vlasenko
2009-08-20do not store 1st two bytes of compressed help textDenys Vlasenko
2009-07-30rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko
2009-07-15comment fix, no code changesDenys Vlasenko
2009-07-15busybox --install [-s] [DIR]: allow a parameter - destination DIRDenys Vlasenko
2009-05-19appletlib.c: prevent applet list overflowing screenDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko
2008-11-24trim help text a bitDenis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-19test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-25busybox: do not print help to fd 2, print it to fd 1Denis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-04-29fix build failure for libbusyboxDenis Vlasenko