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
/
httpserver.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed http header parsing issue
Erik O'Leary
2013-11-15
1
-2
/
+3
*
Implemented boolean socket options.
Dominik Picheta
2013-10-30
1
-2
/
+7
*
Fixed OSError + recvLine deprecation warnings.
Dominik Picheta
2013-06-27
1
-100
/
+102
*
Fixed some recvLine deprecation warnings in httpserver module.
Dominik Picheta
2013-03-27
1
-32
/
+32
*
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 close() to async versions of scgi and httpserver.
Dominik Picheta
2012-09-23
1
-2
/
+6
*
Fixes scgi, adds async functionality to httpserver.
Dominik Picheta
2012-09-09
1
-4
/
+143
*
Many fixes for asynchronous sockets. Asyncio should now work well with buffer...
Dominik Picheta
2012-07-22
1
-1
/
+4
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-1
/
+2
*
The httpserver now grabs the IP address of the client. RST gen fix for smileys.
dom96
2012-05-16
1
-1
/
+4
*
The httpserver module now supports POST requests. Fix for captureBetween in t...
dom96
2012-05-06
1
-11
/
+67
*
The httpserver now gathers the headers for the user. Fixed ambiguity in recvL...
dom96
2012-05-03
1
-4
/
+30
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
1
-4
/
+6
*
fixed some tests
Araq
2011-11-19
1
-2
/
+2
*
sockets.recv optimizations; stdlib now supports taint mode
Araq
2011-09-24
1
-6
/
+6
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-6
/
+6
*
httpserver changes
Araq
2011-01-14
1
-13
/
+16
*
httpserver may work better now
Araq
2011-01-13
1
-19
/
+34
*
bugfix: floating point precision; added strutils.formatFloat
Araq
2011-01-09
1
-1
/
+1
*
docgen understands and ignores *when false*
Araq
2010-11-18
1
-4
/
+17
*
Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib u...
PhiLho
2010-05-21
1
-30
/
+30
*
fixed pango/pangoutils new wrappers
Andreas Rumpf
2010-02-26
1
-0
/
+0
*
continued work on html/xmlparser
rumpf_a@web.de
2010-02-14
1
-0
/
+0
*
further progress on the new XML processing modules
Andreas Rumpf
2010-02-12
1
-0
/
+0
*
httpserver supports a fixed port number
Andreas Rumpf
2010-02-06
1
-0
/
+259