summaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
Commit message (Expand)AuthorAgeFilesLines
* appletlib: fix set-but-unused warningMike Frysinger2014-01-311-1/+5
* Whitespace fixesDenys Vlasenko2013-07-301-1/+1
* make --help return exitcode 0. Closes 5612Denys Vlasenko2013-02-281-1/+1
* code shrinkDenys Vlasenko2013-01-171-8/+12
* Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn2012-07-261-3/+3
* busybox: tweak help text and copyright yearDenys Vlasenko2012-05-141-2/+2
* busybox: tweak help textDenys Vlasenko2012-03-221-3/+6
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* Bump version to 1.19.0, update copyright year in help message1_19_0Denys Vlasenko2011-08-131-1/+1
* appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko2011-06-031-13/+2
* warning removalCristian Ionescu-Idbohrn2011-05-201-1/+1
* busybox.conf: code shrinkDenys Vlasenko2011-05-161-13/+12
* busybox.conf: USER.GROUP is _optional_Denys Vlasenko2011-05-161-7/+6
* main: make busybox.conf mode handling less obscureDenys Vlasenko2011-05-161-33/+34
* main: free suid_config list after useDenys Vlasenko2011-05-161-33/+30
* simplify parsing of /etc/busybox.confDenys Vlasenko2011-05-161-45/+30
* Fix double words in comments. No code changesMarek Polacek2011-04-161-1/+1
* busybox: fail if --install is not given an absolute pathDenys Vlasenko2011-03-121-4/+3
* improve --install operation in chroot jailsDenys Vlasenko2011-03-061-5/+16
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
* add if guards around include <malloc.h>Denys Vlasenko2010-12-051-1/+5
* exclude the case of just "busybox" from previous commitDenys Vlasenko2010-11-291-1/+1
* if only one applet is enabled, make "busybox applet [params]" work as expectedDenys Vlasenko2010-11-291-29/+33
* libbb: remove unused variableLauri Kasanen2010-11-131-4/+3
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-281-1/+1
* tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-121-3/+5
* busybox: add "busybox --list[-full]" to help textDenys Vlasenko2010-09-121-0/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
* randomconfig fixesDenys Vlasenko2010-07-051-1/+5
* fix compile breakage with "make -j"Denys Vlasenko2010-07-031-1/+1
* build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko2010-06-261-1/+1
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-7/+0
* Remove requirement that include/applets.h must be sortedDenys Vlasenko2010-06-051-24/+19
* busybox --list option. +140 bytes. Rob wanted it.Denys Vlasenko2010-04-201-25/+44
* remove stdio from allnoconfig buildDenys Vlasenko2010-04-181-1/+3
* libbb: locate PAGE_SIZE on HurdDenys Vlasenko2010-03-291-7/+12
* build failure fix and some cosmeticsDenys Vlasenko2009-10-231-1/+1
* experimentally add mallopt tweaks for reduced memory consumptionDenys Vlasenko2009-09-061-0/+20
* code shrink in help text codeDenys Vlasenko2009-08-301-6/+9
* update copyright yearDenys Vlasenko2009-08-271-1/+1
* do not store 1st two bytes of compressed help textDenys Vlasenko2009-08-201-2/+1
* rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko2009-07-301-2/+2
* comment fix, no code changesDenys Vlasenko2009-07-151-2/+3
* busybox --install [-s] [DIR]: allow a parameter - destination DIRDenys Vlasenko2009-07-151-5/+9
* appletlib.c: prevent applet list overflowing screenDenys Vlasenko2009-05-191-9/+14
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-8/+8
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-1/+1
* trim help text a bitDenis Vlasenko2008-11-241-2/+2