aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2016-06-18Allow "busybox <applet>" to work when busybox is disabledRon Yorston
2016-05-31libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951Natanael Copa
2016-05-31Make busybox an optional appletDenys Vlasenko
2016-05-27cp: add -u/--update and --remove-destinationDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)Denys Vlasenko
2016-04-21libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" workDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-15Rewrite iteration through applet names to save a few bytesRon Yorston
2016-04-03find_applet_by_name: loop index should be signedRon Yorston
2016-04-03whitespace and namespace cleanupsDenys Vlasenko
2016-04-03ubirmvol: Implement -N switch for ubirmvolSven Eisenberg
2016-04-03libbb: speed up error_msg functionsDenys Vlasenko
2016-04-03main(): add a TODO about finding a use for _end[] areaDenys Vlasenko
2016-04-02typo fixDenys Vlasenko
2016-04-02find_applet_by_name: add an example of faster linear search codeDenys Vlasenko
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko
2016-03-30applet_tables: save space by removing applet name offsetsRon Yorston
2015-12-18chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach
2015-12-17Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw
2015-10-30lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORYDenys Vlasenko
2015-10-30lineedit: search applets as well as PATH for tab completionRon Yorston
2015-10-30busybox: alter help message in standalone shell modeRon Yorston
2015-10-25tweak defconfigDenys Vlasenko
2015-10-24pmap: fix bogus {no such process} comm field textDenys Vlasenko
2015-10-23tidy up strtok useDenys Vlasenko
2015-10-23wget: if stderr is not a tty, progress bar shouldn't use tty-tricksDenys Vlasenko
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko
2015-10-22remove systemd supportDenys Vlasenko
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko
2015-10-15du: extra compat: with -k and -m, round sizes upDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko
2015-10-07md5sum: code shrinkDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-09-15libbb: another unit test for is_suffixed_withTito Ragusa
2015-08-25libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski
2015-08-25libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski
2015-08-25libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-08-17unit-tests: remove code depending on WANT_TIMINGBartosz Golaszewski
2015-08-17unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-07-13Removes stray empty line from codeManinder Singh