aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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