0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Ryan Dahl 7719ce33db New http-parser
No longer based on Ragel, but hand-written.

Had to add HTTPConnection.resetParser() because the parser is stricter and
will error out when you try to give it a message after the previous had
"Connection: close". The HTTP client was doing that. Thus we reset the
parser manually after each new connection.
2009-11-21 16:27:02 +01:00
..
dns.js forgot to add lib/dns.js in c53672 2009-10-31 12:19:23 +01:00
file.js fixes lib/file.js write, it doesnt allways emit errors or success 2009-11-19 19:12:42 +01:00
http.js New http-parser 2009-11-21 16:27:02 +01:00
mjsunit.js Move mjsunit.js to system module directory. 2009-09-20 18:19:33 +02:00
multipart.js API: rename process.inherits to sys.inherits 2009-11-07 14:45:39 +01:00
posix.js Namespace EVERYTHING under process; introduce GLOBAL 2009-10-29 23:36:41 +01:00
repl.js Module refactor - almost CommonJS compatible now 2009-10-31 19:10:30 +01:00
sys.js Format JSON for inspecting objects 2009-11-16 12:40:58 +01:00
tcp.js Namespace EVERYTHING under process; introduce GLOBAL 2009-10-29 23:36:41 +01:00
utils.js utils.js links to sys.js instead of other way around 2009-10-13 19:55:28 +02:00