summaryrefslogtreecommitdiff
path: root/src/aio/usock_win.inc
Commit message (Expand)AuthorAgeFilesLines
* fixes #997 Windows IPC Assertion failed: !self->pipesendbuffix997Garrett D'Amore2018-11-211-2/+6
* fixes #978 nanomsg IPC on Windows is very fragileGarrett D'Amore2018-06-071-41/+70
* fixes #924 RUN_TESTS tcp_shutdown failed (windows)Garrett D'Amore2017-11-061-0/+11
* fixes #672 MSVC x64 reports compiler warnings in usock_win.incJack R. Dunaway2016-04-251-14/+26
* fixes #585 Buffer overflow in usock_win logicSnaipe2016-04-161-1/+1
* fixes #556 Support security attributes for Windows IPCTimothee 'TTimo' Besset2015-12-091-8/+9
* Bound side of tcpmux transport implementedMartin Sustrik2014-11-201-1/+10
* Copyright transfer from 250bpm s.r.o. to Martin SustrikMartin Sustrik2014-11-121-1/+1
* added missing includeTobias Peters2014-11-071-0/+1
* Bug in Win version of usock fixedMartin Sustrik2014-11-041-2/+2
* Error reporting on Windows slightly improvedMartin Sustrik2014-10-311-1/+1
* Fix overlapped I/O on Windows. Provide a test.Timothee Besset2014-07-101-1/+1
* Bug in NamedPipes-related error handling fixedMartin Sustrik2014-06-071-18/+17
* Final part of NamedPipes mergeMartin Sustrik2014-06-071-3/+5
* More NamedPipe-related mergingMartin Sustrik2014-06-071-4/+24
* Couple of small patches to NamedPipesMartin Sustrik2014-06-071-3/+3
* nn_usock_recv of NamedPipes mergedMartin Sustrik2014-06-071-7/+17
* nn_usock_send for NamedPipes mergedMartin Sustrik2014-06-071-9/+37
* More merge work on NamedPipes support.Martin Sustrik2014-06-071-40/+80
* 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-021-4/+4
* Merge pull request #248 from stanmihai4/w64warnsustrik2014-05-301-3/+6
|\
| * Fixing Windows x64 warnings.stanmihai42014-05-271-3/+6
* | Closing the socket after nn_usock_cancel_io.stanmihai42014-05-291-3/+19
|/
* Merge pull request #219 from snikulov/fix_win_tcp_shutdownsustrik2014-03-211-0/+6
|\
| * fix for #172Sergei Nikulov2014-03-121-0/+6
* | Initial implementation of monitoring via ESTPPaul Colomiets2013-11-181-0/+1
|/
* Fix race condition between closing usock and removing pipePaul Colomiets2013-10-191-7/+7
* Fixes for issue #134Ivan Pechorin2013-09-041-1/+3
* Refactored FSM shutdown code to separate state machine callbackPaul Colomiets2013-08-301-8/+17
* worker_op uses src constants (win version)Martin Sustrik2013-08-291-20/+30
* worker_task uses src constants (win version)Martin Sustrik2013-08-291-5/+6
* usock_win.inc slighlty beautifiedMartin Sustrik2013-08-291-10/+20
* FSM asserts added to Windows version of nn_usockMartin Sustrik2013-08-221-25/+25
* "All rights reserved" clause added to copyright statements.Martin Sustrik2013-08-051-1/+1
* NN_SINPROC_SRC_PEER introducedMartin Sustrik2013-07-081-1/+1
* swap_owner function altered to swap the 'src' ID as wellMartin Sustrik2013-07-041-3/+2
* Two minor bugs on Windows fixedMartin Sustrik2013-07-021-1/+1
* source parameter split into src and srcptrMartin Sustrik2013-07-011-20/+22
* NN_FSM_START_ and NN_FSM_STOP behave as normal actionsMartin Sustrik2013-07-011-2/+2
* nn_fsm_action is used instead of calling handlers directlyMartin Sustrik2013-07-011-13/+13
* Event source objects are tagged with IDsMartin Sustrik2013-07-011-1/+1
* Source parameter is stored in nn_fsm object rather than being specified every...Martin Sustrik2013-06-301-14/+10
* EVENTs renamed to ACTIONsMartin Sustrik2013-06-211-34/+34
* Yet one more bug fixed in IOCP subsystemMartin Sustrik2013-06-141-25/+34
* Disconnection handling while doing IOCP recv fixed.Martin Sustrik2013-06-131-6/+10
* Couple of bugs in IOCP subsystem fixed.Martin Sustrik2013-06-131-7/+7