| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Log protocol connections rejected by protocol. | Garrett D'Amore | 2024-04-14 |
| | | |||
| * | fix: use ifdef for NNG_TEST_LIB | Marco Casaroli | 2023-11-25 |
| | | | | | | | | In some places, we use ifdef, and others if. This normalizes for always using ifdef, so we can compile when this macro is not defined. | ||
| * | don't use deprecated functions in tests (#1560) | Edward Rudd | 2021-12-29 |
| | | |||
| * | Socket and context initialization never fails. | Garrett D'Amore | 2021-12-25 |
| | | | | | | This makes these functions entirely bullet proof, and eliminates yet more error handling cases. | ||
| * | Provide a tiny buf for lmq buffer by default. | Garrett D'Amore | 2021-12-25 |
| | | | | | | This allows us to make nni_lmq_init() non-failing. (Although the buffer size requested at initialization might not be granted.) | ||
| * | fixes #1346 windows ipc winsec fails frequently in CI/CD | Garrett D'Amore | 2021-11-02 |
| | | |||
| * | Fix LeakAnalyzer complaints due to deferred reap. | Garrett D'Amore | 2021-07-07 |
| | | |||
| * | fixes #1415 pair.c compiler warning | Garrett D'Amore | 2021-01-24 |
| | | |||
| * | fixes #808 Very slow PAIR performance compared to nanomsg | Garrett D'Amore | 2021-01-18 |
| | | | | | | | This is only the pair v1 protocol. Pair v0 and polyamorous mode still have work to do. We probably won't "fix" the performance for poly mode since that's deprecated anyway. | ||
| * | fixes #1345 Restructure the source tree | Garrett D'Amore | 2021-01-01 |
| This is not quite complete, but it sets the stage for other protocols (such as zmq or mqtt) to be added to the project. | |||
