aboutsummaryrefslogtreecommitdiff
path: root/tests/scalability.c
Commit message (Expand)AuthorAge
* tests: convert scalability test to NUTSGarrett D'Amore2024-11-30
* Move the rest of the functionality from platform.h into core.Garrett D'Amore2024-04-23
* Fixes for some security complaints.Garrett D'Amore2022-12-31
* don't use deprecated functions in tests (#1560)Edward Rudd2021-12-29
* fixes #1401 valgrind reports leaks in all testsGarrett D'Amore2021-01-03
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* Introduce 'porting layer' Public API.Garrett D'Amore2018-02-20
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* Fix leak in scalability test.Garrett D'Amore2017-08-24
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* Remove some dead code from scalability test.Garrett D'Amore2017-08-18
* fixes #63 NNG_FLAG_SYNCH should be the defaultGarrett D'Amore2017-08-14
* fixes #44 open protocol by "name" (symbol) instead numberGarrett D'Amore2017-08-09
* Use C90 syntax.Garrett D'Amore2017-08-04
* Hopefully improve scalability test results.Garrett D'Amore2017-08-04
* Remove unused variables.Garrett D'Amore2017-07-17
* Add Capitar's license to the scalability test.Garrett D'Amore2017-07-17
* Scalability test fixes.Garrett D'Amore2017-07-17
* Let scalability test startup a bit quicker.Garrett D'Amore2017-06-25
* Pipe ID race on close (pipe IDs are zero at close).Garrett D'Amore2017-04-14
* Start of close related race fixes. Scalability test.Garrett D'Amore2017-03-10