summary refs log tree commit diff stats
path: root/lib/pure/scgi.nim
Commit message (Collapse)AuthorAgeFilesLines
* prettified some async modulesAraq2014-08-311-3/+3
|
* made some tests greenAraq2014-08-311-7/+7
|
* big renameAraq2014-08-271-66/+70
|
* made large parts of the stdlib gcsafeAraq2014-04-201-3/+6
|
* Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-151-0/+1
|
* Corrected prunesocketset and pruneprocesssetErik O'Leary2014-01-191-1/+1
| | | | | fd sets passed to select() were pruning ready FDs rather than pruning UN-ready FDs.
* Implemented boolean socket options.Dominik Picheta2013-10-301-2/+8
| | | | Added reuseAddr for httpserver and scgi.
* Send buffer will be respected now when closing async SCGI clients.Dominik Picheta2013-06-211-3/+12
|
* Improved the performance of the SCGI module when dealing with multipleDominik Picheta2013-05-191-29/+95
| | | | concurrent requests.
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* IRC module is now saner at the expense of a little API breakage.Dominik Picheta2012-12-011-0/+2
| | | | Added warnings for unstable APIs to modules that use AsyncIO.
* Fixes bug in scgi module: client socket was not initialised properly.Dominik Picheta2012-11-181-1/+2
|
* Fixes async scgi.Dominik Picheta2012-09-281-16/+17
|
* Added close() to async versions of scgi and httpserver.Dominik Picheta2012-09-231-0/+4
|
* Fixes scgi, adds async functionality to httpserver.Dominik Picheta2012-09-091-21/+16
|
* term rewriting improvementsAraq2012-09-081-1/+1
|
* Many fixes for asynchronous sockets. Asyncio should now work well with ↵Dominik Picheta2012-07-221-2/+3
| | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite.
* make tests green againAraq2012-07-171-3/+4
|
* Scgi module handles socket disconnection properly now.dom962012-05-051-0/+7
|
* Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵dom962012-01-221-3/+51
| | | | Added (de)allocCStringArray. Many async sockets fixes.
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* copy replaced by substrAraq2011-05-141-2/+2
|
* fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ↵dom962011-05-141-2/+2
| | | | addresses. copy and delete for json module.
* little repo cleanupAraq2011-05-021-1/+1
|
* The sockets module supports non-blocking sockets now. Many other fixes in ↵dom962011-04-301-21/+26
| | | | sockets. Timeout support in scgi.
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
|
* added install.sh; scgi: does not set system.stackTraceNewLine anymoreAraq2010-10-261-1/+0
|
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-251-0/+140