index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
scgi.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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