Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed async send in ftpclient module. | Dominik Picheta | 2013-10-11 | 1 | -1/+2 |
| | |||||
* | Fixed recvLine deprecation warnings. | Dominik Picheta | 2013-04-14 | 1 | -8/+7 |
| | |||||
* | bugfix: ftpclient compiles again | Araq | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Fixed many deprecation warnings. asyncio.recvLine now throws an | Dominik Picheta | 2012-12-23 | 1 | -50/+28 |
| | | | | exception when an error occurs. Added sockets.SocketError. | ||||
* | Fixes #268 | Dominik Picheta | 2012-12-08 | 1 | -6/+12 |
| | |||||
* | IRC module is now saner at the expense of a little API breakage. | Dominik Picheta | 2012-12-01 | 1 | -0/+4 |
| | | | | 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 | -1/+2 |
| | |||||
* | Ftpclient now fully works both synchronously and asynchronously. | Dominik Picheta | 2012-09-22 | 1 | -158/+178 |
| | | | | 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 | -95/+141 |
| | | | | | | | | therefore does not compile. Asyncio: Added handleWrite event and an ability to wrap an already initialised TSocket to a PAsyncSocket. Fixed tircbot test. | ||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | UDP improvements for the sockets module. Renamed ftpclient.fileExists to | Dominik Picheta | 2012-08-12 | 1 | -1/+12 |
| | | | | existsFile for consistency. Added tasyncudp test. | ||||
* | make tests green again | Araq | 2012-07-17 | 1 | -4/+4 |
| | |||||
* | recvLineAsync for non-blocking sockets implemented, as well as recvLine for ↵ | dom96 | 2012-02-18 | 1 | -2/+2 |
| | | | | asyncio async sockets. Fixed removeDir on windows. | ||||
* | ftpclient fixes for windows. | dom96 | 2012-01-28 | 1 | -10/+14 |
| | |||||
* | Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵ | dom96 | 2012-01-22 | 1 | -112/+229 |
| | | | | Added (de)allocCStringArray. Many async sockets fixes. | ||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Added a `chmod` function to the ftpclient module. | dom96 | 2011-11-30 | 1 | -1/+22 |
| | |||||
* | Fixed `ftpclient.createDir`. | dom96 | 2011-11-29 | 1 | -1/+4 |
| | |||||
* | Added new features to the ftpclient module. | dom96 | 2011-11-15 | 1 | -2/+53 |
| | |||||
* | new FTPClient module compiles in taint mode | Araq | 2011-11-15 | 1 | -21/+34 |
| | |||||
* | Added ftpclient module. Fixed docs in sockets module. Added dll tests to ↵ | dom96 | 2011-11-04 | 1 | -0/+359 |
test suite. |