168 Commits (097fde7129a3acc660beb372cecd9daf1164a7f2)

Author SHA1 Message Date
isaacs da2f4b2dc4 support for package.json 14 years ago
isaacs f86ec1366f Closes GH-619 Make require.main be the main module 14 years ago
Greg Hughes 6c32e155d3 Add ext_key_usage to getPeerCertificate 14 years ago
isaacs 6cdeb3b3fd A module ID with a trailing slash must be a dir. 14 years ago
Daniel Ennis 52f93185c7 Adding support for require-like initialization of node, 14 years ago
Ryan Dahl 907e569980 Fix expired keys 14 years ago
Ryan Dahl 5d60b06b76 Add 'make test' to test/fixtures/keys/Makefile 14 years ago
Ryan Dahl ee5366a410 Fix CNs for agent keys; can't be the same as CA's CN 14 years ago
Ryan Dahl 5b8c62f7d1 Add broken, but detailed TLS verify test 14 years ago
Oleg Efimov 093dfaf801 GJSLint all tests, only 3 long lines left in test-url.js 14 years ago
Ryan Dahl 92789b16e5 Fix global leaks 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Oleg Efimov c0d69a4883 GJSLint part of tests 14 years ago
Ryan Dahl 2320497992 Revert "Merge branch 'writev'" 14 years ago
Ryan Dahl 15d5378684 Add failing test for TLS server 14 years ago
Ryan Dahl fa556a1425 Add callback to socket.write(), fix test-sendfds 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 14 years ago
isaacs dff1b5ad10 Don't try to run extension loaders unless they're actually functions 14 years ago
Ryan Dahl 4962702e4a Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540 14 years ago
Ryan Dahl 7628905a9b Don't use empty.js - breaks module test 14 years ago
Felix Geisendörfer f870240dcf Simple benchmark for node's startup time 14 years ago
Herbert Vojčík 6789ab16d8 Modifying test-global to accomodate v8 inter-context 'global' protection. 14 years ago
Herbert Vojčík 2a03d5802b Removing test-global-between-modules. 14 years ago
Herbert Vojčík 2b126da395 Tests for behaviour of 'global'. 14 years ago
Herbert Vojčík cf2b206a8e More changes to tests so they really work under context module loader. 14 years ago
Nick Stenning 0a3eff8021 Standardise module load order for native and registered file extensions. 14 years ago
Nick Stenning 78520ba482 Don't attempt to load a directory. 14 years ago
isaacs d75b63bc3c Support including modules that don't have an extension. 14 years ago
isaacs 49e0f14a2f Cache modules based on filename rather than ID 14 years ago
Benjamin Fritsch 0ed3532699 added test for Issue #214 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl ba792ea202 :%s/sys.puts/console.log/g 15 years ago
Peter Griess 8f0b4e9111 Send and receive file descriptors through net.Stream. 15 years ago
Orlando Vazquez 92da636b97 Add a parameter to spawn() that sets the child's stdio file descriptors. 15 years ago
Ryan Dahl 8840ce340d Bugfix: fs.ReadStream.setEncoding 15 years ago
Ryan Dahl e232f09d38 fs.WriteStream.write should support buffer 15 years ago
Elijah Insua 976926376d Handle empty files with fs.readFile 15 years ago
Ryan Dahl ab068db9b1 Improve error reporting 15 years ago
Ryan Dahl d7762dffe3 Forgot to add child_process_should_emit_error.js 15 years ago
Felix Geisendörfer f8a3cf980f Properly handle child process exit codes 15 years ago
Felix Geisendörfer 76f98c27de Get rid of coupling for stdout 15 years ago
Jonas Pfenniger df07a713bd New test-case: signal unregistration 15 years ago
Ryan Dahl d70474dc10 SIGPIPE on stdout should kill the process by default 15 years ago
Herbert Vojcik c16508c87a Better require.async throw test 15 years ago
Herbert Vojcik d36bb6536e Better require.async tests 15 years ago
Rhys Jones c55c0a1fca Add SSL tests 15 years ago
Ryan Dahl 94644d743c Remove multipart library 15 years ago
Ryan Dahl 025116f8d0 Move Buffer into own module 15 years ago