summaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Expand grace for timeouts for cloud based CI/CD.Garrett D'Amore2022-04-181-4/+5
* 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
* fixes #958 Android NDK supportGarrett D'Amore2018-06-072-79/+81
* Remove unused variable.Garrett D'Amore2018-06-071-1/+0
* fixes #976 Enable all warnings by defaultGarrett D'Amore2018-05-231-2/+7
* 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
* Version 1.1.2. Fix compile error on Linux.1.1.2Garrett D'Amore2017-11-061-0/+2
* 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-063-117/+42
* Remove unreferenced local variable warning (pedantic mode compilation)Ivan Shynkarenka2017-10-131-2/+0
* fixes #776 nn_reallocmsg is hideously broken, corrupts memory.fix776Garrett D'Amore2017-10-121-23/+45
* fixes #800 accept4 not implemented on all systemsGarrett D'Amore2016-10-201-0/+4
* fixes #783 WS transport - not connectable from FirefoxGarrett D'Amore2016-10-206-0/+208
* fixes #815 Prefer gethrtime over clock_gettimeGarrett D'Amore2016-10-051-4/+5
* fixes #730 nn_assert could print a backtraceGarrett D'Amore2016-05-252-6/+39
* 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-126-64/+256
* fixes #692 nn_term semantics are bustedGarrett D'Amore2016-05-111-33/+109
* fixes #670 MSVC x64 reports compiler warnings in efd.cJack R. Dunaway2016-04-251-2/+2
* fixes #647 Initial cmake support for non-Windows platformsJack R. Dunaway2016-04-192-21/+22
* fixes #640 clock_rdtsc is unsafeGarrett D'Amore2016-04-193-90/+4
* fixes #629 Go ahead and require stdint.h and uint64_tGarrett D'Amore2016-04-1813-120/+12
* fixes #361 Windows VS2010. Intermittent test failure in timeoGarrett D'Amore2015-11-161-2/+7
* fixes #65 nn_close should abort blocking calls on socketGarrett D'Amore2015-11-168-24/+133
* fixes #446 efd_win.inc global critical section should be mutexGarrett D'Amore2015-10-221-11/+20
* fixes #465 numerous compiler warnings when built with -Wall -WextraGarrett D'Amore2015-10-221-1/+1
* fixes #475 Hash table does not decrease sizeyan97ao2015-10-211-0/+1
* fixes #474 typo in msg.h commentsyan97ao2015-10-211-1/+1
* fixes #439 exposing nn_sleep() was a mistakeGarrett D'Amore2015-07-222-1/+31
* fixes #437 inconsistent DLL linkage for nn_sleepGarrett D'Amore2015-07-212-31/+0
* Allowed nn_sleep to be exported on Windows.Vinay Sajip2015-07-132-1/+2
* Copyright transfer from 250bpm s.r.o. to Martin SustrikMartin Sustrik2014-11-1253-53/+53
* Minor beautificationMartin Sustrik2014-11-091-0/+1
* PROTO_SP and SP_HDR constants introducedMartin Sustrik2014-11-091-2/+5
* Storage for non-SP ancillary data addedMartin Sustrik2014-11-082-11/+21
* Don't use undocumented type ADDRESS_FAMILY on WindowsMartin Sustrik2014-11-071-2/+2
* Bug in monitored version of nn_realloc fixedMartin Sustrik2014-10-302-2/+3
* Align nn_chunkref to a word boundaryMartin Sustrik2014-10-242-20/+26
* Cleanup of nn_queue_remove function.Martin Sustrik2014-07-102-33/+23
* Fix compilation warning.Martin Sustrik2014-07-101-1/+5
* Added socket's life cycle stress test.Ark Degtiarov2014-07-101-0/+33
* Fixed errno typo for EACCESÖrjan Persson2014-06-101-1/+1
* Adding a new internal API nn_msg_replace_body to replace the body on an exist...Drew Crawford2014-06-072-0/+10
* Fake sockaddr_un for Windows.Martin Sustrik2014-06-021-0/+7
* Convert Windows NamedPipe errors to their POSIX counterpartsYonggang Luo2014-06-021-0/+8
* Add WSAESOCKTNOSUPPORT in nn.h and err.cYonggang Luo2014-06-021-0/+2