| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: reinstate code in read_line_input to handle non-ttys | Ron Yorston | 2018-05-25 | 1 | -4/+5 |
* | Update copyright date | Ron Yorston | 2018-05-13 | 1 | -1/+1 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2018-05-13 | 2 | -4/+21 |
|\ |
|
| * | libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo... | Denys Vlasenko | 2018-04-17 | 1 | -0/+12 |
| * | less: fix fallout from "use common routine to set raw termios" | Denys Vlasenko | 2018-04-16 | 1 | -4/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-09 | 8 | -45/+67 |
|\| |
|
| * | bzip2: fix two crashes on corrupted archives | Denys Vlasenko | 2018-04-08 | 1 | -5/+12 |
| * | libbb: switch bb_ask_noecho() to "mallocing" string return API | Denys Vlasenko | 2018-04-07 | 1 | -14/+31 |
| * | xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy | Denys Vlasenko | 2018-04-07 | 2 | -6/+13 |
| * | libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir... | Denys Vlasenko | 2018-04-07 | 5 | -10/+10 |
| * | telnet: move winsize detection closer to I/O loop, delete non-functioning deb... | Denys Vlasenko | 2018-04-07 | 1 | -11/+1 |
| * | placate gcc-8.0.1 warnings | Denys Vlasenko | 2018-04-06 | 1 | -3/+3 |
| * | hush: fix "unset PS1/PS2", and put them into initial variable set | Denys Vlasenko | 2018-04-06 | 1 | -1/+2 |
* | | win32: more backslash to slash conversions | Ron Yorston | 2018-04-08 | 1 | -1/+2 |
* | | win32: exclude termios code | Ron Yorston | 2018-04-05 | 2 | -7/+14 |
* | | ps: obtain applet names from other BusyBox processes | Ron Yorston | 2018-04-04 | 1 | -11/+8 |
* | | win32: improvements to get_terminal_width_height | Ron Yorston | 2018-04-03 | 1 | -0/+2 |
* | | ash: reinstate applet name variable after forkshell | Ron Yorston | 2018-04-03 | 1 | -6/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-02 | 4 | -17/+22 |
|\| |
|
| * | libbb: new function bb_die_memory_exhausted | Denys Vlasenko | 2018-04-01 | 3 | -7/+12 |
| * | sed: prevent overflow of length from bb_get_chunk_from_file | Quentin Rameau | 2018-04-01 | 1 | -4/+7 |
| * | libbb: remove unnecessary variable in xmalloc_fgets | Quentin Rameau | 2018-04-01 | 1 | -3/+1 |
| * | libbb: use BUILD_BUG_ON in utoa_to_buf() | Denys Vlasenko | 2018-03-28 | 1 | -4/+3 |
* | | libbb: improve stripping of extension from argv[0] | Ron Yorston | 2018-03-31 | 1 | -15/+11 |
* | | busybox: let --list-full display nofork/noexec applets | Ron Yorston | 2018-03-29 | 1 | -6/+22 |
* | | win32: save a few bytes | Ron Yorston | 2018-03-29 | 1 | -2/+3 |
* | | ps: display applet names in process listing | Ron Yorston | 2018-03-28 | 1 | -0/+9 |
* | | win32: add a function to convert backslashes to slashes | Ron Yorston | 2018-03-18 | 1 | -5/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-03-15 | 2 | -11/+9 |
|\| |
|
| * | make busybox more portable | Sean MacLennan | 2018-03-04 | 2 | -11/+9 |
* | | Minor improvements to build | Ron Yorston | 2018-03-02 | 2 | -18/+15 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-03-01 | 3 | -4/+17 |
|\| |
|
| * | libbb: Use return value from is_prefixed_with() | Andy Shevchenko | 2018-02-27 | 1 | -3/+2 |
| * | lineedit: allow window size tracking to be disabled | Ron Yorston | 2018-02-25 | 2 | -4/+19 |
| * | libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT | Denys Vlasenko | 2018-02-21 | 1 | -1/+2 |
| * | progress meter: add disabled code for a more stable ETA | Denys Vlasenko | 2018-02-13 | 1 | -0/+13 |
* | | Remove fake signal-handling code | Ron Yorston | 2018-03-01 | 1 | -1/+1 |
* | | lineedit: disable window size tracking in default configuration | Ron Yorston | 2018-03-01 | 2 | -4/+19 |
* | | win32: additional improvements to handling of executables | Ron Yorston | 2018-02-28 | 1 | -6/+6 |
* | | libbb: ensure build details are only stored once | Ron Yorston | 2018-02-26 | 1 | -1/+1 |
* | | win32: move detection of file formats to stat(2) | Ron Yorston | 2018-02-26 | 1 | -1/+1 |
* | | du: use Windows-compatible print formats | Ron Yorston | 2018-02-13 | 1 | -3/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-02-13 | 8 | -81/+122 |
|\| |
|
| * | libbb: introduce and use bb_getsockname() | Denys Vlasenko | 2018-02-11 | 1 | -0/+19 |
| * | libbb: shrink wget/tftp progress indicator code a bit more | Denys Vlasenko | 2018-02-07 | 1 | -29/+27 |
| * | libbb: shrink wget/tftp progress indicator code for 32-bit | Denys Vlasenko | 2018-02-07 | 1 | -40/+38 |
| * | fix compile failure in previous commit | Denys Vlasenko | 2018-02-06 | 1 | -1/+1 |
| * | unzip: do not set directory mode to 0777 | Denys Vlasenko | 2018-02-06 | 1 | -6/+10 |
| * | libbb: commonalize a bit of little-endian CRC32 table generation code | Denys Vlasenko | 2018-02-01 | 1 | -0/+10 |
| * | which: fix TODO with NOFORK+malloc_failure misbehaving | Denys Vlasenko | 2018-01-12 | 2 | -15/+11 |