summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixes #584 Want async shutdown test for websocketJack R. Dunaway2016-05-112-0/+111
* fixes #692 nn_term semantics are bustedGarrett D'Amore2016-05-1111-166/+160
* fixes #698 AppVeyor cannot run -j4Garrett D'Amore2016-05-111-1/+1
* fixes #638 NN_EXPORT simplificationGarrett D'Amore2016-05-011-22/+11
* fixes #685 cmake needs to deliver libnanomsg.pc (pkg-config data file)Garrett D'Amore2016-04-303-54/+59
* fixes #655 C99-style line comments detected in sourceSnaipe2016-04-304-15/+3
* fixes #683 AppVeyor produces excessive warnings in MSVC buildsJack R. Dunaway2016-04-301-0/+4
* fixes #681 Speed up appveyor buildsSnaipe2016-04-291-2/+19
* fixes #679 unused variable in global.c (sock)Garrett D'Amore2016-04-261-1/+0
* fixes #651 Migrate AppVeyor to nanomsg organizationJack R. Dunaway2016-04-262-3/+3
* fixes #649 Update README to reflect new CMake build processJack R. Dunaway2016-04-261-17/+22
* fixes #666 Unix domain socket files not unlinked when closedSnaipe2016-04-263-2/+21
* fixes #554 weird hang/crash & race against nn_termGarrett D'Amore2016-04-254-158/+88
* fixes #676 MSVC x64 reports compiler warnings in nanocatJack R. Dunaway2016-04-252-8/+9
* fixes #673 MSVC x64 reports compiler warnings in ipc_stress.c testJack R. Dunaway2016-04-251-10/+11