aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: add a case-insensitive version of is_suffixed_with()Ron Yorston2018-12-091-0/+1
* lineedit: more case-insensitive comparisons in tab completionRon Yorston2018-12-081-0/+1
* lineedit: improvements to tab completionRon Yorston2018-12-081-0/+2
* win32: rework adding of extensions to filenamesRon Yorston2018-12-061-1/+10
* Merge branch 'busybox' into mergeRon Yorston2018-12-051-1/+1
|\
| * cat,nl: fix handling of open errorsDenys Vlasenko2018-11-291-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-11-286-8/+56
|\|
| * hush: allow hush to run embedded scriptsRon Yorston2018-11-271-0/+5
| * Tweaks to build process for embedded scriptsRon Yorston2018-11-272-6/+3
| * tls: code shrinkDenys Vlasenko2018-11-251-1/+0
| * wget: print the final newline only for non-tty outputDenys Vlasenko2018-11-231-1/+1
| * tls: code shrinkDenys Vlasenko2018-11-231-0/+5
| * tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipherDenys Vlasenko2018-11-231-0/+17
| * Treat custom and applet scripts as appletsRon Yorston2018-11-172-1/+22
| * libarchive: add a function to unpack embedded dataRon Yorston2018-11-021-6/+1
| * ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston2018-11-011-1/+1
| * ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-012-0/+9
* | platform.h: remove obsolete #defineRon Yorston2018-11-271-1/+0
* | win32: move function redefinitions to mingw.hRon Yorston2018-11-262-3/+6
* | Merge branch 'busybox' into mergeRon Yorston2018-10-081-1/+19
|\|
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-1/+2
| * move storage helpers to libbb.hDenys Vlasenko2018-09-281-0/+17
* | Merge branch 'busybox' into mergeRon Yorston2018-09-101-0/+8
|\|
| * extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-031-0/+8
* | Merge branch 'busybox'Ron Yorston2018-07-252-8/+13
|\|
| * cp: optional --reflink supportDenys Vlasenko2018-07-131-0/+3
| * randomconfig fixesDenys Vlasenko2018-06-261-2/+2
| * realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko2018-05-241-0/+1
| * tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-221-5/+6
* | Merge branch 'busybox' into mergeRon Yorston2018-05-132-3/+14
|\|
| * libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-171-0/+5
| * less: fix fallout from "use common routine to set raw termios"Denys Vlasenko2018-04-161-3/+5
| * ar: stop using static dataDenys Vlasenko2018-04-151-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-04-092-6/+9
|\|
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-1/+1
| * libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-0/+1
| * libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-071-3/+4
| * xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-071-0/+1
| * libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-4/+4
* | libarchive: failure to extract symlink isn't fatalRon Yorston2018-04-091-0/+4
* | ps: obtain applet names from other BusyBox processesRon Yorston2018-04-041-1/+1
* | fsync: avoid a gratuitous difference from upstreamRon Yorston2018-04-031-0/+1
* | win32: improvements to get_terminal_width_heightRon Yorston2018-04-031-2/+0
* | ash: reinstate applet name variable after forkshellRon Yorston2018-04-031-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-15/+16
|\|
| * libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-14/+15
| * sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau2018-04-011-1/+1
* | ps: clear status for each processRon Yorston2018-03-281-3/+4
* | win32: changes to kill(2)Ron Yorston2018-03-271-0/+2
* | win32: save a few bytes in device file supportRon Yorston2018-03-231-2/+4