| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: additional support for backslashes in paths | Ron Yorston | 2015-11-13 | 1 | -0/+21 |
* | win32: improve implementation of statfs | Ron Yorston | 2015-11-01 | 1 | -1/+1 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-31 | 8 | -91/+37 |
|\ |
|
| * | lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY | Denys Vlasenko | 2015-10-30 | 1 | -1/+1 |
| * | lineedit: search applets as well as PATH for tab completion | Ron Yorston | 2015-10-30 | 1 | -1/+16 |
| * | busybox: alter help message in standalone shell mode | Ron Yorston | 2015-10-30 | 1 | -0/+9 |
| * | tweak defconfig | Denys Vlasenko | 2015-10-25 | 1 | -4/+4 |
| * | pmap: fix bogus {no such process} comm field text | Denys Vlasenko | 2015-10-24 | 1 | -3/+5 |
| * | tidy up strtok use | Denys Vlasenko | 2015-10-23 | 1 | -4/+4 |
| * | wget: if stderr is not a tty, progress bar shouldn't use tty-tricks | Denys Vlasenko | 2015-10-23 | 1 | -3/+8 |
| * | libbb: factor out code which queries screen width | Denys Vlasenko | 2015-10-23 | 3 | -9/+8 |
| * | remove systemd support | Denys Vlasenko | 2015-10-22 | 1 | -62/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-19 | 3 | -10/+5 |
|\| |
|
| * | libbb: get_uidgid() always called with allow_numeric=1 | Denys Vlasenko | 2015-10-19 | 1 | -1/+1 |
| * | du: extra compat: with -k and -m, round sizes up | Denys Vlasenko | 2015-10-15 | 1 | -8/+3 |
| * | libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) | Denys Vlasenko | 2015-10-14 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-13 | 15 | -121/+162 |
|\| |
|
| * | libbb: introduce kernel-style BUILD_BUG_ON() | Denys Vlasenko | 2015-10-13 | 1 | -3/+1 |
| * | use auto_string() where appropriate to kill a few statics | Denys Vlasenko | 2015-10-09 | 2 | -12/+3 |
| * | libbb: auto_string() for efficient handling of temporary malloced stirngs | Denys Vlasenko | 2015-10-09 | 2 | -9/+24 |
| * | remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds | Denys Vlasenko | 2015-10-09 | 3 | -45/+33 |
| * | md5sum: code shrink | Denys Vlasenko | 2015-10-07 | 1 | -10/+6 |
| * | libbb: more compact API for bb_parse_mode() | Denys Vlasenko | 2015-10-07 | 1 | -9/+7 |
| * | libbb: another unit test for is_suffixed_with | Tito Ragusa | 2015-09-15 | 1 | -0/+1 |
| * | libbb: make is_suffixed_with() return pointer inside string, not key. | Denys Vlasenko | 2015-08-25 | 1 | -2/+3 |
| * | libbb: add is_suffixed_with() function | Bartosz Golaszewski | 2015-08-25 | 1 | -0/+33 |
| * | libbb: add a comment describing the way is_prefixed_with() works | Bartosz Golaszewski | 2015-08-25 | 1 | -0/+5 |
| * | libbb: add unit tests for is_prefixed_with() | Bartosz Golaszewski | 2015-08-25 | 1 | -0/+19 |
| * | libbb: add setsockopt_foo helpers | Denys Vlasenko | 2015-08-24 | 3 | -5/+26 |
| * | unit-tests: remove code depending on WANT_TIMING | Bartosz Golaszewski | 2015-08-17 | 1 | -27/+3 |
| * | unit-tests: remove unnecesary field from struct bbunit_listelem | Bartosz Golaszewski | 2015-08-17 | 1 | -1/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-08-04 | 2 | -2/+6 |
|\| |
|
| * | libbb: add a function to make a copy of a region of memory | Ron Yorston | 2015-07-19 | 2 | -2/+6 |
* | | win32: silence some compiler warnings | Ron Yorston | 2015-07-15 | 1 | -3/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-07-14 | 4 | -5/+1 |
|\| |
|
| * | Removes stray empty line from code | Maninder Singh | 2015-07-13 | 4 | -4/+0 |
| * | Print one less newline at the end of bb_show_usage() | Denys Vlasenko | 2015-05-25 | 1 | -1/+1 |
* | | ipcalc: enable by default for WIN32 | Ron Yorston | 2015-07-13 | 1 | -4/+4 |
* | | libbb: really add build details to banner | Ron Yorston | 2015-06-23 | 1 | -4/+3 |
* | | libbb: add details of build environment to banner | Ron Yorston | 2015-06-23 | 1 | -0/+6 |
* | | lineedit: skip non-executables when tab-completing commands | Ron Yorston | 2015-06-17 | 1 | -0/+3 |
* | | lineedit: search applets as well as PATH for tab completion | Ron Yorston | 2015-06-17 | 1 | -1/+14 |
* | | busybox: update help message | Ron Yorston | 2015-06-17 | 1 | -4/+9 |
* | | mingw: add magic '--busybox' flag | Ron Yorston | 2015-06-01 | 1 | -0/+4 |
* | | Enable seamless compression for WIN32 | Ron Yorston | 2015-05-27 | 1 | -0/+1 |
* | | mingw: define a macro for spawn | Ron Yorston | 2015-05-27 | 1 | -3/+2 |
* | | Merge branch 'busybox' into mergeFRP | Ron Yorston | 2015-05-18 | 6 | -39/+84 |
|\| |
|
| * | libbb: Enable support for !CONFIG_MULTIUSER | Daniel Thompson | 2015-05-12 | 1 | -2/+21 |
| * | Bionic lacks tcdrain; provide a workaround | Matt Whitlock | 2015-04-26 | 1 | -0/+5 |
| * | Bionic lacks ttyname_r; provide a workaround | Matt Whitlock | 2015-04-25 | 1 | -0/+19 |