Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/pure/a-c - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -2/+2 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | fixes #2420; negative indexing for slicing is obsolete (breaking change!) | Araq | 2015-03-28 | 1 | -48/+48 |
| | |||||
* | Fix a few more warnings | def | 2015-02-17 | 1 | -3/+3 |
| | |||||
* | Deprecated asyncio module. Fixed old tests. | Dominik Picheta | 2014-12-26 | 1 | -0/+7 |
| | |||||
* | Fix some deprecation warnings caused by renames | def | 2014-11-13 | 1 | -23/+23 |
| | |||||
* | Fixed FD_SET casing | Erik O'Leary | 2014-10-10 | 1 | -5/+5 |
| | |||||
* | Fixes fdSet CS problems in asyncio. | Dominik Picheta | 2014-09-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-10 | 1 | -0/+1 |
|\ | |||||
| * | Fixes for new comment handling. | Dominik Picheta | 2014-09-09 | 1 | -0/+1 |
| | | |||||
* | | 'nimfix' improvements; FdSet is TFdSet again | Araq | 2014-09-08 | 1 | -5/+5 |
|/ | |||||
* | prettified some async modules | Araq | 2014-08-31 | 1 | -80/+80 |
| | |||||
* | Case fixes for network modules. | Dominik Picheta | 2014-08-30 | 1 | -22/+23 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -34/+41 |
| | |||||
* | asyncio compiles again | Araq | 2014-08-12 | 1 | -21/+22 |
| | |||||
* | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 1 | -13/+15 |
| | |||||
* | more things case consistent | Araq | 2014-02-10 | 1 | -5/+5 |
| | |||||
* | stdlib compiles mostly without warnings again | Araq | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | updated asyncio and ftpclient modules | Araq | 2014-01-25 | 1 | -9/+9 |
| | |||||
* | Remove assert in asyncio which causes problems. | Dominik Picheta | 2013-12-26 | 1 | -2/+5 |
| | | | | | | This assert keeps failing occassionally in nimbuild causing it to crash. According to logic it shouldn't, but perhaps the socket's writeable status changes. | ||||
* | Fixed breaking changes introduced by the last commit. | Dominik Picheta | 2013-10-24 | 1 | -1/+1 |
| | |||||
* | Fixed asyncio crash when sending buffered data after connection was terminated. | Dominik Picheta | 2013-10-24 | 1 | -9/+14 |
| | |||||
* | Added a TSocketHandle type to winlean.nim and posix.nim | Clay Sweetser | 2013-10-15 | 1 | -3/+3 |
| | | | | Edited sockets.nim and asyncio.nim to use the new TSocketHandle type. | ||||
* | Deprecated OSError, and modified it to require an explicit OS error code. | Dominik Picheta | 2013-06-25 | 1 | -4/+3 |
| | | | | The deprecated functions include the OSError and OSErrorMsg, the name did not change however the signature of the new functions did. They now require a TOSErrorCode value be passed to them. This value can be retrieved using OSLastError. The reason this was done is because on Windows any win api call can reset the last error code to 0, this change allows the user to immediately grab the error code and worry about the string representation later if needs be. | ||||
* | Added an asyncio.isSendDataBuffered procedure. | Dominik Picheta | 2013-06-21 | 1 | -0/+4 |
| | |||||
* | Improved the performance of the SCGI module when dealing with multiple | Dominik Picheta | 2013-05-19 | 1 | -0/+3 |
| | | | | concurrent requests. | ||||
* | Fixed recvLine deprecation warnings. | Dominik Picheta | 2013-04-14 | 1 | -2/+2 |
| | |||||
* | Deprecated recvLine and added an improved version named readLine to the | Dominik Picheta | 2013-03-23 | 1 | -2/+38 |
| | | | | sockets module. | ||||
* | Fixed many deprecation warnings. asyncio.recvLine now throws an | Dominik Picheta | 2012-12-23 | 1 | -1/+7 |
| | | | | exception when an error occurs. Added sockets.SocketError. | ||||
* | Fixes #268 | Dominik Picheta | 2012-12-08 | 1 | -4/+39 |
| | |||||
* | IRC module is now saner at the expense of a little API breakage. | Dominik Picheta | 2012-12-01 | 1 | -0/+3 |
| | | | | Added warnings for unstable APIs to modules that use AsyncIO. | ||||
* | Many doc improvements. Changed Threads.joinThreads' param's type to varargs. | Dominik Picheta | 2012-11-04 | 1 | -2/+2 |
| | |||||
* | Ftpclient now fully works both synchronously and asynchronously. | Dominik Picheta | 2012-09-22 | 1 | -4/+10 |
| | | | | Fixed some deprecation doc messages. And some issues with asyncio. | ||||
* | ftpclient fixed but causes an issue with the code generator and | Dominik Picheta | 2012-09-21 | 1 | -0/+53 |
| | | | | | | | | therefore does not compile. Asyncio: Added handleWrite event and an ability to wrap an already initialised TSocket to a PAsyncSocket. Fixed tircbot test. | ||||
* | Fixes IRC module. | Dominik Picheta | 2012-09-12 | 1 | -4/+13 |
| | |||||
* | Fixes scgi, adds async functionality to httpserver. | Dominik Picheta | 2012-09-09 | 1 | -5/+25 |
| | |||||
* | term rewriting improvements | Araq | 2012-09-08 | 1 | -2/+3 |
| | |||||
* | Added fsmonitor module. | Dominik Picheta | 2012-09-02 | 1 | -70/+16 |
| | |||||
* | Asyncio module now works on file descriptors. | Dominik Picheta | 2012-09-02 | 1 | -39/+137 |
| | |||||
* | Sockets module should compile again on Windows. Fixed asyncio not compiling. | Dominik Picheta | 2012-08-12 | 1 | -36/+24 |
| | |||||
* | UDP improvements for the sockets module. Renamed ftpclient.fileExists to | Dominik Picheta | 2012-08-12 | 1 | -19/+19 |
| | | | | existsFile for consistency. Added tasyncudp test. | ||||
* | UDP sockets should now work with asyncio. | Dominik Picheta | 2012-08-03 | 1 | -3/+8 |
| | |||||
* | More deprecation warnings fixed. | Dominik Picheta | 2012-07-23 | 1 | -3/+7 |
| | |||||
* | Fixes deprecation warning, fixes documentation error. | Dominik Picheta | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | Many fixes for asynchronous sockets. Asyncio should now work well with ↵ | Dominik Picheta | 2012-07-22 | 1 | -27/+142 |
| | | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite. | ||||
* | preparations for making 'closure' the default calling convention for proc types | Araq | 2012-07-16 | 1 | -9/+9 |
| | |||||
* | recvLineAsync for non-blocking sockets implemented, as well as recvLine for ↵ | dom96 | 2012-02-18 | 1 | -0/+29 |
| | | | | asyncio async sockets. Fixed removeDir on windows. | ||||
* | Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵ | dom96 | 2012-01-22 | 1 | -0/+325 |
Added (de)allocCStringArray. Many async sockets fixes. |