summaryrefslogtreecommitdiff
path: root/overlapped.c
Commit message (Expand)AuthorAgeFilesLines
* Merge with TulipVictor Stinner2014-02-091-9/+11
|\
| * overlapped.c: Fix usage of the unionVictor Stinner2014-01-301-9/+11
* | Catch WindowsError on overlapped operations, not OSErrorVictor Stinner2014-01-091-1/+1
* | Fix compilation of overlapped.c on Python 3.2Victor Stinner2014-01-091-1/+1
* | Publish Windows specific error codes in _overlapped.schlamar2014-01-091-0/+2
* | Fixed some tests on Windows and made more clear what is missing in _winapi.schlamar2014-01-081-0/+8
* | Some fixes for IocpEventLoop.schlamar2014-01-081-0/+4
* | reindent preprocessors commands in overlapped.cVictor Stinner2014-01-071-6/+6
* | Fixed overlapped.c for Python 2.schlamar2014-01-071-2/+38
|/
* Make the IOCP proactor support "waitable" handles.Richard Oudkerk2013-10-251-0/+176
* Make BindLocal() take an argument for the family of the socket.Richard Oudkerk2013-10-151-7/+6
* Fixes to make iocp loop handle ERROR_NETNAME_DELETEDRichard Oudkerk2013-10-111-0/+1
* Add support for Windows named pipes.Richard Oudkerk2013-10-051-23/+216
* Correct handling of EOF for Overlapped.ReadFile().Richard Oudkerk2013-05-171-2/+14
* Stop exposing SetFileCompletionNotificationModes() in _overlappedRichard Oudkerk2013-02-071-28/+0
* Forgotten bits for 64 bit Windows.Richard Oudkerk2013-02-071-2/+3
* Fixes for 64 bit Windows.Richard Oudkerk2013-02-071-1/+1
* Fix return type of SetFromWindowsErr().Richard Oudkerk2013-02-061-1/+1
* Add --iocp argument to curl.py and crawl.py which forces use of IOCP.Richard Oudkerk2013-02-061-19/+43
* Change in handling of ERROR_BROKEN_PIPE.Richard Oudkerk2013-02-061-7/+9
* Stop using SetFileCompletionNotificationModes() since not available on WinXPRichard Oudkerk2013-01-281-4/+4
* Replace IocpSelector with IocpEventLoop, and refactor UnixEventLoop.Richard Oudkerk2013-01-251-0/+1
* Prevent sendall() from doing partial write without error.Richard Oudkerk2013-01-241-2/+2
* New experimental iocp branch.Richard Oudkerk2013-01-211-0/+997