aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDORDenys Vlasenko2021-06-024-50/+36
| * udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX...Denys Vlasenko2021-06-025-77/+115
| * vi: remove autoindent from otherwise empty linesRon Yorston2021-06-021-26/+59
| * vi: make autoindent respect expandtab settingRon Yorston2021-06-021-13/+19
| * vi: make cursor positioning more vi compatibleRon Yorston2021-06-021-0/+4
| * tail: do not lose the tail of old file if new file (-F) is detectedDenys Vlasenko2021-06-021-12/+26
| * tail: fix typo in variable nameDenys Vlasenko2021-06-021-6/+6
| * head,tail: trim --help textDenys Vlasenko2021-06-022-14/+16
| * udhcpc[6]: fix "untangle timeout and remaining lease" falloutDenys Vlasenko2021-06-012-30/+47
* | sync: enable in default configurationRon Yorston2021-06-074-4/+4
* | libbb: allow dumping of /dev/fd file descriptorsRon Yorston2021-06-071-0/+36
* | win32: let virtual /dev/fd/<num> files be openedRon Yorston2021-06-072-0/+22
* | win32: rename update_dev_fd() as update_special_fd()Ron Yorston2021-06-073-4/+4
* | win32: update default configurationRon Yorston2021-05-142-6/+12
* | busybox: make 'busybox --help busybox' workRon Yorston2021-05-141-0/+4
* | win32: implement futimens(2)/utimensat(2)Ron Yorston2021-05-142-1/+91
* | Merge branch 'busybox' into mergeRon Yorston2021-05-1463-1260/+2730
|\|
| * login: permit change expired password wit PAMMario Abajo2021-05-071-0/+3
| * httpd: add comment about faster rejection of denied IPsDenys Vlasenko2021-05-051-0/+7
| * httpd: if no request was given at all, close the socket without generating er...Denys Vlasenko2021-05-051-21/+30
| * httpd: no need to strcpy() when we only need to copy one byteDenys Vlasenko2021-05-051-9/+14
| * httpd: avoid extra stat() calls for "GET /dirname/" caseDenys Vlasenko2021-05-041-10/+8
| * httpd: avoid one stat() call for "GET /dirname" caseDenys Vlasenko2021-05-041-16/+14
| * httpd: support HEAD requests even in !CGI configDenys Vlasenko2021-05-041-13/+10
| * httpd: move proxy check before URL duplication and request type checkDenys Vlasenko2021-05-041-56/+52
| * httpd: cgi-bin support for DELETE, PUT, OPTIONS etc methodsAlexander Sack2021-05-041-45/+40
| * vi: :wq/:x should warn if there are more files to editRon Yorston2021-05-041-3/+14
| * vi: cursor positioning after whole-line 'y'Ron Yorston2021-05-041-17/+8
| * decompress_gunzip: simplify ERR_RET bit clearingDenys Vlasenko2021-05-031-3/+2
| * vi: trivial code shrinkDenys Vlasenko2021-05-011-2/+2
| * udhcpc[6]: fold perform_renew() into its only callerDenys Vlasenko2021-05-012-54/+37
| * udhcpc[6]: untangle "timeout" and "remaining lease"; reduce min lease to 30 s...Denys Vlasenko2021-05-012-118/+89
| * wget: allow HTTP 307/308 redirectsJeremy Lin2021-04-301-0/+2
| * vi: fix empty line range regressionRon Yorston2021-04-301-1/+1
| * tls: code shrink in curve 25519Denys Vlasenko2021-04-281-19/+27
| * vi: expand '%' and '#' in colon commandsRon Yorston2021-04-281-14/+112
| * vi: fix buffer overrun; code shrinkRon Yorston2021-04-281-31/+22
| * vi: improvements to ':read' commandRon Yorston2021-04-281-13/+17
| * vi: preserve state when switching fileRon Yorston2021-04-281-2/+0
| * vi: 'ZZ' should warn if there are more files to editRon Yorston2021-04-281-0/+8
| * vi: saving unnamed file in readonly modeRon Yorston2021-04-281-2/+2
| * vi: adjust conditional compilation of modifying_cmdsRon Yorston2021-04-281-1/+1
| * vi: changes to line addresses for colon commandsRon Yorston2021-04-281-50/+60
| * tls: tweak sp_256_ecc_gen_k_10 for smaller codeDenys Vlasenko2021-04-271-7/+0
| * tls: shrink sp_256_mod_mul_norm_10 moreDenys Vlasenko2021-04-271-18/+18
| * tls: shrink sp_256_mod_mul_norm_10Denys Vlasenko2021-04-272-202/+85
| * tls: shrink p256_base moreDenys Vlasenko2021-04-271-10/+7
| * tls: shrink p256_baseDenys Vlasenko2021-04-271-12/+18
| * tls: reorder P256 functions to make more senseDenys Vlasenko2021-04-271-179/+179
| * tls: whitespace fixesDenys Vlasenko2021-04-274-21/+19