| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: set new listening sockets to dual-stack mode | Ron Yorston | 2016-07-05 | 1 | -0/+4 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2016-05-16 | 7 | -14/+83 |
|\ |
|
| * | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2016-04-22 | 3 | -4/+4 |
| * | libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer) | Denys Vlasenko | 2016-04-21 | 1 | -2/+2 |
| * | libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" work | Denys Vlasenko | 2016-04-21 | 1 | -3/+3 |
| * | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 2 | -5/+74 |
| * | Rewrite iteration through applet names to save a few bytes | Ron Yorston | 2016-04-15 | 2 | -5/+5 |
* | | lineedit: move console viewport to cursor on keypress | Ron Yorston | 2016-04-26 | 1 | -0/+5 |
* | | libbb/lineedit: revert last two commits | Ron Yorston | 2016-04-26 | 1 | -26/+1 |
* | | libbb/lineedit: limit cases where redraw clears to end of screen | Ron Yorston | 2016-04-24 | 1 | -0/+25 |
* | | libbb/lineedit: only clear to EOL when deleting character | Ron Yorston | 2016-04-24 | 1 | -2/+2 |
* | | mingw: enable busybox --install by default | Ron Yorston | 2016-04-06 | 1 | -2/+40 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-04-04 | 9 | -96/+254 |
|\| |
|
| * | find_applet_by_name: loop index should be signed | Ron Yorston | 2016-04-03 | 1 | -1/+2 |
| * | whitespace and namespace cleanups | Denys Vlasenko | 2016-04-03 | 1 | -4/+4 |
| * | ubirmvol: Implement -N switch for ubirmvol | Sven Eisenberg | 2016-04-03 | 1 | -0/+43 |
| * | libbb: speed up error_msg functions | Denys Vlasenko | 2016-04-03 | 1 | -4/+25 |
| * | main(): add a TODO about finding a use for _end[] area | Denys Vlasenko | 2016-04-03 | 1 | -0/+13 |
| * | typo fix | Denys Vlasenko | 2016-04-02 | 1 | -1/+1 |
| * | find_applet_by_name: add an example of faster linear search code | Denys Vlasenko | 2016-04-02 | 1 | -3/+77 |
| * | nsenter,unshare: share common code; fix a bug of not closing all fds | Denys Vlasenko | 2016-04-02 | 2 | -1/+26 |
| * | libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) | Denys Vlasenko | 2016-04-01 | 2 | -0/+18 |
| * | udhcp: get rid of bb_info_msg() | Denys Vlasenko | 2016-03-30 | 2 | -63/+0 |
| * | applet_tables: save space by removing applet name offsets | Ron Yorston | 2016-03-30 | 2 | -30/+55 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-02-22 | 2 | -3/+9 |
|\| |
|
| * | chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO | Pascal Bach | 2015-12-18 | 1 | -3/+7 |
| * | Resolve linker issues with Android API 21 (dprintf, tcdrain) | Chris Renshaw | 2015-12-17 | 1 | -0/+2 |
* | | 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 |