aboutsummaryrefslogtreecommitdiff
path: root/src/core/stats.c
Commit message (Expand)AuthorAge
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* Use `const` for nng_stat when possible.Garrett D'Amore2024-10-20
* fixes #1890 stats could support an inline lock - remove most atomicsGarrett D'Amore2024-10-13
* stats: Reduce the need for NNG_ENABLE_STATS checks everywhere.Garrett D'Amore2024-10-13
* fixes #1577 nng_stat_find_socket always returns the same stats nodeGarrett D'Amore2022-04-16
* ID map static initialization support.Garrett D'Amore2021-12-06
* Use static initialization for lists and mutexes.Garrett D'Amore2021-12-05
* New NUTS test framework (NNG Unit Test Support).Garrett D'Amore2020-11-23
* *Fix Add missing #define when disabling NNG_ENABLE_STATS (#1342)JaylinYu2020-11-13
* fixes #1323 stats framework is *way* to heavyGarrett D'Amore2020-11-11
* fixes #1329 stats could lose parent and private fieldsGarrett D'Amore2020-11-08
* Fixup a few codacy complaints.Garrett D'Amore2020-01-01
* fixes #1081 Use after free possible in statsGarrett D'Amore2020-01-01
* Fix compilation errors and warnings when NNG_ENABLE_STATS is OFFRobert Bielik2019-12-30
* fixes #1064 Potential deadlock in statistics codeGarrett D'Amore2019-12-29
* fix #946 Use after free in TLSGarrett D'Amore2019-05-19
* Introduce nni_plat_printf()Garrett D'Amore2019-05-07
* fixes #841 Calling nng_stats_get() before creating socket panicsGarrett D'Amore2019-01-01
* fixes #782 stat namespace collision on QNXGarrett D'Amore2018-11-09
* fixes #713 stats warnings from WindowsGarrett D'Amore2018-09-09
* fixes #4 Statistics supportGarrett D'Amore2018-09-03