| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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. | ||
| * | fixes #799 Compile error on Windows with disabled stats | Garrett D'Amore | 2018-11-23 |
| | | |||
| * | fixes #782 stat namespace collision on QNX | Garrett D'Amore | 2018-11-09 |
| | | |||
| * | fixes #721 stale #if 0 block in stats.h | Garrett D'Amore | 2018-09-12 |
| | | |||
| * | fixes #4 Statistics support | Garrett D'Amore | 2018-09-03 |
| This introduces new public APIs for obtaining statistics, and adds some generic stats for dialers, listeners, pipes, and sockets. Also added are stats for inproc and pairv1 protocol. The other protocols and transports will have stats added incrementally as time goes on. A simple test program, and man pages are provided for this. Start by looking at nng_stat(5). Statistics does have some impact, and they can be disabled by using the advanced NNG_ENABLE_STATS (setting it to OFF, it's ON by default) if you need to build a minimized configuration. | |||
