| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | hush: GETOPT_RESET() _after_ getopts too. | Denys Vlasenko | 2017-08-29 | 1 | -1/+1 |
* | | libbb: exclude more Linux-specific functions from being compiled | Johannes Schindelin | 2017-08-30 | 1 | -0/+2 |
* | | libbb: don't compile various Linux-specific functions | Ron Yorston | 2017-08-24 | 1 | -0/+2 |
* | | mode_string: S_IFBLK differs between Windows and Unix | Johannes Schindelin | 2017-08-24 | 1 | -1/+1 |
* | | xconnect: avoid using getsockname/getpeername on Windows | Johannes Schindelin | 2017-08-24 | 1 | -0/+2 |
* | | bb_basename: handle mixed slashes correctly | Johannes Schindelin | 2017-08-24 | 1 | -4/+6 |
* | | inode_hash: avoid warnings about unused parameters | Ron Yorston | 2017-08-23 | 1 | -2/+2 |
* | | find_mount_point: avoid warnings about casts to non-const | Johannes Schindelin | 2017-08-23 | 1 | -2/+7 |
* | | find_pid_by_name: avoid unused variables | Johannes Schindelin | 2017-08-23 | 1 | -0/+2 |
* | | find_mount_point: avoid unused variables | Johannes Schindelin | 2017-08-23 | 1 | -2/+3 |
* | | Revert "ash: allow long-running nofork applets to be interrupted" | Ron Yorston | 2017-08-22 | 1 | -16/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 20 | -226/+419 |
|\| |
|
| * | run-init: new applet | Denys Vlasenko | 2017-08-21 | 1 | -0/+47 |
| * | libbb: move capability names code to libbb | Denys Vlasenko | 2017-08-21 | 1 | -0/+79 |
| * | libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 | Denys Vlasenko | 2017-08-10 | 1 | -1/+4 |
| * | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 3 | -40/+42 |
| * | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 2 | -34/+54 |
| * | libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb | Denys Vlasenko | 2017-08-08 | 2 | -25/+24 |
| * | libbb: rearrange NOFORK/NOEXEC code, logic is not changed | Denys Vlasenko | 2017-08-08 | 1 | -56/+69 |
| * | noexec: consolidate code | Denys Vlasenko | 2017-08-07 | 2 | -18/+21 |