| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | tar: fix fallout of last_char_is(NULL) no longer being allowed | Denys Vlasenko | 2020-10-02 | 1 | -1/+1 |
| * | udhcp: remove struct packing attribute, eliminates gcc-9.x | Denys Vlasenko | 2020-10-01 | 1 | -3/+3 |
| * | libbb: shrink recursive_action() by reducing memory pressure | Denys Vlasenko | 2020-10-01 | 19 | -150/+159 |
| * | tydy up a few uses of recursive_action(), no logic changes | Denys Vlasenko | 2020-10-01 | 3 | -13/+14 |
| * | gcc-9.x warning fixes | Denys Vlasenko | 2020-10-01 | 9 | -12/+15 |
| * | libbb: do not open-code __errno_location() call | Denys Vlasenko | 2020-10-01 | 1 | -1/+6 |
| * | shell: remove FAST_FUNC from a static function | Denys Vlasenko | 2020-10-01 | 1 | -2/+2 |
| * | libbb: extend "errno pointer" trick to other than __GLIBC__ | Denys Vlasenko | 2020-10-01 | 3 | -6/+7 |
| * | mount: support the sizelimit and offset option for loop devices | Steffen Trumtrar | 2020-10-01 | 4 | -4/+67 |
| * | libbb: fold common64_hash() into its only user | Denys Vlasenko | 2020-09-30 | 1 | -47/+28 |
| * | xargs: fix -I SUBSTR behaviour | Denys Vlasenko | 2020-09-30 | 2 | -5/+24 |
| * | shell: add testsuite for "wait $pid" waiting for other tasks | Denys Vlasenko | 2020-09-29 | 4 | -0/+18 |
| * | ash: jobs: Fix waitcmd busy loop | Denys Vlasenko | 2020-09-29 | 1 | -57/+34 |
| * | ash: jobs: Fix infinite loop in waitproc | Denys Vlasenko | 2020-09-29 | 1 | -6/+19 |
| * | ash: remove a tentative TODO, it's a wrong idea | Denys Vlasenko | 2020-09-29 | 1 | -1/+1 |
| * | ntpd: fix the case where two replies received at once and first one causes a ... | Denys Vlasenko | 2020-09-29 | 1 | -0/+9 |
* | | build system: use static ssp library | Ron Yorston | 2020-11-12 | 1 | -1/+1 |
* | | build: add ssp library | Ron Yorston | 2020-11-11 | 1 | -1/+1 |
* | | win32: make location of Unix-style absolute paths configurable | Ron Yorston | 2020-08-31 | 1 | -1/+1 |
* | | ash, ls: improve support for 'c:path' | Ron Yorston | 2020-08-28 | 4 | -21/+9 |
* | | printf: ensure '\045' is printed as '%' | Ron Yorston | 2020-08-28 | 1 | -5/+10 |
* | | ash: replace backslashes in argument to 'cd' built-in | Ron Yorston | 2020-08-27 | 1 | -1/+1 |
* | | printf: prevent '\0' in format string from truncating outputFRP-3578-g359211429 | Ron Yorston | 2020-08-24 | 1 | -1/+9 |
* | | httpd: silence compiler warnings about %llx format | Ron Yorston | 2020-08-23 | 1 | -1/+1 |
* | | win32: update default configuration | Ron Yorston | 2020-08-23 | 2 | -2/+10 |
* | | libbb: reinstate NULL check in last_char_is() | Ron Yorston | 2020-08-23 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-08-23 | 131 | -417/+572 |
|\| |
|
| * | httpd: Make Deny/Allow by IP config support optional | Sergey Ponomarev | 2020-08-16 | 1 | -18/+44 |
| * | httpd: Support caching via ETag header | Sergey Ponomarev | 2020-08-15 | 1 | -3/+54 |
| * | httpd: Don't add Last-Modified header to response | Sergey Ponomarev | 2020-08-15 | 1 | -6/+25 |
| * | httpd: Don't add Date header to response | Sergey Ponomarev | 2020-08-15 | 1 | -2/+16 |
| * | httpd: Update to HTTP/1.1 | Sergey Ponomarev | 2020-08-15 | 1 | -8/+8 |
| * | hwclock: Fix settimeofday for glibc v2.31+ | Eddie James | 2020-08-15 | 1 | -3/+11 |
| * | grep: for -L, exitcode 0 means files *without* matches were found, closes 13151 | Denys Vlasenko | 2020-08-15 | 2 | -15/+22 |
| * | build system: drop PLATFORM_LINUX | Ron Yorston | 2020-08-13 | 109 | -146/+2 |
| * | udhcpc: add support for long options | Martin Lewis | 2020-08-13 | 2 | -35/+104 |
| * | ip address: Add support for "valid_lft" and "preferred_lft" options | Christian Eggers | 2020-07-31 | 2 | -7/+62 |
| * | ip: Add support for "noprefixroute" option | Christian Eggers | 2020-07-31 | 2 | -16/+33 |
| * | shell: Fix "read -d ''" behavior | Christian Eggers | 2020-07-31 | 5 | -2/+6 |
| * | httpd_indexcgi.c: use CSS for odd/even rows | Sergey Ponomarev | 2020-07-31 | 1 | -8/+2 |
| * | httpd_indexcgi.c: minimize style CSS | Sergey Ponomarev | 2020-07-31 | 1 | -37/+37 |
| * | lsscsi: code shrink | Denys Vlasenko | 2020-07-20 | 1 | -15/+12 |
| * | ntpd: fix refid reported in server mode, closes 13056 | Denys Vlasenko | 2020-07-20 | 4 | -7/+41 |
| * | networking: support ftp PASV responses not ending with ')' | Denys Vlasenko | 2020-07-19 | 1 | -0/+2 |
| * | libbb: shrink last_char_is(), no longer allow NULL string argument | Denys Vlasenko | 2020-07-19 | 1 | -10/+5 |
| * | domain_codec: optimize dname_dec and convert_dname | Martin Lewis | 2020-07-12 | 1 | -78/+79 |
| * | crontab: Fix -e with editors saving using renaming strategy | Gray Wolf | 2020-07-11 | 1 | -1/+5 |
* | | win32: code shrink Unix-style path handling | Ron Yorston | 2020-08-23 | 7 | -96/+50 |
* | | ash: use stack, not heap, to add system drive to path | Ron Yorston | 2020-08-21 | 1 | -16/+27 |
* | | win32: allow putenv() to set empty values | Ron Yorston | 2020-08-21 | 1 | -4/+18 |