summaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #248 from stanmihai4/w64warnsustrik2014-05-303-3/+43
|\
| * Fixing Windows x64 warnings.stanmihai42014-05-273-3/+43
* | Merge pull request #247 from lygstate/minor-fixessustrik2014-05-304-18/+18
|\ \
| * | Tab-> space hash.cYonggang Luo2014-05-251-12/+12
| * | Tab->4space efd_*.incYonggang Luo2014-05-253-6/+6
| |/
* | add copyright noticeAchille Roussel2014-05-281-0/+1
* | fix worker signal mask for posix threadsAchille Roussel2014-05-281-10/+14
* | remove locking when reading chunk reference counterAchille Roussel2014-05-191-1/+1
* | remove locking when reading chunk reference counterAchille Roussel2014-05-191-4/+2
* | cleanupAchille Roussel2014-05-151-1/+1
* | cleanupAchille Roussel2014-05-151-2/+2
* | cleanupAchille Roussel2014-05-151-0/+1
* | implement nn_reallocmsgAchille Roussel2014-05-153-3/+67
|/
* Make Windows builds with stdint.h available actually use it.Martin Sustrik2014-04-031-1/+1
* In case of an nn_err_abort(), flush stderr. Else you might not see anything.Max Drechsler2014-04-031-0/+8
* nn_hash_rehash()fangdong2014-03-211-33/+37
* Fix warningsBoris Zentner2013-12-111-1/+1
* Implement retrying in efd_win, fixes "Address in use" problemPaul Colomiets2013-11-271-19/+39
* Missing attr.h from previous patch added.Martin Sustrik2013-11-201-0/+32
* Warnings fixed in nanocatPaul Colomiets2013-11-204-9/+11
* On Windows errno codes are translated to err strings by nanomsg rather than s...Martin Sustrik2013-10-311-54/+2
* FreeBSD can return ECONNRESET from close()Martin Sustrik2013-10-231-1/+1
* Return ENOMEM from nn_allocmsg (fixes #175)Martin Sustrik2013-10-233-10/+19
* changed nn_chunk_addref parameter n from type int to more consistent type uin...Immanuel Weber2013-10-192-3/+3
* Fix race condition between closing usock and removing pipePaul Colomiets2013-10-191-0/+11
* Add newline at the end of fd.h to fix compiler warnings.Martin Sustrik2013-09-261-1/+2
* make device.c aware of win x64 file descriptorsImmanuel Weber2013-09-265-6/+35
* EINPROGRESS treated as a valid error from close ()Martin Sustrik2013-09-241-1/+2
* Accept different error codes from close()Martin Sustrik2013-09-245-16/+83
* Solaris-style atomic operations implementedMartin Sustrik2013-08-282-0/+7
* When send/sendmsg fails, NN_MSG block won't be deallocatedMartin Sustrik2013-08-271-2/+2
* Improve fsm error messages a bit moreMartin Sustrik2013-08-261-2/+2
* Make fsm error messages a bit more explicitMartin Sustrik2013-08-261-1/+1
* Another POSIX error code missing on old Windows versions addedBruno Bigras2013-08-261-0/+4
* POSIX error codes missing on old Windows versions addedMartin Sustrik2013-08-241-0/+60
* Remaining references to stdint.h removedMartin Sustrik2013-08-234-4/+4
* Fix compilation warnings on FreeBSDMartin Sustrik2013-08-231-1/+2
* int.h header file addedMartin Sustrik2013-08-239-11/+80
* FSM debuggingPaul Colomiets2013-08-211-0/+15
* "All rights reserved" clause added to copyright statements.Martin Sustrik2013-08-0553-53/+53
* Couple of minor bugs fixedMartin Sustrik2013-07-021-1/+1
* Bug in socketpair and windows-based implementation of nn_efd fixedMartin Sustrik2013-07-022-0/+11
* Bug fixed in pipe-based impementation of nn_efdMartin Sustrik2013-07-021-0/+2
* Fix issue #69Martin Sustrik2013-06-181-2/+3
* Bug in nn_chunk fixedMartin Sustrik2013-06-171-2/+2
* Bug in nn_chunk implementation fixedMartin Sustrik2013-06-166-99/+92
* Support for getaddrinfo_a added.Martin Sustrik2013-05-311-1/+0
* Initial infrastructure for Win32 version of aioMartin Sustrik2013-05-296-108/+186
* nn_efd split into individual implementations (eventfd, pipe, socketpair)Martin Sustrik2013-05-2910-455/+633
* nn_queue_empty function addedMartin Sustrik2013-05-252-0/+8