aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/util
Commit message (Expand)AuthorAge
* args: Convert nng_opts_parse into a header only library using `nng_args_parse`.Garrett D'Amore2025-01-04
* api: Promote idhash supplemental API to coreGarrett D'Amore2025-01-04
* api: remove the supplemental platform.h headerGarrett D'Amore2025-01-04
* option parser: test for no clustering supportGarrett D'Amore2024-11-24
* options parser: Add a couple of tests for ambiguous and missing argumentsGarrett D'Amore2024-11-23
* Converted options supplemental test to NUTSGarrett D'Amore2024-11-23
* idhash: add nng_id_visit APIGarrett D'Amore2024-08-11
* Move the rest of the functionality from platform.h into core.Garrett D'Amore2024-04-23
* Fix warning from inconsistent socket_pair prototype.Garrett D'Amore2024-01-06
* fix idhash not publicGarrett D'Amore2024-01-06
* fixes #1746 Create a new socket:// transport for socketpair() based connectionsGarrett D'Amore2023-12-29
* Remove extra wrapper for platform clock support.Garrett D'Amore2021-07-22
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
* fixes #1081 Use after free possible in statsGarrett D'Amore2020-01-01
* fixes #1040 Convert rest of the protocols to new CMake infraGarrett D'Amore2019-12-25
* fixes #823 Define public IPC (#824)Garrett D'Amore2018-12-22
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #577 target library dependencies should be publicGarrett D'Amore2018-11-05
* fixes #763 buffer overrun in options testGarrett D'Amore2018-10-27
* remove redundant zero memory operationsQXSoftware2018-10-12
* fixes #720 fix for #715 still not rightGarrett D'Amore2018-09-12
* fixes #715 nng_opts_parse() uses const incorrectlyGarrett D'Amore2018-09-10
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* Add documentation for supplemental functions.Garrett D'Amore2018-03-22
* fixes #240 nngcat is MIAGarrett D'Amore2018-02-28
* Add nng_opts_parse() API for handling command line options.Garrett D'Amore2018-02-22
* CMake & CPack improvements.Garrett D'Amore2018-02-21
* Introduce 'porting layer' Public API.Garrett D'Amore2018-02-20