summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #907 Assertion failed: i < NN_WS_HANDSHAKE_TERMSEQ_LENGarrett D'Amore2017-10-121-6/+10
* fixes #118 NN_TCP_NODELAY doesn't cause TCP_NODELAY to be setSimon Sigurdhsson2017-10-122-0/+19
* Delete the outdated ZeroTier RFC.Garrett D'Amore2017-10-122-782/+0
* Add cmake variable to adjust the value of NN_MAX_SOCKETS defineAnton Povarov2017-10-122-1/+6
* fixes #888 nn_term documentation is wrongGarrett D'Amore2017-10-121-10/+10
* fixes #894 Library aborting main programGarrett D'Amore2017-10-121-2/+5
* fixes #418 Test inproc_lat hangs with roundtrip less than 5Garrett D'Amore2017-10-122-16/+24
* fixes #860 Assertion Failed: self->next == NN_QUEUE_NOTINQUEUEGarrett D'Amore2017-10-111-0/+5
* fixes #895 NN_USOCK_ERROR assertion failureGarrett D'Amore2017-10-111-3/+2
* Eliminate unused variable.Garrett D'Amore2017-10-111-1/+0
* fixes #854 nn_device crashes if EINTR is receivedGarrett D'Amore2017-10-111-20/+25
* fixes #859 Clarify windows build stepsGarrett D'Amore2017-10-111-0/+4
* fixes #887 nn_send fails if issued immediately after nn_bindGarrett D'Amore2017-10-112-0/+20
* fixes #900 Conditional jump on uninitialised value(s) in cws.cGarrett D'Amore2017-10-112-1/+2
* fixes #904 Static Build errorsGarrett D'Amore2017-10-111-1/+16
* fixes #901 memory leak in function client of device_demo.cGarrett D'Amore2017-10-111-0/+1
* fix: nn_dns_check_hostname returns EINVAL for domain names with the dot at th...drunk-owl2017-10-033-11/+0
* memory leak issue of nn_cws_createdavesliu2017-10-031-0/+3
* clean fix of memory leak in btcp.c when nn_bind returns EADDRINUSEBill Williams2017-09-143-1/+28
* Update rpc_demo.c (#897)davesliu2017-09-141-0/+3
* fixes #886 nn_poll resets EBADF to EOPNOTSUPGarrett D'Amore2017-07-031-4/+0
* Fix nn_getsockopt() docs: EAGAIN -> ETIMEDOUT (#867)Alexey Rybalchenko2017-05-111-2/+2
* fixes #879 documentation for nn_get_statisticGarrett D'Amore2017-05-111-1/+1
* drop a typoLuca Barbato2017-01-141-1/+1
* fixes NN_MAXTTL typo in docs for nn_{get|set}sockoptKristian Lein-Mathisen2017-01-142-2/+2
* Fix memory leak when binding or connecting to bad URLBill Williams2016-12-132-0/+8
* Make the pkgconfig.in libdir variable reference the real installed library di...andrew-buckley2016-11-291-1/+1