Node.js JavaScript runtime 🐢🚀
Go to file
Ryan cfd61622ae Reference counting. Network bugs.
Connections were being garbage collected while they were still in progress
since the object would leave scope. This commit adds ObjectWrap::Attach()
and ObjectWrap::Detach() to tell v8 that an object is currently on the event
loop and will be needed in the future.

Other changes to oi_socket.c and net.cc are to fix bugs encountered while
running the HTTP server.
2009-05-05 18:15:59 +02:00
deps Reference counting. Network bugs. 2009-05-05 18:15:59 +02:00
src Reference counting. Network bugs. 2009-05-05 18:15:59 +02:00
test update oi_socket - modify node code to match 2009-05-05 12:52:18 +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 update oi_socket - modify node code to match 2009-05-05 12:52:18 +02:00