summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Avoiding null pointer dereference (#1062)Binho2021-12-281-0/+4
* fixes #976 Enable all warnings by defaultGarrett D'Amore2018-05-232-2/+2
* fixes #969 win: build on case-sensitive file systems failGarrett D'Amore2018-05-221-3/+3
* fixes #871 Tests failed when building on WSLGarrett D'Amore2017-10-135-2/+30
* fixes #776 nn_reallocmsg is hideously broken, corrupts memory.fix776Garrett D'Amore2017-10-121-0/+16
* Eliminate unused variable.Garrett D'Amore2017-10-111-1/+0
* fix: nn_dns_check_hostname returns EINVAL for domain names with the dot at th...drunk-owl2017-10-032-6/+0
* Add NN_RCVMAXSIZE socket option implementation for 'ipc' transportAlexander Chekunkov2016-11-221-2/+35
* fixes #777 SIGABRT on connecting to inproc with type PAIRGarrett D'Amore2016-10-051-0/+49
* fixes #763 tcp_shutdown windows racesGarrett D'Amore2016-06-091-4/+4
* fixes #759 Add some demo programsGarrett D'Amore2016-06-061-3/+7
* fixes #748 Minor warning in windows build of IPC testGarrett D'Amore2016-06-031-0/+2
* fixes #386 loop prevention code missingGarrett D'Amore2016-06-032-0/+303
* fixes #617 nn_bind does not fail when binding to an already bound TCP portGarrett D'Amore2016-05-314-49/+33
* fixes #691 `stats` test fails sometimes under heavy loadGarrett D'Amore2016-05-241-0/+2
* fixes #699 tcp_shutdown hangsGarrett D'Amore2016-05-152-3/+3
* added additional constraint since errno could be staleJack R. Dunaway2016-05-111-1/+1
* fixes compiler warnings about unused functionJack R. Dunaway2016-05-111-2/+2
* fixes #581 WebSocket transport lagging features of TCP TransportJack R. Dunaway2016-05-111-19/+74
* fixes #584 Want async shutdown test for websocketJack R. Dunaway2016-05-111-0/+110
* fixes #692 nn_term semantics are bustedGarrett D'Amore2016-05-117-15/+13
* fixes #655 C99-style line comments detected in sourceSnaipe2016-04-302-12/+0
* fixes #554 weird hang/crash & race against nn_termGarrett D'Amore2016-04-251-1/+1
* fixes #673 MSVC x64 reports compiler warnings in ipc_stress.c testJack R. Dunaway2016-04-251-10/+11
* fixes #667 `win_sec_attributes` fails on Windows x64Jack R. Dunaway2016-04-251-37/+29
* fixes #658 Add parallelized travis builds and testsSnaipe2016-04-2216-96/+173
* Removing two unused variables (two warnings from #639)Jack R. Dunaway2016-04-191-1/+0
* fixes #629 Go ahead and require stdint.h and uint64_tGarrett D'Amore2016-04-181-2/+0
* fixes #621 Remove experimental tcpmux transportGarrett D'Amore2016-04-181-64/+0
* fixes #633 Incorrect size in win_sec_attrSteven Hoving2016-04-161-1/+1
* fixes #623 Programmatic access to statistics desiredGarrett D'Amore2016-04-141-0/+95
* fixes #556 Support security attributes for Windows IPCTimothee 'TTimo' Besset2015-12-091-0/+152
* fixes #324 inproc doesn't transport message headersGarrett D'Amore2015-11-242-0/+134
* fixes #549 compile warning in ipc_stress on WindowsGarrett D'Amore2015-11-231-2/+0
* fixes #552 Windows needs longer time for TCP slow startGarrett D'Amore2015-11-231-2/+2
* fixes #546 Tests are not thread-safe (windows/C89 compile failure)Garrett D'Amore2015-11-231-1/+1
* fixes #544 Device is not working properly RESPONDENT/SURVEYORGarrett D'Amore2015-11-231-1/+1
* fixes #546 Tests are not thread-safeGarrett D'Amore2015-11-231-20/+27
* fixes #547 Want a surveyor/respondent device test (change tcp ports)Garrett D'Amore2015-11-231-3/+3
* fixes #547 Want a surveyor/respondent device testGarrett D'Amore2015-11-231-0/+119
* fixes #541 ipc_stress can suffer tcp slow startGarrett D'Amore2015-11-201-0/+2
* fixes #539 Unused variables in new device testsGarrett D'Amore2015-11-202-3/+0
* fixes #480 Reenable ipc_stressGarrett D'Amore2015-11-201-4/+3
* fixes #533 nn_reallocmsg(p, -1000) causes an access violation on WindowsGarrett D'Amore2015-11-201-2/+2
* fixes #521 Multiple Devices are not working properly REQ/REPGarrett D'Amore2015-11-203-9/+131
* fixes #328 IOCP doesn't report disconnections sometimesGarrett D'Amore2015-11-161-0/+56
* fixes #65 nn_close should abort blocking calls on socketGarrett D'Amore2015-11-165-4/+79
* fixes #509 Device is not working properly with REQ/REPGarrett D'Amore2015-11-101-0/+96
* fixes #491 EAGAIN returned instead of ETIMEDOUTGarrett D'Amore2015-10-255-26/+18
* fixes #495 warning in tcp_shutdownGarrett D'Amore2015-10-251-1/+0