Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prettified some async modules | Araq | 2014-08-31 | 1 | -3/+3 |
| | |||||
* | made some tests green | Araq | 2014-08-31 | 1 | -7/+7 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -66/+70 |
| | |||||
* | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 1 | -3/+6 |
| | |||||
* | Add checks for invalid socket when creating sockets. | Dominik Picheta | 2014-04-15 | 1 | -0/+1 |
| | |||||
* | Corrected prunesocketset and pruneprocessset | Erik O'Leary | 2014-01-19 | 1 | -1/+1 |
| | | | | | fd sets passed to select() were pruning ready FDs rather than pruning UN-ready FDs. | ||||
* | Implemented boolean socket options. | Dominik Picheta | 2013-10-30 | 1 | -2/+8 |
| | | | | Added reuseAddr for httpserver and scgi. | ||||
* | Send buffer will be respected now when closing async SCGI clients. | Dominik Picheta | 2013-06-21 | 1 | -3/+12 |
| | |||||
* | Improved the performance of the SCGI module when dealing with multiple | Dominik Picheta | 2013-05-19 | 1 | -29/+95 |
| | | | | concurrent requests. | ||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | IRC module is now saner at the expense of a little API breakage. | Dominik Picheta | 2012-12-01 | 1 | -0/+2 |
| | | | | Added warnings for unstable APIs to modules that use AsyncIO. | ||||
* | Fixes bug in scgi module: client socket was not initialised properly. | Dominik Picheta | 2012-11-18 | 1 | -1/+2 |
| | |||||
* | Fixes async scgi. | Dominik Picheta | 2012-09-28 | 1 | -16/+17 |
| | |||||
* | Added close() to async versions of scgi and httpserver. | Dominik Picheta | 2012-09-23 | 1 | -0/+4 |
| | |||||
* | Fixes scgi, adds async functionality to httpserver. | Dominik Picheta | 2012-09-09 | 1 | -21/+16 |
| | |||||
* | term rewriting improvements | Araq | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | Many fixes for asynchronous sockets. Asyncio should now work well with ↵ | Dominik Picheta | 2012-07-22 | 1 | -2/+3 |
| | | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite. | ||||
* | make tests green again | Araq | 2012-07-17 | 1 | -3/+4 |
| | |||||
* | Scgi module handles socket disconnection properly now. | dom96 | 2012-05-05 | 1 | -0/+7 |
| | |||||
* | Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵ | dom96 | 2012-01-22 | 1 | -3/+51 |
| | | | | Added (de)allocCStringArray. Many async sockets fixes. | ||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | copy replaced by substr | Araq | 2011-05-14 | 1 | -2/+2 |
| | |||||
* | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ↵ | dom96 | 2011-05-14 | 1 | -2/+2 |
| | | | | addresses. copy and delete for json module. | ||||
* | little repo cleanup | Araq | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | The sockets module supports non-blocking sockets now. Many other fixes in ↵ | dom96 | 2011-04-30 | 1 | -21/+26 |
| | | | | sockets. Timeout support in scgi. | ||||
* | non-nil AST; continue after errors for IDE support | Araq | 2011-02-12 | 1 | -0/+0 |
| | |||||
* | added install.sh; scgi: does not set system.stackTraceNewLine anymore | Araq | 2010-10-26 | 1 | -1/+0 |
| | |||||
* | bugfix: typo in SMTP module; SCGI module finished | Araq | 2010-10-25 | 1 | -0/+140 |