node/test/fixtures
Peter Griess 8f0b4e9111 Send and receive file descriptors through net.Stream.
a) create a layer of indirection in net.Stream to allow swapping in
different read/write implementations and

b) emit an 'fd' event when file descriptors are received over a UNIX pipe,
as finally as a tangential benefit

c) remove a bunch of conditionals from the primary codepaths for
ease-of-reading.
2010-06-02 18:16:53 -07:00
..
b Split tests. 2010-02-25 11:41:11 -08:00
cycles Split tests. 2010-02-25 11:41:11 -08:00
nested-index Split tests. 2010-02-25 11:41:11 -08:00
readdir Decoupled readdir test. 2010-02-25 18:49:10 -08:00
a.js Split tests. 2010-02-25 11:41:11 -08:00
a1.js Better require.async tests 2010-04-07 11:47:45 -07:00
cert.pem Add SSL tests 2010-04-02 17:14:03 -07:00
child_process_should_emit_error.js Forgot to add child_process_should_emit_error.js 2010-05-08 23:24:24 -07:00
echo.js Get rid of coupling for stdout 2010-04-27 17:27:34 -07:00
elipses.txt Bugfix: fs.ReadStream.setEncoding 2010-05-26 18:33:38 -07:00
empty.txt Handle empty files with fs.readFile 2010-05-13 12:42:17 -07:00
exit.js Properly handle child process exit codes 2010-04-28 13:54:17 -07:00
fixture.ini More ini parser features. 2010-03-10 21:44:59 -08:00
msca.pem Add SSL tests 2010-04-02 17:14:03 -07:00
net-fd-passing-receiver.js Move Buffer into own module 2010-03-19 20:58:24 -07:00
print-10-lines.js SIGPIPE on stdout should kill the process by default 2010-04-22 14:25:13 -07:00
print-chars-from-buffer.js fs.WriteStream.write should support buffer 2010-05-17 19:44:14 -07:00
print-chars.js child process now use net.Socket 2010-03-17 14:00:17 -07:00
recvfd.js Send and receive file descriptors through net.Stream. 2010-06-02 18:16:53 -07:00
registerExt.test Add require.registerExtension 2010-03-11 22:00:55 -08:00
registerExt2.test Add require.registerExtension 2010-03-11 22:00:55 -08:00
should_exit.js New test-case: signal unregistration 2010-04-25 23:14:07 -07:00
stdio-filter.js Add a parameter to spawn() that sets the child's stdio file descriptors. 2010-06-02 10:41:24 -07:00
test_ca.pem Split tests. 2010-02-25 11:41:11 -08:00
test_cert.pem Split tests. 2010-02-25 11:41:11 -08:00
test_key.pem Split tests. 2010-02-25 11:41:11 -08:00
throws_error.js Split tests. 2010-02-25 11:41:11 -08:00
throws_error1.js Better require.async throw test 2010-04-08 08:17:58 -07:00
throws_error2.js Improve error reporting 2010-05-09 13:55:42 -07:00
throws_error3.js Improve error reporting 2010-05-09 13:55:42 -07:00
x.txt Split tests. 2010-02-25 11:41:11 -08:00