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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Dominik Picheta
2012-07-22
1
-1
/
+4
|
|
|
|
|
|
buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite.
*
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 ↵
dom96
2012-05-06
1
-11
/
+67
|
|
|
|
the parseutils module.
*
The httpserver now gathers the headers for the user. Fixed ambiguity in ↵
dom96
2012-05-03
1
-4
/
+30
|
|
|
|
recvLine in the sockets module.
*
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 ↵
PhiLho
2010-05-21
1
-30
/
+30
|
|
|
|
update
*
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