summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * shell: Fix "read -d ''" behaviorChristian Eggers2020-07-315-2/+6
| * httpd_indexcgi.c: use CSS for odd/even rowsSergey Ponomarev2020-07-311-8/+2
| * httpd_indexcgi.c: minimize style CSSSergey Ponomarev2020-07-311-37/+37
| * lsscsi: code shrinkDenys Vlasenko2020-07-201-15/+12
| * ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko2020-07-204-7/+41
| * networking: support ftp PASV responses not ending with ')'Denys Vlasenko2020-07-191-0/+2
| * libbb: shrink last_char_is(), no longer allow NULL string argumentDenys Vlasenko2020-07-191-10/+5
| * domain_codec: optimize dname_dec and convert_dnameMartin Lewis2020-07-121-78/+79
| * crontab: Fix -e with editors saving using renaming strategyGray Wolf2020-07-111-1/+5
* | win32: code shrink Unix-style path handlingRon Yorston2020-08-237-96/+50
* | ash: use stack, not heap, to add system drive to pathRon Yorston2020-08-211-16/+27
* | win32: allow putenv() to set empty valuesRon Yorston2020-08-211-4/+18
* | win32: env.c code shrink and clarificationRon Yorston2020-08-211-7/+6
* | ls: allow backslashes to be replaced in displayed pathsfix_backslashRon Yorston2020-08-191-0/+15
* | busybox: create custom installation directoryRon Yorston2020-08-151-5/+6
* | busybox: add option to install to Unix-style pathsRon Yorston2020-08-142-12/+35
* | win32: use built-in applets for non-existent binaries with Unix-style pathsRon Yorston2020-08-135-11/+83
* | httpd: code shrinkRon Yorston2020-08-131-3/+2
* | win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-137-4/+68
* | win32: use a static buffer in get_system_drive()Ron Yorston2020-08-134-18/+16
* | win32: code shrinkRon Yorston2020-08-135-7/+17
* | which: handle paths of form 'c:path'Ron Yorston2020-08-131-2/+5
* | win32: move code to fork (de)compressor to a functionRon Yorston2020-08-054-38/+29
* | which: rearrange conditional compilationRon Yorston2020-08-041-1/+6
* | win32: update strptime(3) implementationRon Yorston2020-08-031-12/+19
* | build system: reinstate PLATFORM_LINUXRon Yorston2020-08-032-0/+2
* | install: enable in default buildRon Yorston2020-08-032-10/+14
* | win32: code shrink kill(2)Ron Yorston2020-07-253-33/+19
* | win32: update link to Microsoft document on command-line argumentsRon Yorston2020-07-211-1/+1
* | ts: correct output in 64-bit buildRon Yorston2020-07-191-0/+8
* | win32: alter build flagsFRP-3532-g01a256149Ron Yorston2020-07-091-1/+1
* | win32: import strndup from gnulibRon Yorston2020-07-093-0/+42
* | Merge branch 'busybox' into mergeRon Yorston2020-07-0946-390/+584
|\|
| * libbb: code shrink in last_char_is()Denys Vlasenko2020-06-301-8/+9
| * compare_string_array: code shrinkMartin Lewis2020-06-291-2/+5
| * procps: code shrinkMartin Lewis2020-06-291-2/+10
| * udhcpc: fix a TODO in fill_envp using option scannerMartin Lewis2020-06-291-114/+84
| * udhcp: add option scannerMartin Lewis2020-06-292-42/+62
| * wget: fix openssl options for cert verificationScott Court2020-06-291-4/+17
| * acpid: only display -p if supported in usageNorbert Lange2020-06-292-2/+4
| * dhcpd: remove hardcoded pidfile pathNorbert Lange2020-06-291-1/+7
| * dpkg: prevent important directories from being removedNorbert Lange2020-06-291-0/+23
| * nc_bloaty: support udp broadcast portsNorbert Lange2020-06-291-9/+15
| * Start 1.33.0 development cycleDenys Vlasenko2020-06-261-2/+2
| * Bump version to 1.32.01_32_0Denys Vlasenko2020-06-261-1/+1
| * gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko2020-06-251-1/+1
| * make_single_applets.sh: switch off nologin deps optionDenys Vlasenko2020-06-241-0/+2
| * bc: placate a "defined but not used" warningDenys Vlasenko2020-06-241-0/+2
| * nologin: make it possible to build it as single appletDenys Vlasenko2020-06-245-64/+110
| * suppress a few compile warningsDenys Vlasenko2020-06-242-2/+2