summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: add tests for unquoted < > in [[ ]]Denys Vlasenko2020-10-312-0/+5
| * shell: better support of [[ ]] bashismDenys Vlasenko2020-10-3113-24/+209
| * od: unbreak itDenys Vlasenko2020-10-252-25/+23
| * compat: move hexdump -R functionality to xxd -rDenys Vlasenko2020-10-252-64/+73
| * hush: output bash-compat killing signal namesDenys Vlasenko2020-10-249-7/+92
| * hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko2020-10-243-1/+9
| * hexdump: fix dup block comparisonDenys Vlasenko2020-10-202-1/+19
| * xxd: fix printing of trailing spacesDenys Vlasenko2020-10-204-59/+108
| * uudecode: fix possible signed char bugDenys Vlasenko2020-10-071-4/+2
| * avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-0611-36/+46
| * httpd: code shrinkXabier Oneca2020-10-061-0/+7
| * ip rule: add support for fwmark/fwmask for policy routingRui Salvaterra2020-10-032-7/+27
| * tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko2020-10-021-1/+1
| * udhcp: remove struct packing attribute, eliminates gcc-9.xDenys Vlasenko2020-10-011-3/+3
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-0119-150/+159
| * tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko2020-10-013-13/+14
| * gcc-9.x warning fixesDenys Vlasenko2020-10-019-12/+15
| * libbb: do not open-code __errno_location() callDenys Vlasenko2020-10-011-1/+6
| * shell: remove FAST_FUNC from a static functionDenys Vlasenko2020-10-011-2/+2
| * libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko2020-10-013-6/+7
| * mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar2020-10-014-4/+67
| * libbb: fold common64_hash() into its only userDenys Vlasenko2020-09-301-47/+28
| * xargs: fix -I SUBSTR behaviourDenys Vlasenko2020-09-302-5/+24
| * shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko2020-09-294-0/+18
| * ash: jobs: Fix waitcmd busy loopDenys Vlasenko2020-09-291-57/+34
| * ash: jobs: Fix infinite loop in waitprocDenys Vlasenko2020-09-291-6/+19
| * ash: remove a tentative TODO, it's a wrong ideaDenys Vlasenko2020-09-291-1/+1
| * ntpd: fix the case where two replies received at once and first one causes a ...Denys Vlasenko2020-09-291-0/+9
* | 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