summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #848 using lists for transport ops vectors is sillyGarrett D'Amore2016-11-2316-217/+49
* fixes #781 soname and version name mix and mismatchGarrett D'Amore2016-11-231-1/+0
* fixes #847 Option handling methods should be optionalGarrett D'Amore2016-11-2322-200/+52
* fixes #845 Simplify asciidoctor suffixesGarrett D'Amore2016-11-2337-235/+235
* fixes #842 Managing sock types in a list is sillyGarrett D'Amore2016-11-2345-479/+80
* fixes #839 zero all stats with memsetGarrett D'Amore2016-11-231-18/+2
* fix the device demo usage message, and don't pause (not needed)Garrett D'Amore2016-11-231-4/+3
* fixes #798 error while loading shared librariesGarrett D'Amore2016-11-221-0/+6
* Add NN_RCVMAXSIZE socket option implementation for 'ipc' transportAlexander Chekunkov2016-11-222-4/+51
* fixes #735 epbase seems to have no purposeGarrett D'Amore2016-11-2243-562/+413
* fixes #832 want device / rendezvous server demoGarrett D'Amore2016-11-221-0/+243
* fixes #831 nn_term man page not built/deliveredGarrett D'Amore2016-11-211-0/+1
* fixes #828 Add logical connections to UDP RFCGarrett D'Amore2016-10-262-56/+484
* fixes #827 nanomsg zerotier mapping rfc errorsGarrett D'Amore2016-10-262-124/+107
* fixes #825 Extra tests in pipe.cGarrett D'Amore2016-10-241-6/+4
* fixes #800 accept4 not implemented on all systemsGarrett D'Amore2016-10-202-0/+9
* fixes #783 WS transport - not connectable from FirefoxGarrett D'Amore2016-10-208-2/+233
* fixes #821 NN_WS_HANDSHAKE_CRLF is sillyGarrett D'Amore2016-10-192-24/+25
* fixes #811 Memory leak when closing a PUSH socket before the PULLGarrett D'Amore2016-10-192-50/+58
* fixes #777 SIGABRT on connecting to inproc with type PAIRGarrett D'Amore2016-10-053-1/+61
* fixes #815 Prefer gethrtime over clock_gettimeGarrett D'Amore2016-10-051-4/+5
* fixes #813 RFC for ZeroTier Transport (#814)Garrett D'Amore2016-10-052-0/+799
* fixes #810 WS protocol has wrong fail_msg_len calculationGarrett D'Amore2016-10-051-1/+1
* Removed obsolete windows XP and earlier code for inet_pton (#785)Franklin Mathieu2016-09-071-42/+2
* fix inconsistent indentation (#788)Hunter2016-09-071-6/+6
* fix #789 incorrect state assertion in usock_posix.incxiaocheng2016-09-071-1/+1
* fixes #799 NN_LINGER not implementedGarrett D'Amore2016-09-033-11/+11
* Fix typo in nn_get_statistic() exampleDirkjan Ochtman2016-09-021-1/+1
* fixes #770 Please correct the typo in the BUILD sectionGarrett D'Amore2016-06-251-1/+1
* fixes #768 NN_MAXTTL missed in nn_symbolBoris Zentner2016-06-251-0/+1
* fixes #771 reqttl test fail on osxSnaipe2016-06-211-1/+1
* fixes #765 Release 1.0.01.0.0Garrett D'Amore2016-06-101-1/+1
* fixes #763 tcp_shutdown windows racesGarrett D'Amore2016-06-091-4/+4
* fixes #762 On Windows, ctest needs -C DebugGarrett D'Amore2016-06-091-1/+1
* fixes #761 ./configure syntax error with dashGarrett D'Amore2016-06-071-5/+7
* fixes #758 CMake still uses Unknown for version in source tarballs (2nd try)1.0.0-rc2Garrett D'Amore2016-06-061-1/+1
* fixes #760 Release 1.0.0rc2.Garrett D'Amore2016-06-061-1/+1
* fixes #759 Add some demo programsGarrett D'Amore2016-06-066-3/+925
* fixes #758 CMake still uses Unknown for version in source tarballsGarrett D'Amore2016-06-061-1/+1
* fixes #754 CMake may not find InitializeConditionVariableSnaipe2016-06-041-0/+4
* fixes #753 Bump version to 1.0.0rc11.0.0-rc1Garrett D'Amore2016-06-031-1/+1
* fixes #752 configure script could be more robustGarrett D'Amore2016-06-032-15/+22
* fixes #739 CMake should fail with a clear "not supported" message for mingwGarrett D'Amore2016-06-031-0/+8
* fixes #751 Provide a configure script to wrap around CMakeGarrett D'Amore2016-06-031-0/+108
* fixes #750 NN_HAVE_HPUX neededGarrett D'Amore2016-06-031-0/+2
* fixes #749 gitignore lists stuff from autotoolsGarrett D'Amore2016-06-031-23/+0
* 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-0312-137/+478
* fixes #747 Promote winsock to non-experimental statusGarrett D'Amore2016-06-011-4/+11
* fixes #617 nn_bind does not fail when binding to an already bound TCP portGarrett D'Amore2016-05-317-494/+181