summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-03udhcp: shrink arpping()Denys Vlasenko
2021-06-03udhcp: convert log1s() macro to functionDenys Vlasenko
2021-06-03udhcpc[6]: when renewing, send 1 packet (not 3), on failure go back to BOUNDDenys Vlasenko
2021-06-02udhcpc[6]: remove superfluous "created raw socket" log messageDenys Vlasenko
2021-06-02udhcpc: improve logs - show offer as it is receivedDenys Vlasenko
2021-06-02udhcpc[6]: close listening socket more eagerly (e.g. across script runs)Denys Vlasenko
2021-06-02udhcpc: get rid of client_data.fqdn fieldDenys Vlasenko
2021-06-02udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDORDenys Vlasenko
2021-06-02udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX...Denys Vlasenko
2021-06-02vi: remove autoindent from otherwise empty linesRon Yorston
2021-06-02vi: make autoindent respect expandtab settingRon Yorston
2021-06-02vi: make cursor positioning more vi compatibleRon Yorston
2021-06-02tail: do not lose the tail of old file if new file (-F) is detectedDenys Vlasenko
2021-06-02tail: fix typo in variable nameDenys Vlasenko
2021-06-02head,tail: trim --help textDenys Vlasenko
2021-06-01udhcpc[6]: fix "untangle timeout and remaining lease" falloutDenys Vlasenko
2021-05-07login: permit change expired password wit PAMMario Abajo
2021-05-05httpd: add comment about faster rejection of denied IPsDenys Vlasenko
2021-05-05httpd: if no request was given at all, close the socket without generating er...Denys Vlasenko
2021-05-05httpd: no need to strcpy() when we only need to copy one byteDenys Vlasenko
2021-05-04httpd: avoid extra stat() calls for "GET /dirname/" caseDenys Vlasenko
2021-05-04httpd: avoid one stat() call for "GET /dirname" caseDenys Vlasenko
2021-05-04httpd: support HEAD requests even in !CGI configDenys Vlasenko
2021-05-04httpd: move proxy check before URL duplication and request type checkDenys Vlasenko
2021-05-04httpd: cgi-bin support for DELETE, PUT, OPTIONS etc methodsAlexander Sack
2021-05-04vi: :wq/:x should warn if there are more files to editRon Yorston
2021-05-04vi: cursor positioning after whole-line 'y'Ron Yorston
2021-05-03decompress_gunzip: simplify ERR_RET bit clearingDenys Vlasenko
2021-05-01vi: trivial code shrinkDenys Vlasenko
2021-05-01udhcpc[6]: fold perform_renew() into its only callerDenys Vlasenko
2021-05-01udhcpc[6]: untangle "timeout" and "remaining lease"; reduce min lease to 30 s...Denys Vlasenko
2021-04-30wget: allow HTTP 307/308 redirectsJeremy Lin
2021-04-30vi: fix empty line range regressionRon Yorston
2021-04-28tls: code shrink in curve 25519Denys Vlasenko
2021-04-28vi: expand '%' and '#' in colon commandsRon Yorston
2021-04-28vi: fix buffer overrun; code shrinkRon Yorston
2021-04-28vi: improvements to ':read' commandRon Yorston
2021-04-28vi: preserve state when switching fileRon Yorston
2021-04-28vi: 'ZZ' should warn if there are more files to editRon Yorston
2021-04-28vi: saving unnamed file in readonly modeRon Yorston
2021-04-28vi: adjust conditional compilation of modifying_cmdsRon Yorston
2021-04-28vi: changes to line addresses for colon commandsRon Yorston
2021-04-27tls: tweak sp_256_ecc_gen_k_10 for smaller codeDenys Vlasenko
2021-04-27tls: shrink sp_256_mod_mul_norm_10 moreDenys Vlasenko
2021-04-27tls: shrink sp_256_mod_mul_norm_10Denys Vlasenko
2021-04-27tls: shrink p256_base moreDenys Vlasenko
2021-04-27tls: shrink p256_baseDenys Vlasenko
2021-04-27tls: reorder P256 functions to make more senseDenys Vlasenko
2021-04-27tls: whitespace fixesDenys Vlasenko
2021-04-26tls: add a patch with optimization which _should_ give better codeDenys Vlasenko