0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 07:00:59 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
Ryan 73fb24f48d Relatively large update to TCP API. No more "protocol".
Instead servers are passed a function which gets called on connection (like
in the original design) which has one argument, the connecting socket. The
user sets up callbacks on that. It's pretty much how I had it originally.

Encoding is now set via v8 getter/setter and can be changed dynamically.

The timeout for all sockets is fixed at 60 seconds for now. Need to fix
that.
2009-05-14 23:47:21 +02:00
deps Upgrade v8 to version 1.2.3. 2009-05-12 00:12:56 +02:00
src Relatively large update to TCP API. No more "protocol". 2009-05-14 23:47:21 +02:00
test Relatively large update to TCP API. No more "protocol". 2009-05-14 23:47:21 +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 Remove -n from echo in Makefile. (Doesn't work on OSX.) 2009-05-14 14:05:07 +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
node.html Relatively large update to TCP API. No more "protocol". 2009-05-14 23:47:21 +02:00
test_http.js Rename TCP classes to sit in node hierarchy. 2009-05-14 20:34:14 +02:00
waf use the WAF build system 2009-04-04 14:50:15 +02:00
wscript Don't need librt. 2009-05-14 17:36:39 +02:00