summaryrefslogtreecommitdiff
path: root/src/utils/efd_win.inc
Commit message (Expand)AuthorAgeFilesLines
* fixes #981 Delete useless definitionsGarrett D'Amore2018-08-281-3/+0
* Remove unused variable.Garrett D'Amore2018-06-071-1/+0
* 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 #922 Client wakes up every 100ms in the pubsub demoGarrett D'Amore2017-11-061-4/+3
* fixes #629 Go ahead and require stdint.h and uint64_tGarrett D'Amore2016-04-181-1/+1
* fixes #65 nn_close should abort blocking calls on socketGarrett D'Amore2015-11-161-8/+36
* fixes #446 efd_win.inc global critical section should be mutexGarrett D'Amore2015-10-221-11/+20
* Copyright transfer from 250bpm s.r.o. to Martin SustrikMartin Sustrik2014-11-121-1/+1
* Implement retrying in efd_win, fixes "Address in use" problemPaul Colomiets2013-11-271-19/+39
* int.h header file addedMartin Sustrik2013-08-231-1/+1
* "All rights reserved" clause added to copyright statements.Martin Sustrik2013-08-051-1/+1
* Couple of minor bugs fixedMartin Sustrik2013-07-021-1/+1
* Bug in socketpair and windows-based implementation of nn_efd fixedMartin Sustrik2013-07-021-0/+9
* nn_efd split into individual implementations (eventfd, pipe, socketpair)Martin Sustrik2013-05-291-0/+205