| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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. | |||
