| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix omnios clang-19 not found | Garrett D'Amore | 2025-08-24 |
| | | |||
| * | workflows: no need for code analysis on docs | Garrett D'Amore | 2024-12-31 |
| | | |||
| * | github actions: Bump github actions to use ubuntu 24.04 | Garrett D'Amore | 2024-12-26 |
| | | | | | (Mostly this is to get a newer wolfSSL.) | ||
| * | OmniOS tests (this covers illumos and Solaris mostly, which uses the port ↵ | Garrett D'Amore | 2024-12-21 |
| | | | | | poller.) | ||
| * | freebsd workflow | Garrett D'Amore | 2024-12-21 |
| | | |||
| * | workflows: only generate docs when appropriate, and don't do tests when only ↵ | Garrett D'Amore | 2024-12-21 |
| | | | | | docs change | ||
| * | workflows: add pollq and make build debug for backtraces | Garrett D'Amore | 2024-12-21 |
| | | |||
| * | Add matrix of TLS engines, including wolfSSL | Garrett D'Amore | 2024-11-08 |
| | | |||
| * | ipc: listener cancellation test | Garrett D'Amore | 2024-11-05 |
| | | |||
| * | Reenable jekyll | Garrett D'Amore | 2024-10-27 |
| | | |||
| * | Fix publish dir | Garrett D'Amore | 2024-10-27 |
| | | |||
| * | Need mdbook plugins | Garrett D'Amore | 2024-10-27 |
| | | |||
| * | fix mdbook (try 3) | Garrett D'Amore | 2024-10-27 |
| | | |||
| * | fix mdbook (try 2) | Garrett D'Amore | 2024-10-27 |
| | | |||
| * | fix mdbook (try 1) | Garrett D'Amore | 2024-10-27 |
| | | |||
| * | mdbook action (trial) for publish | Garrett D'Amore | 2024-10-27 |
| | | |||
| * | Missed another instance of codecov-action@v1 | Garrett D'Amore | 2024-10-07 |
| | | |||
| * | Bump codecov to v4 | Garrett D'Amore | 2024-10-06 |
| | | |||
| * | Bump checkout action to v4. | Garrett D'Amore | 2024-10-06 |
| | | |||
| * | Disable TLS tests on Windows due to downrev vcpkg mbed | Garrett D'Amore | 2024-08-14 |
| | | |||
| * | Bump CodeQL to v2 | Garrett D'Amore | 2024-07-21 |
| | | |||
| * | Stop using defunct mstksg/get-package | Garrett D'Amore | 2024-01-27 |
| | | |||
| * | windows: Debug and Release for vcpkg | Garrett D'Amore | 2024-01-27 |
| | | |||
| * | Well, Ninja did not work | Garrett D'Amore | 2024-01-27 |
| | | |||
| * | github: enable TLS on darwin | Garrett D'Amore | 2024-01-27 |
| | | |||
| * | github: actually enable TLS on Windows, and use Ninja | Garrett D'Amore | 2024-01-27 |
| | | |||
| * | github: use vcpkg to install and use mbedtls | Garrett D'Amore | 2024-01-27 |
| | | |||
| * | github: Install mbedTLS on darwin. | Garrett D'Amore | 2024-01-27 |
| | | |||
| * | better codeql scanning | Garrett D'Amore | 2021-07-06 |
| | | |||
| * | Use github's code scanning. | Garrett D'Amore | 2021-07-06 |
| | | | | This will replace the explicit lgtm workflow soon. | ||
| * | GitHub actions need to run on pull requests too. | Garrett D'Amore | 2020-01-02 |
| | | |||
| * | fixes #1059 compat_tcp test sometimes times out | Garrett D'Amore | 2019-12-29 |
| | | |||
| * | fixes #1064 Potential deadlock in statistics code | Garrett D'Amore | 2019-12-29 |
| | | | | | | | | | fixes #1063 Include sanitizer runs in CI fixes #1068 Wssfile test sometimes fails with wrong error code While here, addressed a number of clang-tidy items, and some light cleanup of code we were already in. | ||
| * | Attempt at improved coverage for Darwin and mbedTLS. | Garrett D'Amore | 2019-12-27 |
| | | |||
| * | coverage collection not working on macOS | Garrett D'Amore | 2019-12-27 |
| | | |||
| * | fixes #1031 Code coverage is busted | Garrett D'Amore | 2019-12-26 |
| | | |||
| * | fixes #1032 Figure out Darwin bustedness | Garrett D'Amore | 2019-12-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | fixes #1035 Convey is awkward -- consider acutest.h This represents a rather large effort towards cleaning up our testing and optional configuration infrastructure. A separate test library is built by default, which is static, and includes some useful utilities design to make it easier to write shorter and more robust (not timing dependent) tests. This also means that we can cover pretty nearly all the tests (protocols etc.) in every case, even if the shipped image will be minimized. Subsystems which are optional can now use a few new macros to configure what they need see nng_sources_if, nng_headers_if, and nng_defines_if. This goes a long way to making the distributed CMakefiles a lot simpler. Additionally, tests for different parts of the tree can now be located outside of the tests/ tree, so that they can be placed next to the code that they are testing. Beyond the enabling work, the work has only begun, but these changes have resolved the most often failing tests for Darwin in the cloud. | ||
| * | Support for GitHub actions. | Garrett D'Amore | 2019-12-11 |
| This allows us to test macOS (darwin), Windows, and Linux. The work is just initial, and does not include coverage of the TLS layer or ZeroTier portions, yet. | |||
