aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-26tls: stop passing temporary buffer address in P256 codeDenys Vlasenko1-35/+26
2021-04-26tls: shrink sp_256_proj_point_dbl_10Denys Vlasenko1-37/+24
2021-04-26tls: in P256 replace constant-time compares with usual onesDenys Vlasenko1-14/+9
2021-04-26tls: simplify sp_256_proj_point_dbl_10Denys Vlasenko1-36/+22
2021-04-26tls: simplify array manipulations in sp_256_ecc_mulmod_10Denys Vlasenko1-18/+17
2021-04-26tls: get rid of address obfuscation trick in P256Denys Vlasenko1-10/+2
2021-04-26tls: simplify sp_256_ecc_gen_k_10, cosmetic changesDenys Vlasenko2-138/+52
2021-04-26tls: make x25519 key generation code more similar to P256Denys Vlasenko4-44/+51
2021-04-26tls: implement secp256r1 elliptic curve (aka P256)Denys Vlasenko4-36/+1126
2021-04-24inetd: deinline machtime() - gcc gets it wrongDenys Vlasenko1-1/+1
2021-04-24tls: "server did not provide EC key" is fatalDenys Vlasenko1-1/+1
2021-04-24libbb.h: inline byteswapsDenys Vlasenko3-1/+24
2021-04-22tls: make constant basepoint9[32] array 8-byte alignedDenys Vlasenko1-1/+1
2021-04-22gcc-version.sh: fix for "invalid number" message during Android NDK buildsChris Renshaw1-2/+2
2021-04-20tls: further reduce register pressure in i386 assemblyDenys Vlasenko1-3/+3
2021-04-20tls: reduce register pressure in i386 assembly (helps Android to compile)Denys Vlasenko1-0/+24
2021-04-20vi: make de-indentation with ctrl-D more like vimRon Yorston1-9/+21
2021-04-20vi: add expandtab optionRon Yorston1-17/+47
2021-04-18gcc-version.sh: Cygwin fixDenys Vlasenko1-1/+1
2021-04-15vi: move undo_queue_state in globals to other byte-sized membersDenys Vlasenko1-13/+14
2021-04-15vi: allow line addresses to have an offsetRon Yorston1-46/+72
2021-04-15vi: allow backward search to specify line addressRon Yorston1-7/+14
2021-04-15vi: detect and warn about invalid line addressesRon Yorston1-8/+14
2021-04-15vi: code shrink colon line addressesRon Yorston1-27/+28
2021-04-15vi: make context marks more like viRon Yorston1-18/+12
2021-04-15vi: correct autoindent for 'O' commandRon Yorston1-12/+29
2021-04-15vi: allow ctrl-D to reduce indentationRon Yorston1-2/+14
2021-04-15vi: don't move cursor when yanking whole linesRon Yorston1-0/+6
2021-04-15vi: reset command count when specifying '0' rangeRon Yorston1-5/+10
2021-04-15vi: code shrink motion by paragraphRon Yorston1-12/+15
2021-04-15vi: position cursor on last column of tabRon Yorston1-12/+9
2021-04-15vi: correctly record deleted charactersRon Yorston1-17/+22
2021-04-14platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko2-0/+11
2021-04-14unzip: add -tDenys Vlasenko1-3/+9
2021-04-14unzip: fix for .zip archives with >4GB fileDenys Vlasenko1-2/+20
2021-04-14fix "warning array subscript has type 'char'"Denys Vlasenko7-22/+22
2021-04-14Makefile.flags: add a test for -lrt availabilityDenys Vlasenko1-5/+8
2021-04-14echo: fix !ENABLE_FEATURE_FANCY_ECHO buildDenys Vlasenko1-1/+1
2021-04-14fix gcc-11.0 warningsDenys Vlasenko4-4/+4
2021-04-14*: --help text tweaksDenys Vlasenko16-21/+21
2021-04-14touch: shorten --help textDenys Vlasenko1-1/+1
2021-04-14touch: code shrinkDenys Vlasenko1-6/+4
2021-04-14touch: fix -amDenys Vlasenko1-5/+8
2021-04-13dd: support iflag=count_bytesRafał Miłecki2-18/+33
2021-04-13vi: allow writing to another file if this one is readonlyAlison Winters1-1/+1
2021-04-13build system: avoid build failure during bisectionRon Yorston1-1/+1
2021-04-13hush: beautify ^D handling to match ash / bashDenys Vlasenko1-0/+2
2021-04-13watchdog: make open-write-close-open functionality a config knobRasmus Villemoes1-5/+21
2021-04-13touch: fix previous commitDenys Vlasenko1-1/+1
2021-04-13touch: make FEATURE_TOUCH_NODEREF unconditionalDenys Vlasenko1-18/+9