| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright date | Ron Yorston | 2019-03-14 | 1 | -1/+1 |
* | win32: fix POSIX build (again) | Ron Yorston | 2019-03-12 | 1 | -1/+3 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2019-03-12 | 1 | -1/+1 |
|\ |
|
| * | du: don't count duplicate arguments. Closes 5288 | Ron Yorston | 2019-02-19 | 1 | -1/+1 |
* | | win32: changes to user ids | Ron Yorston | 2019-03-10 | 1 | -3/+0 |
* | | win32: add a function to detect running with elevated privileges | Ron Yorston | 2019-03-09 | 1 | -0/+3 |
* | | libbb: copy entire match during tab-completion | Ron Yorston | 2019-03-01 | 1 | -0/+4 |
* | | win32: stat(2) succeeds if fetching extra metadata fails | Ron Yorston | 2019-02-19 | 2 | -2/+8 |
* | | win32: fix POSIX build | Ron Yorston | 2019-02-17 | 1 | -0/+8 |
* | | win32: make stat(2) fetch additional metadata | Ron Yorston | 2019-02-16 | 2 | -1/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-02-12 | 3 | -13/+14 |
|\| |
|
| * | lineedit: fix SEGV in isk, hexedit, ed, closes 11661 | Denys Vlasenko | 2019-02-04 | 1 | -4/+5 |
| * | capability: fix string comparison in cap_name_to_number | Mark Marshall | 2019-01-21 | 1 | -1/+1 |
| * | start-stop-daemon: create pidfile before parent exits, closes 8596 | Denys Vlasenko | 2019-01-14 | 1 | -8/+8 |
* | | libbb: skip fake path components | Ron Yorston | 2019-02-07 | 1 | -4/+5 |
* | | win32: add support for the euro currency symbol | Ron Yorston | 2019-02-02 | 1 | -0/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-01-10 | 4 | -17/+41 |
|\| |
|
| * | single-applet build --help had extra \n, remove | Denys Vlasenko | 2019-01-01 | 1 | -5/+5 |
| * | pmap: make 32-bit version work better on 64-bit kernels | Denys Vlasenko | 2018-12-31 | 1 | -4/+4 |
| * | randomconfig fixes | Denys Vlasenko | 2018-12-27 | 1 | -8/+10 |
| * | lineedit: fix "defined but not used" sigaction2 warning | Denys Vlasenko | 2018-12-08 | 1 | -0/+2 |
| * | inetd: suppress aliasing warning | Denys Vlasenko | 2018-12-08 | 1 | -2/+2 |
| * | suppress gcc 8 aliasing warnings | Denys Vlasenko | 2018-12-08 | 2 | -1/+21 |
| * | bc: unbreak FEATURE_CLEAN_UP build | Denys Vlasenko | 2018-12-06 | 1 | -1/+1 |
* | | ps: display interpreted script name in comm column | Ron Yorston | 2019-01-08 | 1 | -1/+17 |
* | | ps: add support for the args column | Ron Yorston | 2019-01-08 | 1 | -11/+18 |
* | | win32: implement umask(2) | Ron Yorston | 2019-01-07 | 1 | -0/+9 |
* | | iconv: import from win-iconv | Ron Yorston | 2019-01-06 | 1 | -1/+1 |
* | | busybox: add --uninstall option | Ron Yorston | 2019-01-05 | 1 | -2/+32 |
* | | busybox: identify scripts in output of 'busybox --list-full' | Ron Yorston | 2019-01-05 | 1 | -0/+4 |
* | | lineedit: allow non-ASCII characters when tab-completing filenames | Ron Yorston | 2019-01-05 | 1 | -0/+4 |
* | | win32: special treatment for PATH | Ron Yorston | 2018-12-14 | 2 | -21/+6 |
* | | ash: move code from setup_environment() | Ron Yorston | 2018-12-14 | 2 | -12/+1 |
* | | win32: emulate SIGPIPE | Ron Yorston | 2018-12-11 | 1 | -0/+4 |
* | | win32: add a case-insensitive version of is_suffixed_with() | Ron Yorston | 2018-12-09 | 1 | -0/+28 |
* | | lineedit: more case-insensitive comparisons in tab completion | Ron Yorston | 2018-12-08 | 2 | -0/+26 |
* | | lineedit: improvements to tab completion | Ron Yorston | 2018-12-08 | 2 | -10/+22 |
* | | win32: rework adding of extensions to filenames | Ron Yorston | 2018-12-06 | 1 | -21/+11 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-12-05 | 2 | -7/+19 |
|\| |
|
| * | libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too | Denys Vlasenko | 2018-11-29 | 1 | -6/+4 |
| * | libbb: @ in "\x3@" is not a valid hex digit | Denys Vlasenko | 2018-11-29 | 1 | -2/+10 |
| * | cat,nl: fix handling of open errors | Denys Vlasenko | 2018-11-29 | 1 | -2/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-11-28 | 4 | -65/+152 |
|\| |
|
| * | hush: allow hush to run embedded scripts | Ron Yorston | 2018-11-27 | 1 | -1/+7 |
| * | libbb: add comment on sha384 | Denys Vlasenko | 2018-11-26 | 1 | -0/+5 |
| * | wget: print the final newline only for non-tty output | Denys Vlasenko | 2018-11-23 | 1 | -2/+3 |
| * | busybox: add '--show SCRIPT' option to display scripts | Ron Yorston | 2018-11-18 | 1 | -38/+54 |
| * | Treat custom and applet scripts as applets | Ron Yorston | 2018-11-17 | 2 | -56/+36 |
| * | libarchive: add a function to unpack embedded data | Ron Yorston | 2018-11-02 | 1 | -66/+15 |
| * | busybox: show embedded scripts in applet list | Denys Vlasenko | 2018-11-01 | 1 | -15/+21 |