Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-11tls: code shrink curve25519Denys Vlasenko
2021-10-11tls: remove unused tls_symmetric.h (was used by old "big" AES code)Denys Vlasenko
2021-10-10chrt: silence analyzer warningBernhard Reutner-Fischer
2021-10-10find: code shrink -{m,a,c}{time,min}Denys Vlasenko
2021-10-10*: add more beneficial NOINLINEsDenys Vlasenko
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko
2021-10-09Make const ptr assign as function call in clangYU Jincheng
2021-10-09find: implement -amin, -atime, -cmin, and -ctimeIsmael Luceno
2021-10-09hush: speed up ${x//\*/|} tooDenys Vlasenko
2021-10-09ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko
2021-10-09ash.c: speedup ${s:} substring (no quotes)Alin Mr
2021-10-09libbb: better coreutils compatibility for realpathRon Yorston
2021-10-09xxd: fix -p -r, closes 13881Denys Vlasenko
2021-10-08resize: use tcgetattr(TCSAFLUSH) instead of TCSANOW, closes 13811Denys Vlasenko
2021-10-08mktemp: add --tmpdir optionAndrej Valek
2021-10-08tar: improve comments, add FIXMEs. no code changesDenys Vlasenko
2021-10-08libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configsDenys Vlasenko
2021-10-08httpd: if range is not specified, correctly fall back to read/write loopDenys Vlasenko
2021-10-08help: s/Don't daemonize/Run in foreground/gDenys Vlasenko
2021-10-08mdev: tweak --helpDenys Vlasenko
2021-10-08mount: "mount -o rw ...." should not fall back to RO mountDenys Vlasenko
2021-10-08ip: added support for setting netns on devicesNicholas Niro
2021-10-07ps: fix -o pid=PID,args interpreting entire "PID,args" as headerDenys Vlasenko
2021-10-07find: Unify time comparisonsIsmael Luceno
2021-10-07config: find: Fix mtime/mmin descriptionIsmael Luceno
2021-10-07*: generalize "const trick"YU Jincheng
2021-10-06tls: whitespace fixDenys Vlasenko
2021-10-06tls: P256: sp_256_sub_8_p256_mod always subtracts in-place, use thatDenys Vlasenko
2021-10-06tls: P256: x86-64 optimized sp_256_sub_8_p256_modDenys Vlasenko
2021-10-06tls: P256: x86-64 assemblyDenys Vlasenko
2021-10-06tls: P256: tweak arm assembly (currently disabled)Denys Vlasenko
2021-10-06tls: P@256: remove "header comment is kept intact" commentDenys Vlasenko
2021-10-06tls: P256: do not dumplicate sp_256_sub_8()Denys Vlasenko
2021-10-06tls: P256: shrink sp_256_mul_add_8 a bit moreDenys Vlasenko
2021-10-06tls: P256: propagate constants, create dedicated "subtract p256_mod" functionDenys Vlasenko
2021-10-06tls: optimize sp_256_mont_reduce_8 in P256Denys Vlasenko
2021-10-06tls: optimize sp_256_mul_8 in P256Denys Vlasenko
2021-10-05tls: replace "26-bit" P256 code with 32-bit one.Denys Vlasenko
2021-10-05tls: fix the case of sp_256_mont_tpl_10() leaving striay high bitsDenys Vlasenko
2021-10-05tls: fix (what looks like) a rare corner case bug in P256Denys Vlasenko
2021-10-05tls: remove one overzealous debugging statementDenys Vlasenko
2021-10-05tls: add debugging scaffolding to P256 codeDenys Vlasenko
2021-10-05tls: another P256 code shrinkDenys Vlasenko
2021-10-05tls: P256 code shrinkDenys Vlasenko
2021-10-01tls: "server cert is not RSA" is a fatal errorDenys Vlasenko
2021-10-01wget: implement --post-fileRon Yorston
2021-10-01tls: add scaffolding to selectively disable ciphers. no code changesDenys Vlasenko
2021-10-01tls: code shrink P256 codeDenys Vlasenko
2021-09-30tls: remove unused defineDenys Vlasenko
2021-09-29less: Ignore -XIsmael Luceno