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 (
Expand
)
Author
Age
Files
Lines
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-3
/
+0
*
added a warning that the .deprecate statement is unreliable for routines
Andreas Rumpf
2017-11-21
1
-1
/
+1
*
udpated the compiler and tester to use getOrDefault
Araq
2015-10-13
1
-5
/
+6
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-34
/
+34
*
Fixed 'milliseconds' spelling in code and docs
pdw
2015-05-15
1
-1
/
+1
*
Added warning to scgi module.
Dominik Picheta
2014-12-26
1
-0
/
+4
*
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
*
Implemented boolean socket options.
Dominik Picheta
2013-10-30
1
-2
/
+8
*
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
*
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
*
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 buffer...
Dominik Picheta
2012-07-22
1
-2
/
+3
*
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. Added...
dom96
2012-01-22
1
-3
/
+51
*
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 ad...
dom96
2011-05-14
1
-2
/
+2
*
little repo cleanup
Araq
2011-05-02
1
-1
/
+1
*
The sockets module supports non-blocking sockets now. Many other fixes in soc...
dom96
2011-04-30
1
-21
/
+26
*
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