summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Expand)Author
2024-09-09ci: remove unneeded cargo-c job in test workflowDaniel McCarney
2024-09-09ci: add aws-lc-rs/ring crypto provider coverageDaniel McCarney
2024-09-09project: default to aws-lc-rs, offer ring featureDaniel McCarney
2024-09-09ci: pin cbindgen to 0.27.0Daniel McCarney
2024-09-05pkg-config.yml: remove pkg-config install on macJoe Birr-Pixton
2024-06-19ci: set cargo-c libdir explicitlyDaniel McCarney
2024-06-19Revert "ci: pin cargo-c version in pkg-config workflow"Daniel McCarney
2024-06-19ci: pin cargo-c version in pkg-config workflowDaniel McCarney
2024-06-05ci: add clippy coverage for --all-featuresDaniel McCarney
2024-05-30ci: test pkg-config workflow on macOSDaniel McCarney
2024-04-19ci: verify ASAN presence/absence as appropriateDaniel McCarney
2024-04-19Makefile: only use ASAN for debug+clangDaniel McCarney
2024-04-19tests: connect to example.com via platform verifieramesgen
2024-04-19project: bump MSRV to 1.64 for rustls-platform-verifieramesgen
2024-04-19ci: add Linux pkg-config/.so test coverageDaniel McCarney
2024-04-19ci: run clippy w/ --all-targetsDaniel McCarney
2024-04-04Fix valgrind jobJoseph Birr-Pixton
2024-03-28proj: remove Makefile.WindowsDaniel McCarney
2024-03-21build(deps): bump actions/checkout from 3 to 4dependabot[bot]
2024-03-08ci: add task for cargo-c.Daniel McCarney
2024-01-16Clippy: use stable toolchainJoseph Birr-Pixton
2024-01-16Prefer ubuntu-latest to ubuntu-20.04Joseph Birr-Pixton
2023-12-13CI: restore running integration tests in CIDaniel McCarney
2023-11-16Revert "fix build: pin a specific nightly"Daniel McCarney
2023-11-16fix build: pin a specific nightlyJacob Hoffman-Andrews
2023-10-06ci: remove client-server.py, cut over to rust testsDaniel McCarney
2023-10-06tests: RIIR verify-static-libraries.pyDaniel McCarney
2023-10-06project: bump MSRV 1.60 -> 1.61Daniel McCarney
2023-09-28Add --locked in CI and Makefilekpcyrd
2023-09-11build(deps): bump actions/checkout from 3 to 4dependabot[bot]
2023-07-13ci: explicitly pin cbindgen version for diff check.Daniel McCarney
2023-07-12ci: bump toolchain version used for clippy and fmtJacob Hoffman-Andrews
2023-07-11ci: enforce C formatting w/ make format-check.Daniel McCarney
2023-07-11github: add dependabot config.Daniel McCarney
2023-07-11ci: actions-rs/toolchain -> dtolnay/rust-toolchain.Daniel McCarney
2023-07-11ci: actions/checkout v2 -> v3.Daniel McCarney
2023-07-10ci: add clang-tidy step.Daniel McCarney
2023-06-30error: replace num_enum with minimal macro rule.Daniel McCarney
2023-06-30ci: cron schedule for workflows, merge_group support.Daniel McCarney
2023-06-30cargo: track rustls MSRV, 1.57 -> 1.60Daniel McCarney
2023-06-30ci: print bindgen version used for rustls.h diffDaniel McCarney
2023-05-01CI: upgrade runner OS, 18.04 -> 20.04.Daniel McCarney
2023-02-17Prepare 0.9.2 release (#288)v0.9.2Jacob Hoffman-Andrews
2022-12-10Fix clippy errors for latest stable (#278)Jacob Hoffman-Andrews
2022-12-10Update MSRV to 1.56.0 (#276)Jacob Hoffman-Andrews
2022-06-16Use cargo's unstable http-registry setting in CI (#266)Jacob Hoffman-Andrews
2022-05-18CI: Set clippy to deny warnings (#261)Jacob Hoffman-Andrews
2022-04-12Add CMake build system (with Windows support) (#253)David Cook
2022-03-15Try running apt-get update before installing (#254)David Cook
2021-11-15Add valgrind to C tests (#216)Jacob Hoffman-Andrews