summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko2021-09-171-1/+10
| * libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-173-15/+12
| * libbb: ensure mode_string is NUL terminatedRon Yorston2021-09-171-9/+3
| * libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-177-12/+16
| * libbb: code shrink bb_parse_modeDenys Vlasenko2021-09-172-3/+4
| * chmod: correctly report changed modesDenys Vlasenko2021-09-171-1/+2
* | ash: improve signal handlingRon Yorston2021-09-214-1/+12
* | win32: limited version of timegm(3)Ron Yorston2021-09-181-84/+13
* | ash: avoid problems with non-zero DEBUGRon Yorston2021-09-171-3/+6
* | win32: don't affect POSIX buildRon Yorston2021-09-171-1/+1
* | ash: adjust reinitvar() to allow for FUNCNAMERon Yorston2021-09-171-1/+10
* | win32: changes to allow timezones in datesRon Yorston2021-09-177-9/+254
* | Merge branch 'busybox' into mergeRon Yorston2021-09-1711-92/+194
|\|
| * date,touch: allow timezone offsets in datesRon Yorston2021-09-176-10/+83
| * getopt: code shrinkRon Yorston2021-09-161-36/+28
| * ash: introduce bash-like $FUNCNAMEDenys Vlasenko2021-09-151-3/+24
| * libbb: code shrink parse_datestrRon Yorston2021-09-151-11/+36
| * ash: let ignoreeof only affect interactive shellsRon Yorston2021-09-141-3/+4