0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/test
Ryan 5c2389fada Remove error codes from file on_completion callbacks. Use file.onError.
The error codes still remain for the two general file system operations:
rename and stat.

Additionally I've removed the actionQueue for file system operations. They
are sent directly into the thread pool.
2009-05-25 13:17:35 +02:00
..
fixtures
mjsunit.js
test-file-open.js Remove error codes from file on_completion callbacks. Use file.onError. 2009-05-25 13:17:35 +02:00
test-http-server.js Add http.ServerRequest.setBodyEncoding. Needs test still. 2009-05-20 10:17:07 +02:00
test-pingpong.js Change encoding setter/getter to setEncoding function. 2009-05-20 10:02:02 +02:00
test-reconnecting-socket.js Change encoding setter/getter to setEncoding function. 2009-05-20 10:02:02 +02:00
test-setTimeout.js Add test for setInterval 2009-04-29 14:12:24 +02:00
test-test.js