aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-02udhcpc[6]: remove superfluous "created raw socket" log messageDenys Vlasenko3-7/+2
2021-06-02udhcpc: improve logs - show offer as it is receivedDenys Vlasenko4-8/+14
2021-06-02udhcpc[6]: close listening socket more eagerly (e.g. across script runs)Denys Vlasenko2-28/+45
2021-06-02udhcpc: get rid of client_data.fqdn fieldDenys Vlasenko5-76/+57
2021-06-02udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDORDenys Vlasenko4-50/+36
2021-06-02udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX...Denys Vlasenko5-77/+115
2021-06-02vi: remove autoindent from otherwise empty linesRon Yorston1-26/+59
2021-06-02vi: make autoindent respect expandtab settingRon Yorston1-13/+19
2021-06-02vi: make cursor positioning more vi compatibleRon Yorston1-0/+4
2021-06-02tail: do not lose the tail of old file if new file (-F) is detectedDenys Vlasenko1-12/+26
2021-06-02tail: fix typo in variable nameDenys Vlasenko1-6/+6
2021-06-02head,tail: trim --help textDenys Vlasenko2-14/+16
2021-06-01udhcpc[6]: fix "untangle timeout and remaining lease" falloutDenys Vlasenko2-30/+47
2021-05-07login: permit change expired password wit PAMMario Abajo1-0/+3
2021-05-05httpd: add comment about faster rejection of denied IPsDenys Vlasenko1-0/+7
2021-05-05httpd: if no request was given at all, close the socket without generating er...Denys Vlasenko1-21/+30
2021-05-05httpd: no need to strcpy() when we only need to copy one byteDenys Vlasenko1-9/+14
2021-05-04httpd: avoid extra stat() calls for "GET /dirname/" caseDenys Vlasenko1-10/+8
2021-05-04httpd: avoid one stat() call for "GET /dirname" caseDenys Vlasenko1-16/+14
2021-05-04httpd: support HEAD requests even in !CGI configDenys Vlasenko1-13/+10
2021-05-04httpd: move proxy check before URL duplication and request type checkDenys Vlasenko1-56/+52
2021-05-04httpd: cgi-bin support for DELETE, PUT, OPTIONS etc methodsAlexander Sack1-45/+40
2021-05-04vi: :wq/:x should warn if there are more files to editRon Yorston1-3/+14
2021-05-04vi: cursor positioning after whole-line 'y'Ron Yorston1-17/+8
2021-05-03decompress_gunzip: simplify ERR_RET bit clearingDenys Vlasenko1-3/+2
2021-05-01vi: trivial code shrinkDenys Vlasenko1-2/+2
2021-05-01udhcpc[6]: fold perform_renew() into its only callerDenys Vlasenko2-54/+37
2021-05-01udhcpc[6]: untangle "timeout" and "remaining lease"; reduce min lease to 30 s...Denys Vlasenko2-118/+89
2021-04-30wget: allow HTTP 307/308 redirectsJeremy Lin1-0/+2
2021-04-30vi: fix empty line range regressionRon Yorston1-1/+1
2021-04-28tls: code shrink in curve 25519Denys Vlasenko1-19/+27
2021-04-28vi: expand '%' and '#' in colon commandsRon Yorston1-14/+112
2021-04-28vi: fix buffer overrun; code shrinkRon Yorston1-31/+22
2021-04-28vi: improvements to ':read' commandRon Yorston1-13/+17
2021-04-28vi: preserve state when switching fileRon Yorston1-2/+0
2021-04-28vi: 'ZZ' should warn if there are more files to editRon Yorston1-0/+8
2021-04-28vi: saving unnamed file in readonly modeRon Yorston1-2/+2
2021-04-28vi: adjust conditional compilation of modifying_cmdsRon Yorston1-1/+1
2021-04-28vi: changes to line addresses for colon commandsRon Yorston1-50/+60
2021-04-27tls: tweak sp_256_ecc_gen_k_10 for smaller codeDenys Vlasenko1-7/+0
2021-04-27tls: shrink sp_256_mod_mul_norm_10 moreDenys Vlasenko1-18/+18
2021-04-27tls: shrink sp_256_mod_mul_norm_10Denys Vlasenko2-202/+85
2021-04-27tls: shrink p256_base moreDenys Vlasenko1-10/+7
2021-04-27tls: shrink p256_baseDenys Vlasenko1-12/+18
2021-04-27tls: reorder P256 functions to make more senseDenys Vlasenko1-179/+179
2021-04-27tls: whitespace fixesDenys Vlasenko4-21/+19