| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=y | Denys Vlasenko | 2018-01-04 | 1 | -1/+2 |
| * | randomconfig fixes | Denys Vlasenko | 2017-12-31 | 2 | -1/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-12-09 | 1 | -2/+14 |
|\| |
|
| * | lineedit: get terminal width before printing prompt | Denys Vlasenko | 2017-11-08 | 1 | -2/+2 |
| * | lineedit: do not tab-complete any strings which have control characters | Denys Vlasenko | 2017-11-08 | 1 | -0/+12 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-11-03 | 85 | -133/+90 |
|\| |
|
| * | udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable | James Clarke | 2017-10-30 | 1 | -2/+6 |
| * | xfuncs: Handle missing non-POSIX termios constants | James Clarke | 2017-10-30 | 1 | -0/+9 |
| * | lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381 | Avi Halachmi | 2017-10-12 | 1 | -24/+64 |
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+2 |
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+0 |
| * | do not include <sys/stat.h> just before "libbb.h", it's there already | Denys Vlasenko | 2017-10-05 | 2 | -7/+0 |
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 81 | -98/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-09-27 | 4 | -36/+48 |
|\| |
|
| * | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 1 | -1/+0 |
| * | Clarify OPOST bit meaning | Denys Vlasenko | 2017-09-15 | 1 | -3/+3 |
| * | less,microcom,lineedit: use common routine to set raw termios | Denys Vlasenko | 2017-09-15 | 2 | -31/+45 |
| * | *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m | Denys Vlasenko | 2017-09-13 | 1 | -1/+1 |