Node.js JavaScript runtime 🐢🚀
Go to file
Ryan 09c2ae5c3e Slight change in tcp connection constructor
For server-side sockets, no longer pass the server object to the
js constructor. This is set later with SetAcceptor.

I think the change is a bit strage and convoluted but it allows one give
protocol /classes/ to the c++ constructors instead of protocol instances.
This is nice because derived classes (like HTTP) don't need to copy the
protocol instanciation code.
2009-05-04 12:08:13 +02:00
deps Begin refactor of http.cc. Remove libebb add http_parser. 2009-05-03 14:09:16 +02:00
src Slight change in tcp connection constructor 2009-05-04 12:08:13 +02:00
test Slight change in tcp connection constructor 2009-05-04 12:08:13 +02:00
.gitignore update gitignore to work with waf files 2009-04-16 13:20:22 +02:00
.gitmodules BROKEN COMMIT: removing git submodules 2009-04-22 18:17:56 +02:00
configure wasn't sending pos arg for puts() 2009-04-23 14:22:57 +02:00
js2c.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
jsmin.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
waf use the WAF build system 2009-04-04 14:50:15 +02:00
wscript extract headers, status_code, path, http version from http messages. 2009-05-03 21:06:20 +02:00