summaryrefslogtreecommitdiff
path: root/test/fixtures
AgeCommit message (Expand)AuthorFilesLines
2011-04-13Test to demonstrate #892Ryan Dahl1-0/+48
2011-03-14Update copyright headersRyan Dahl51-0/+1071
2011-03-14Fix HTTP agent disconnection problemRyan Dahl1-0/+0
2011-03-14Extend OpenSSL expiration datesRyan Dahl21-133/+133
2011-02-18package.json main as indexed subdirisaacs2-0/+4
2011-02-10TLS: CRL supportTheo Schlossnagle14-67/+105
2011-02-09New keys, agent1-cert.pem was expiredRyan Dahl25-128/+132
2011-02-09Better assert in the node_modules testsisaacs2-4/+6
2011-02-09node_modules module lookup, +docs and test.isaacs6-0/+26
2011-02-07support for package.jsonisaacs2-0/+4
2011-02-02Closes GH-619 Make require.main be the main moduleisaacs1-0/+4
2011-01-27Add ext_key_usage to getPeerCertificateGreg Hughes6-4/+85
2011-01-27A module ID with a trailing slash must be a dir.isaacs2-0/+0
2011-01-24Adding support for require-like initialization of node,Daniel Ennis2-0/+9
2011-01-10Fix expired keysRyan Dahl15-101/+101
2010-12-07Add 'make test' to test/fixtures/keys/MakefileRyan Dahl1-1/+12
2010-12-07Fix CNs for agent keys; can't be the same as CA's CNRyan Dahl22-174/+318
2010-12-07Add broken, but detailed TLS verify testRyan Dahl16-0/+200
2010-12-05GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov2-2/+2
2010-12-04Fix global leaksRyan Dahl1-2/+1
2010-12-04Fix global leaksRyan Dahl7-10/+10
2010-12-02GJSLint part of testsOleg Efimov23-76/+78
2010-11-20Revert "Merge branch 'writev'"Ryan Dahl1-7/+9
2010-11-19Add failing test for TLS serverRyan Dahl2-0/+48
2010-11-18Add callback to socket.write(), fix test-sendfdsRyan Dahl1-9/+7
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith4-5/+2
2010-10-06syntax fixes to pass jslintJoshaven Potter1-1/+1
2010-09-22Don't try to run extension loaders unless they're actually functionsisaacs1-0/+1
2010-09-19Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540Ryan Dahl1-0/+2
2010-09-09Don't use empty.js - breaks module testRyan Dahl1-0/+0
2010-09-09Simple benchmark for node's startup timeFelix Geisendörfer1-0/+1
2010-09-08Modifying test-global to accomodate v8 inter-context 'global' protection.Herbert Vojčík1-3/+1
2010-09-08Removing test-global-between-modules.Herbert Vojčík2-31/+0
2010-08-18Tests for behaviour of 'global'.Herbert Vojčík3-0/+37
2010-08-17More changes to tests so they really work under context module loader.Herbert Vojčík5-5/+5
2010-08-04Standardise module load order for native and registered file extensions.Nick Stenning41-0/+41
2010-08-04Don't attempt to load a directory.Nick Stenning1-0/+0
2010-07-20Support including modules that don't have an extension.isaacs1-0/+2
2010-07-19Cache modules based on filename rather than IDisaacs4-0/+14
2010-07-19added test for Issue #214Benjamin Fritsch1-0/+0
2010-07-15Update tests to work with module contextsRyan Dahl4-4/+7
2010-06-29fix whitespace errorsBlake Mizerany2-2/+2
2010-06-23:%s/sys.puts/console.log/gRyan Dahl6-6/+6
2010-06-02Send and receive file descriptors through net.Stream.Peter Griess1-0/+57
2010-06-02Add a parameter to spawn() that sets the child's stdio file descriptors.Orlando Vazquez1-0/+11
2010-05-26Bugfix: fs.ReadStream.setEncodingRyan Dahl1-0/+1
2010-05-17fs.WriteStream.write should support bufferRyan Dahl2-2/+9
2010-05-13Handle empty files with fs.readFileElijah Insua1-0/+0
2010-05-09Improve error reportingRyan Dahl2-0/+6
2010-05-08Forgot to add child_process_should_emit_error.jsRyan Dahl1-0/+9