Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
3 days | reapply special case for std file descriptors | Brent Cook | 1 | -0/+5 | |
6 days | switch to using high bit for fd detection of file/socket | Brent Cook | 2 | -22/+33 | |
7 days | Don't break std* file descriptors (inspired by the other is_socket() which ↵ | datadiode | 1 | -0/+3 | |
lives in poll_win.c) | |||||
7 days | Issue #1069 - Make file descriptors created through posix_open() ↵ | datadiode | 1 | -42/+12 | |
distinguishable from sockets by having them take odd values only | |||||
7 days | Update ChangeLog | Theo Buehler | 1 | -0/+1 | |
7 days | Sync opensslconf.h, add crypto_arch.h for mips | Theo Buehler | 10 | -18/+43 | |
This was easy enough to make compile. As long as it doesn't get in the way, I think we can keep this. Fixes #1110 | |||||
7 days | Drop -fno-common | Theo Buehler | 1 | -4/+0 | |
7 days | Switch to add_compile_options | Theo Buehler | 1 | -1/+1 | |
7 days | scripts/test: use lib64 for loongarch64 | Joshua Sing | 2 | -2/+2 | |
7 days | ci: print test suite log on failure | Joshua Sing | 1 | -1/+1 | |
7 days | ci: only test loong64 on ubuntu-24.04 | Joshua Sing | 1 | -5/+4 | |
Versions of Ubuntu prior to 24.04 do not have the g++{,-14}-loongarch64-linux-gnu package. | |||||
7 days | ci: add universe apt repository for loong64 runs | Joshua Sing | 1 | -0/+4 | |
7 days | scripts/test: revert to using g++-14 | Joshua Sing | 1 | -4/+4 | |
It seems `g++-loongarch64-linux-gnu` does not exist in the Ubuntu universe repositories. It also fails using the ubuntu Docker image locally (with the universe repo added). `g++-14-loongarch-linux-gnu` exists on both Ubuntu 22.04 and 24.04, however ideally we want to use whatever works on the most platforms. | |||||
7 days | scripts/test: change from g++-14 to g++ | Joshua Sing | 1 | -4/+4 | |
7 days | ci: test on loongarch64 | Joshua Sing | 2 | -1/+16 | |
7 days | Add ChangeLog entry for loongarch64 + a review nit | Theo Buehler | 2 | -2/+3 | |
8 days | Tweak Changelog | Theo Buehler | 1 | -8/+13 | |
9 days | Basic loongarch64 support | Ivan A. Melnikov | 13 | -10/+239 | |
Just wire things up to make the project buildable on LoongArch64. opensslconf.h is taken form riscv64 folder as is, and is the same as on some other 64 bit architectures. Refs: https://github.com/libressl/portable/issues/1123 Signed-off-by: Ivan A. Melnikov <iv@altlinux.org> | |||||
12 days | Fix no pointer sign warning on C++ compilers | Mustafa Gökçe | 1 | -1/+1 | |
2025-03-31 | add gawk to fedora-rawhide workflow | Theo Buehler | 1 | -1/+1 | |
2025-03-26 | Update ChangeLog | Theo Buehler | 1 | -2/+3 | |
2025-03-19 | Update ChangeLog | Theo Buehler | 1 | -0/+1 | |
2025-03-15 | hook x509_name_test to build | Theo Buehler | 3 | -0/+11 | |
2025-03-13 | Update ChangeLog | Theo Buehler | 1 | -1/+1 | |
2025-03-13 | rebase aarch64 crypto_arch.h patch | Brent Cook | 1 | -3/+6 | |
2025-03-11 | Update ChangeLog | Theo Buehler | 1 | -1/+12 | |
2025-03-09 | Fix UI_OpenSSL for Windows | Theo Buehler | 1 | -2/+2 | |
2025-03-09 | Update man links | Theo Buehler | 1 | -19/+7 | |
2025-03-09 | Fix -I lines for ec_asn1_test | Theo Buehler | 2 | -0/+2 | |
2025-03-07 | Disable SHA-256 asm for aarch64 | Theo Buehler | 1 | -0/+13 | |
2025-03-07 | Update ChangeLog | Theo Buehler | 1 | -0/+3 | |
2025-03-04 | Update ChangeLog | Theo Buehler | 1 | -0/+1 | |
2025-03-04 | Fixes tests | Yang Kun | 1 | -10/+10 | |
2025-02-26 | Update ChangeLog | Theo Buehler | 1 | -0/+3 | |