aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * httpd: if range is not specified, correctly fall back to read/write loopDenys Vlasenko2021-10-081-2/+5
| * help: s/Don't daemonize/Run in foreground/gDenys Vlasenko2021-10-083-3/+3
| * mdev: tweak --helpDenys Vlasenko2021-10-081-5/+5
| * mount: "mount -o rw ...." should not fall back to RO mountDenys Vlasenko2021-10-081-8/+13
| * ip: added support for setting netns on devicesNicholas Niro2021-10-072-3/+34
| * ps: fix -o pid=PID,args interpreting entire "PID,args" as headerDenys Vlasenko2021-10-071-14/+18
| * find: Unify time comparisonsIsmael Luceno2021-10-071-16/+20
| * config: find: Fix mtime/mmin descriptionIsmael Luceno2021-10-071-2/+2
| * *: generalize "const trick"YU Jincheng2021-10-076-38/+34
| * tls: whitespace fixDenys Vlasenko2021-10-061-3/+3
| * tls: P256: sp_256_sub_8_p256_mod always subtracts in-place, use thatDenys Vlasenko2021-10-061-63/+36
| * tls: P256: x86-64 optimized sp_256_sub_8_p256_modDenys Vlasenko2021-10-061-1/+31
| * tls: P256: x86-64 assemblyDenys Vlasenko2021-10-061-0/+99
| * tls: P256: tweak arm assembly (currently disabled)Denys Vlasenko2021-10-061-88/+89
| * tls: P@256: remove "header comment is kept intact" commentDenys Vlasenko2021-10-061-1/+0
| * tls: P256: do not dumplicate sp_256_sub_8()Denys Vlasenko2021-10-061-23/+3
| * tls: P256: shrink sp_256_mul_add_8 a bit moreDenys Vlasenko2021-10-061-14/+24
| * tls: P256: propagate constants, create dedicated "subtract p256_mod" functionDenys Vlasenko2021-10-061-32/+108
| * tls: optimize sp_256_mont_reduce_8 in P256Denys Vlasenko2021-10-061-21/+125
| * tls: optimize sp_256_mul_8 in P256Denys Vlasenko2021-10-051-2/+82
| * tls: replace "26-bit" P256 code with 32-bit one.Denys Vlasenko2021-10-052-498/+588
| * tls: fix the case of sp_256_mont_tpl_10() leaving striay high bitsDenys Vlasenko2021-10-053-11/+72
| * tls: fix (what looks like) a rare corner case bug in P256Denys Vlasenko2021-10-051-4/+7
| * tls: remove one overzealous debugging statementDenys Vlasenko2021-10-051-4/+0
| * tls: add debugging scaffolding to P256 codeDenys Vlasenko2021-10-051-0/+53
| * tls: another P256 code shrinkDenys Vlasenko2021-10-051-69/+54
| * tls: P256 code shrinkDenys Vlasenko2021-10-051-52/+42
| * tls: "server cert is not RSA" is a fatal errorDenys Vlasenko2021-10-011-1/+1
| * wget: implement --post-fileRon Yorston2021-10-011-3/+23
| * tls: add scaffolding to selectively disable ciphers. no code changesDenys Vlasenko2021-10-011-55/+51
| * tls: code shrink P256 codeDenys Vlasenko2021-10-011-14/+12
| * tls: remove unused defineDenys Vlasenko2021-09-301-2/+0
| * less: Ignore -XIsmael Luceno2021-09-281-1/+1
| * ash: fix compile breakage in !ENABLE_ASH_ALIAS configDenys Vlasenko2021-09-281-2/+2
| * libbb: code shrink in main() and scripted_main()Denys Vlasenko2021-09-281-5/+5
| * shell: fix parsing of $(( (v)++ + NUM ))Denys Vlasenko2021-09-265-22/+44
| * shell: enable more tests which are passing nowDenys Vlasenko2021-09-256-73/+105
| * shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko2021-09-259-46/+65
| * libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko2021-09-251-8/+8
* | win32: fix bb_get_last_path_component_nostrip()Ron Yorston2021-10-131-5/+11
* | win32: fix creation of relative symlinksRon Yorston2021-10-121-2/+5
* | win32: rename is_absolute_path()Ron Yorston2021-10-124-13/+13
* | win32: use is_dir_sep() everywhereRon Yorston2021-10-122-14/+12
* | ash: prevent exit if background jobs are presentRon Yorston2021-09-261-1/+9
* | ash: associate command names with jobsRon Yorston2021-09-261-14/+16
* | ash: additional support for background jobsRon Yorston2021-09-263-11/+44
* | ash: fix FUNCNAME issueRon Yorston2021-09-221-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2021-09-2111-64/+77
|\|
| * cal: implement -mRon Yorston2021-09-211-13/+25
| * libbb: code shrink parse_datestr (again)Ron Yorston2021-09-181-14/+9