summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #742 Provide -DCMAKE_INSTALL_PREFIX advice in READMEGarrett D'Amore2016-05-301-0/+1
* fixes #732 performance tests should set max receive size option (fix link)Garrett D'Amore2016-05-302-2/+2
* fixes #741 Building on Linux requires ldconfig to be run.Garrett D'Amore2016-05-291-0/+1
* fixes #732 performance tests should set max receive size optionGarrett D'Amore2016-05-294-0/+34
* fixes #528 NN_QUEUE_NOTINQUEUE fix incompleteGarrett D'Amore2016-05-291-2/+13
* fixes #734 Update AUTHORSShiva2016-05-261-2/+1
* fixes #733 Update README to add release linkGarrett D'Amore2016-05-251-8/+12
* fixes #728 Source archives missing .version == Unknown versionGarrett D'Amore2016-05-253-15/+15
* fixes #730 nn_assert could print a backtraceGarrett D'Amore2016-05-257-36/+76
* fixes #691 `stats` test fails sometimes under heavy loadGarrett D'Amore2016-05-241-0/+2
* fixes #721 Remove debian packaging metadataGarrett D'Amore2016-05-246-47/+0
* fixes #723 Update README for CMake, fix links in READMEGarrett D'Amore2016-05-161-29/+28
* fixes #648 Officially deprecate autotools in favor of CMakeGarrett D'Amore2016-05-168-1579/+0
* fixes #717 NN_STATIC_LIB not properly handled on WIN32Garrett D'Amore2016-05-162-1/+4
* Revert "fixes #717 NN_STATIC_LIB not properly handled on WIN32"Garrett D'Amore2016-05-162-15/+3
* fixes #717 NN_STATIC_LIB not properly handled on WIN32Jack R. Dunaway2016-05-162-3/+15
* fixes #716 No longer need travis deploy. (forgot make dist)Garrett D'Amore2016-05-151-2/+0
* fixes #716 No longer need travis deploy.Garrett D'Amore2016-05-151-12/+12
* fixes #715 Create dist target using cpack, and fix travis deploy process.0.9-betaGarrett D'Amore2016-05-153-19/+26
* fixes #714 Bump ABI versioning info for 0.9Garrett D'Amore2016-05-151-1/+1
* fixes #699 tcp_shutdown hangsGarrett D'Amore2016-05-152-3/+3
* fixes #711 mutex / condition var triggering assertion on WindowsGarrett D'Amore2016-05-153-25/+29
* fixes #710 nn_device() failure on WindowsGarrett D'Amore2016-05-151-1/+1
* fixes #709 Desire debugging mutexes by default.Garrett D'Amore2016-05-132-0/+27
* fixes #706 nn_term/nn_init want better synchronizationGarrett D'Amore2016-05-128-95/+302
* fixes #704 Shared library install location needs to honor CMAKE_INSTALL_LIBDIRGarrett D'Amore2016-05-122-4/+6
* fixes compiler warnings for unused variable declarationsJack R. Dunaway2016-05-112-3/+1
* formatting and indentation nitsJack R. Dunaway2016-05-111-7/+7
* added additional constraint since errno could be staleJack R. Dunaway2016-05-111-1/+1
* fixes compiler warning about unused variable declarationJack R. Dunaway2016-05-111-1/+2
* fixes compiler warnings about unused functionJack R. Dunaway2016-05-111-2/+2
* fixes compiler warnings about code paths that could dereference a NULL ptrJack R. Dunaway2016-05-111-4/+9
* fixes compiler warnings for unused variable assignmentJack R. Dunaway2016-05-111-2/+0
* fixes #702 increase tcp_shutdown back to 120 secsGarrett D'Amore2016-05-111-1/+1
* fixes #581 WebSocket transport lagging features of TCP TransportJack R. Dunaway2016-05-116-119/+370