summaryrefslogtreecommitdiff
path: root/overlapped.c
Commit message (Expand)AuthorAgeFilesLines
* _overlapped.ConnectPipe(): release the GILVictor Stinner2015-01-261-0/+3
* Tulip issue #204: Fix IocpProactor.recv()Victor Stinner2015-01-261-2/+2
* Tulip issue #204: Fix IocpProactor.accept_pipe()Victor Stinner2015-01-221-2/+2
* Python issue #23293: Rewrite IocpProactor.connect_pipe()Victor Stinner2015-01-221-93/+22
* Python issue #23095: Rewrite _WaitHandleFuture.cancel()Victor Stinner2015-01-211-0/+25
* overlapped.c: Fix usage of the unionVictor Stinner2014-01-301-9/+11
* 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