aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2016-11-24Move FEATURE_BUFFERS_USE_foo options to library tuningDenys Vlasenko
2016-11-24Move locale, unicode, and "use sendfile?" options to library tuningDenys Vlasenko
2016-11-24lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov
2016-11-18Fix allnoconfig warningsDenys Vlasenko
2016-11-04comment and readme updatesDenys Vlasenko
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko
2016-10-31man: make width selection more thorough; explain how to override itDenys Vlasenko
2016-10-24lineedit: fix completion with applet names. closes 9361Denys Vlasenko
2016-10-03hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko
2016-09-26libbb/speed_table.c: expand commentsDenys Vlasenko
2016-09-26typo fix in commentDenys Vlasenko
2016-09-24libbb: handle \S in /etc/issueDenys Vlasenko
2016-09-15libbb:/send_to_from: do not require that "to" should have the same AF. Closes...Denys Vlasenko
2016-09-05libbb/xwrite: print errno on "short write" errorsDenys Vlasenko
2016-09-01libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bitsDenys Vlasenko
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko
2016-08-26hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko
2016-08-14lineedit: trivial codeshrink for vi-modeNatanael Copa
2016-08-13cp: fix -i for POSIX mode. Closes 9106Denys Vlasenko
2016-07-22config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko
2016-07-14cp: make verbose cp show symlink copies tooDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-07-05build system: fix a few warnings for allnoconfig buildDenys Vlasenko
2016-07-05libbb: suppress warning about run_applet_and_exitRon Yorston
2016-06-19randomconfig fixes 2Denys Vlasenko
2016-06-19libbb: move common code into run_applet_and_exitRon Yorston
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