summaryrefslogtreecommitdiff
path: root/src/aio
Commit message (Expand)AuthorAgeFilesLines
...
* More merge work on NamedPipes support.Martin Sustrik2014-06-072-41/+93
* Compilation error on Windows fixedMartin Sustrik2014-06-041-5/+28
* Helper functions for NamedPipes added to usock_win.incMartin Sustrik2014-06-041-5/+117
* Fix a miss check in nn_usock_cancel_ioYonggang Luo2014-06-021-1/+1
* Create function nn_usock_close to handle socket close and PIPE close at the ...Yonggang Luo2014-06-021-22/+21
* Add HANDLE p alias for SOCKET s.Yonggang Luo2014-06-022-6/+10
* Merge pull request #248 from stanmihai4/w64warnsustrik2014-05-301-3/+6
|\
| * Fixing Windows x64 warnings.stanmihai42014-05-271-3/+6
* | Merge pull request #250 from stanmihai4/cancel_io_fixsustrik2014-05-301-3/+19
|\ \
| * | Closing the socket after nn_usock_cancel_io.stanmihai42014-05-291-3/+19
| |/
* | trying to build on windows,mingw with autotoolszerotacg2014-04-031-0/+3
|/
* Merge pull request #219 from snikulov/fix_win_tcp_shutdownsustrik2014-03-211-0/+6
|\
| * fix for #172Sergei Nikulov2014-03-121-0/+6
* | Fix warningsBoris Zentner2013-12-111-3/+3
* | Warnings fixed in nanocatPaul Colomiets2013-11-203-7/+10
* | Initial implementation of monitoring via ESTPPaul Colomiets2013-11-186-17/+93
|/
* sendmsg on FreeBSD can return ENOTCONNMartin Sustrik2013-10-231-1/+1
* Fix race condition between closing usock and removing pipePaul Colomiets2013-10-196-19/+26
* Warning fixesZoltan Boszormenyi2013-09-262-4/+6
* Fixes a build issue on some platforms, due to missing stdint.hMikko Koppanen2013-09-251-0/+1
* Fix data corruption on big messages (fixes #144)Paul Colomiets2013-09-251-0/+1
* Accept different error codes from close()Martin Sustrik2013-09-243-18/+10
* Fix HP-UX buildAndre Jonsson2013-09-191-1/+2
* Bug in poll-based poller fixedMartin Sustrik2013-09-041-0/+2
* Fixes for issue #134Ivan Pechorin2013-09-041-1/+3
* Minor coding style fix.Martin Sustrik2013-09-031-1/+1
* Refactored FSM shutdown code to separate state machine callbackPaul Colomiets2013-08-307-46/+110
* usock_posix.inc beautified a bitMartin Sustrik2013-08-301-8/+12
* worker_op uses src constants (win version)Martin Sustrik2013-08-293-23/+37
* worker_task uses src constants (win version)Martin Sustrik2013-08-293-7/+13
* worker tasks use src constants (POSIX version)Martin Sustrik2013-08-295-38/+63
* worker_fd (POSIX version) uses src constantsMartin Sustrik2013-08-293-18/+30
* Merge branch 'master' of github.com:250bpm/nanomsgMartin Sustrik2013-08-291-10/+20
|\
| * usock_posix.c slightly beautifiedMartin Sustrik2013-08-291-10/+20
* | usock_win.inc slighlty beautifiedMartin Sustrik2013-08-291-10/+20
|/
* Apply CLOEXEC on epoll's pollset fd even if EPOLL_CLOEXEC is not definedMartin Sustrik2013-08-231-0/+4
* Fix compilation on Red Hat 5.xRob Sciuk2013-08-231-0/+4
* FSM asserts added nn_timerMartin Sustrik2013-08-221-5/+5
* FSM asserts added to Windows version of nn_usockMartin Sustrik2013-08-222-48/+48
* Added FSM assertions into the nn_sock and nn_usock codePaul Colomiets2013-08-211-38/+38
* "All rights reserved" clause added to copyright statements.Martin Sustrik2013-08-0530-30/+30
* Remove few warningsLuca Barbato2013-07-181-0/+1
* NN_SINPROC_SRC_PEER introducedMartin Sustrik2013-07-083-5/+5
* swap_owner function altered to swap the 'src' ID as wellMartin Sustrik2013-07-045-13/+20
* Minor compilation warning on FreeBSD fixedMartin Sustrik2013-07-031-1/+2
* Handle resource errors from accept decentrly (synchronous version)Martin Sustrik2013-07-031-1/+2
* Handle resource errors from accept call decentlyMartin Sustrik2013-07-031-1/+10
* Two minor bugs on Windows fixedMartin Sustrik2013-07-021-1/+1
* source parameter split into src and srcptrMartin Sustrik2013-07-017-72/+82
* NN_FSM_START_ and NN_FSM_STOP behave as normal actionsMartin Sustrik2013-07-014-8/+8