summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-04-26tls: get rid of constant-time add/sub operationsDenys Vlasenko
2021-04-26tls: fix whitespace in P256 codeDenys Vlasenko
2021-04-26tls: shrink sp_256_mont_inv_10Denys Vlasenko
2021-04-26tls: stop passing temporary buffer address in P256 codeDenys Vlasenko
2021-04-26tls: shrink sp_256_proj_point_dbl_10Denys Vlasenko
2021-04-26tls: in P256 replace constant-time compares with usual onesDenys Vlasenko
2021-04-26tls: simplify sp_256_proj_point_dbl_10Denys Vlasenko
2021-04-26tls: simplify array manipulations in sp_256_ecc_mulmod_10Denys Vlasenko
2021-04-26tls: get rid of address obfuscation trick in P256Denys Vlasenko
2021-04-26tls: simplify sp_256_ecc_gen_k_10, cosmetic changesDenys Vlasenko
2021-04-26tls: make x25519 key generation code more similar to P256Denys Vlasenko
2021-04-26tls: implement secp256r1 elliptic curve (aka P256)Denys Vlasenko
2021-04-24inetd: deinline machtime() - gcc gets it wrongDenys Vlasenko
2021-04-24tls: "server did not provide EC key" is fatalDenys Vlasenko
2021-04-24libbb.h: inline byteswapsDenys Vlasenko
2021-04-22tls: make constant basepoint9[32] array 8-byte alignedDenys Vlasenko
2021-04-22gcc-version.sh: fix for "invalid number" message during Android NDK buildsChris Renshaw
2021-04-20tls: further reduce register pressure in i386 assemblyDenys Vlasenko
2021-04-20tls: reduce register pressure in i386 assembly (helps Android to compile)Denys Vlasenko
2021-04-20vi: make de-indentation with ctrl-D more like vimRon Yorston
2021-04-20vi: add expandtab optionRon Yorston
2021-04-18gcc-version.sh: Cygwin fixDenys Vlasenko