Export to GitHub

pyiocp - default

Source Commits


Commits

Author Date Commit Message
richard.m.tew Jul 29, 2009 b141404b2bfe A more polished socket that offers more functionality and suits at least one kno
richard.m.tew Jul 29, 2009 ae7669eddaa4 Some uncommitted changes which should have been.
richard.m.tew Jul 27, 2009 610930c62d20 Implemented the core of a stackless IOCP socket object that transparently blocks
richard.m.tew Jul 27, 2009 5116f4572d33 Committing the starting point, a branch of the serving script.
richard.m.tew Jul 26, 2009 3b96115ebdb2 Removed C WSARecv function prototype.
richard.m.tew Jul 26, 2009 784189185580 Use local variables, rather than looking into the state tuple.
richard.m.tew Jul 25, 2009 69774057c6a1 Removed superfluous call to WSAGetOverlappedResult.
richard.m.tew Jul 25, 2009 65fc6afe5451 Removed superfluous call to WSAGetOverlappedResult.
richard.m.tew Jul 25, 2009 a86a7a10f976 Completed echo server.
richard.m.tew Jul 25, 2009 065af7cf8f9c Copied the naive server script to use as a base for the echo server script.
richard.m.tew Jul 25, 2009 8caa768baa9e Just a new comment about acceptSocket as a global.
richard.m.tew Jul 25, 2009 44f30b964481 Corrected IOCP completion key usage.
richard.m.tew Jul 24, 2009 ab557552e996 Added message when the keyboard interrupt is intercepted.
richard.m.tew Jul 24, 2009 a37b1f3396d4 Initial version that accepts any connections that come in. Not polished and may
richard.m.tew Jul 24, 2009 bff77a041f13 Add some text to the README file and headers to the source files indicating what
richard.m.tew Jul 24, 2009 fc17932b6b76 GPL version 3 license.
richard.m.tew Jul 24, 2009 c0e491391246 Removed quoted C definitions from the Python source code.
richard.m.tew Jul 24, 2009 88fa38f6596b The script now accepts a connection, sends a message to it and then exits.
richard.m.tew Jul 24, 2009 8e549ce5430a Adding the first blog posts source code. Creating a Winsock IOCP-based socket t