summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixes #997 Windows IPC Assertion failed: !self->pipesendbuffix997Garrett D'Amore2018-11-211-2/+6
* Bump version to 1.1.5.1.1.5Garrett D'Amore2018-10-151-1/+1
* Fix code which breaks strict aliasing rule in C language (#990)David Ward2018-09-101-5/+11
* Enable version handling in exported CMake package (#989)Dennis Klein2018-09-104-2/+62
* fixes #981 Delete useless definitionsGarrett D'Amore2018-08-281-3/+0
* Fix some format issues in src/utils/hash.c (#988)Simon Huang2018-08-151-14/+14
* Bump version to 1.1.4.1.1.4Garrett D'Amore2018-06-071-1/+1
* fixes #958 Android NDK supportGarrett D'Amore2018-06-073-80/+88
* Remove unused variable.Garrett D'Amore2018-06-071-1/+0
* fixes #978 nanomsg IPC on Windows is very fragileGarrett D'Amore2018-06-073-54/+114
* fixes #948 Handle leak on WindowsGarrett D'Amore2018-06-011-0/+1
* Bump version to 1.1.3.1.1.3Garrett D'Amore2018-05-231-1/+1
* Update RELEASING to reflect CircleCI and revised doc release process.Garrett D'Amore2018-05-231-13/+12
* fixes #974 Point users at NNG.Garrett D'Amore2018-05-232-0/+36
* fixes #977 Want status tags for CircleCI, and coverage report.Garrett D'Amore2018-05-232-40/+2
* Add missing steps.Garrett D'Amore2018-05-231-0/+1
* Separate coverage into separate step.Garrett D'Amore2018-05-231-7/+29
* Fix code coverage to use $GCOV.Garrett D'Amore2018-05-231-3/+3
* Copy-pasta error from NNG for coverage.Garrett D'Amore2018-05-231-1/+1
* More compilation fixes (warning fixes) with new compilers.Garrett D'Amore2018-05-233-0/+4
* Add codecov.Garrett D'Amore2018-05-232-1/+21
* Remove unused variable (found with new clang warnings.)Garrett D'Amore2018-05-231-1/+0
* Fix paste errors.Garrett D'Amore2018-05-231-3/+2
* fixes #973 Activate CircleCI for legacy nanomsgGarrett D'Amore2018-05-232-0/+77
* fixes #976 Enable all warnings by defaultGarrett D'Amore2018-05-234-4/+36
* fixes #975 Add CMakeLists for demosGarrett D'Amore2018-05-232-0/+32
* export cmake target (#949)qsodev2018-05-231-0/+4
* fixes #935 nn_term will crash if no nn_socket is ever createdrel113Garrett D'Amore2018-05-221-7/+15
* fixes #944 cmake command error for windows versionGarrett D'Amore2018-05-221-1/+1
* fixes #969 win: build on case-sensitive file systems failGarrett D'Amore2018-05-221-3/+3
* fixes #957 nanomsg always uses port 5907 for setting up event fds (Windows only)fix957Garrett D'Amore2018-04-111-115/+42
* fixes #933 Assertion failed: [10054] in efd_unsignalfix933Garrett D'Amore2018-04-101-1/+1
* fixes #960 nn_pubsub man page could show bind/dialGarrett D'Amore2018-03-311-0/+4
* Fix library SOVERSIONBöszörményi Zoltán2018-01-092-3/+6
* mleak: fixed memory leak when socket allocated, but init returs failure.Sergei Nikulov2017-11-091-2/+4
* Version 1.1.2. Fix compile error on Linux.1.1.2Garrett D'Amore2017-11-062-1/+3
* Bump version to 1.1.1.1.1.1Garrett D'Amore2017-11-061-1/+1
* fixes #924 RUN_TESTS tcp_shutdown failed (windows)Garrett D'Amore2017-11-061-0/+11
* fixes #920 Few minor warnings on WindowsGarrett D'Amore2017-11-064-7/+7
* fixes #922 Client wakes up every 100ms in the pubsub demoGarrett D'Amore2017-11-064-126/+52
* Bump version to 1.1.0.1.1.0Garrett D'Amore2017-10-171-1/+1
* Simplified build instructions, leaving out all the cmake voodoo,Garrett D'Amore2017-10-141-32/+51
* Remove unreferenced local variable warning (pedantic mode compilation)Ivan Shynkarenka2017-10-131-2/+0
* Version 1.1.0 release candidate 1.1.1.0-rc1Garrett D'Amore2017-10-131-1/+1
* Bump API revision.Garrett D'Amore2017-10-131-2/+2
* More clear information about static libraries.Garrett D'Amore2017-10-131-5/+15
* fixes #871 Tests failed when building on WSLGarrett D'Amore2017-10-137-6/+43
* fixes #776 nn_reallocmsg is hideously broken, corrupts memory.fix776Garrett D'Amore2017-10-122-23/+61
* Streamhdr assertion possible due to incorrect assumption.Garrett D'Amore2017-10-121-1/+0
* fixes #575 Memory leak in inproc (bind)Garrett D'Amore2017-10-121-0/+11