aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-23libbb: reinstate NULL check in last_char_is()Ron Yorston1-1/+1
2020-08-23win32: code shrink Unix-style path handlingRon Yorston7-96/+50
2020-08-21ash: use stack, not heap, to add system drive to pathRon Yorston1-16/+27
2020-08-21win32: allow putenv() to set empty valuesRon Yorston1-4/+18
2020-08-21win32: env.c code shrink and clarificationRon Yorston1-7/+6
2020-08-19ls: allow backslashes to be replaced in displayed pathsfix_backslashRon Yorston1-0/+15
2020-08-16httpd: Make Deny/Allow by IP config support optionalSergey Ponomarev1-18/+44
2020-08-15httpd: Support caching via ETag headerSergey Ponomarev1-3/+54
2020-08-15httpd: Don't add Last-Modified header to responseSergey Ponomarev1-6/+25
2020-08-15httpd: Don't add Date header to responseSergey Ponomarev1-2/+16
2020-08-15httpd: Update to HTTP/1.1Sergey Ponomarev1-8/+8
2020-08-15hwclock: Fix settimeofday for glibc v2.31+Eddie James1-3/+11
2020-08-15busybox: create custom installation directoryRon Yorston1-5/+6
2020-08-15grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2-15/+22
2020-08-14busybox: add option to install to Unix-style pathsRon Yorston2-12/+35
2020-08-13build system: drop PLATFORM_LINUXRon Yorston109-146/+2
2020-08-13udhcpc: add support for long optionsMartin Lewis2-35/+104
2020-08-13win32: use built-in applets for non-existent binaries with Unix-style pathsRon Yorston5-11/+83
2020-08-13httpd: code shrinkRon Yorston1-3/+2
2020-08-13win32: handle Unix-style absolute paths for executablesRon Yorston7-4/+68
2020-08-13win32: use a static buffer in get_system_drive()Ron Yorston4-18/+16
2020-08-13win32: code shrinkRon Yorston5-7/+17
2020-08-13which: handle paths of form 'c:path'Ron Yorston1-2/+5
2020-08-05win32: move code to fork (de)compressor to a functionRon Yorston4-38/+29
2020-08-04which: rearrange conditional compilationRon Yorston1-1/+6
2020-08-03win32: update strptime(3) implementationRon Yorston1-12/+19
2020-08-03build system: reinstate PLATFORM_LINUXRon Yorston2-0/+2
2020-08-03install: enable in default buildRon Yorston2-10/+14
2020-07-31ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers2-7/+62
2020-07-31ip: Add support for "noprefixroute" optionChristian Eggers2-16/+33
2020-07-31shell: Fix "read -d ''" behaviorChristian Eggers5-2/+6
2020-07-31httpd_indexcgi.c: use CSS for odd/even rowsSergey Ponomarev1-8/+2
2020-07-31httpd_indexcgi.c: minimize style CSSSergey Ponomarev1-37/+37
2020-07-25win32: code shrink kill(2)Ron Yorston3-33/+19
2020-07-21win32: update link to Microsoft document on command-line argumentsRon Yorston1-1/+1
2020-07-20lsscsi: code shrinkDenys Vlasenko1-15/+12
2020-07-20ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko4-7/+41
2020-07-19networking: support ftp PASV responses not ending with ')'Denys Vlasenko1-0/+2
2020-07-19libbb: shrink last_char_is(), no longer allow NULL string argumentDenys Vlasenko1-10/+5
2020-07-19ts: correct output in 64-bit buildRon Yorston1-0/+8
2020-07-12domain_codec: optimize dname_dec and convert_dnameMartin Lewis1-78/+79
2020-07-11crontab: Fix -e with editors saving using renaming strategyGray Wolf1-1/+5
2020-07-09win32: alter build flagsFRP-3532-g01a256149Ron Yorston1-1/+1
2020-07-09win32: import strndup from gnulibRon Yorston3-0/+42
2020-07-09ash: tidy code, no functional changeRon Yorston1-3/+2
2020-07-09chattr, lsattr: enable in the default configurationRon Yorston6-7/+138
2020-07-09ls: treat hidden files as if their names begin with a dotRon Yorston1-0/+12
2020-07-09win32: return raw file attributes in struct mingw_statRon Yorston2-0/+5
2020-07-07ash: fix shell optionsRon Yorston1-7/+7
2020-06-30ash: improve handling of UNC pathsRon Yorston2-38/+56