aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build system: use static ssp libraryRon Yorston2020-11-121-1/+1
* build: add ssp libraryRon Yorston2020-11-111-1/+1
* win32: make location of Unix-style absolute paths configurableRon Yorston2020-08-311-1/+1
* ash, ls: improve support for 'c:path'Ron Yorston2020-08-284-21/+9
* printf: ensure '\045' is printed as '%'Ron Yorston2020-08-281-5/+10
* ash: replace backslashes in argument to 'cd' built-inRon Yorston2020-08-271-1/+1
* printf: prevent '\0' in format string from truncating outputFRP-3578-g359211429Ron Yorston2020-08-241-1/+9
* httpd: silence compiler warnings about %llx formatRon Yorston2020-08-231-1/+1
* win32: update default configurationRon Yorston2020-08-232-2/+10
* libbb: reinstate NULL check in last_char_is()Ron Yorston2020-08-231-1/+1
* Merge branch 'busybox' into mergeRon Yorston2020-08-23131-417/+572
|\
| * httpd: Make Deny/Allow by IP config support optionalSergey Ponomarev2020-08-161-18/+44
| * httpd: Support caching via ETag headerSergey Ponomarev2020-08-151-3/+54
| * httpd: Don't add Last-Modified header to responseSergey Ponomarev2020-08-151-6/+25
| * httpd: Don't add Date header to responseSergey Ponomarev2020-08-151-2/+16
| * httpd: Update to HTTP/1.1Sergey Ponomarev2020-08-151-8/+8
| * hwclock: Fix settimeofday for glibc v2.31+Eddie James2020-08-151-3/+11
| * grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2020-08-152-15/+22
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-13109-146/+2
| * udhcpc: add support for long optionsMartin Lewis2020-08-132-35/+104
| * ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers2020-07-312-7/+62
| * ip: Add support for "noprefixroute" optionChristian Eggers2020-07-312-16/+33
| * 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