83 Commits (f8bfa54d0fa509f9242637bef2869a1b1e842ec8)

Author SHA1 Message Date
isaacs 9b5098f509 Close #1281 Make require a public member of module 13 years ago
Mathias Buus 39246f65df Closes #1177 remove one node_modules optimization 14 years ago
Mark Cavage 88552c51ae Support for signature verification with RSA/DSA public keys 14 years ago
isaacs 9967c369c9 AMD compatibility for node, with docs and tests 14 years ago
Ryan Dahl 9e26dab150 child_process.spawnNode 14 years ago
Ryan Dahl 296ff04cdc Test to demonstrate #892 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl 36e75b7351 Fix HTTP agent disconnection problem 14 years ago
Ryan Dahl 2e40328c82 Extend OpenSSL expiration dates 14 years ago
isaacs f8defa3e09 package.json main as indexed subdir 14 years ago
Theo Schlossnagle 01a864a29d TLS: CRL support 14 years ago
Ryan Dahl 778fb859c6 New keys, agent1-cert.pem was expired 14 years ago
isaacs 81b4d45354 Better assert in the node_modules tests 14 years ago
isaacs 46513483cd node_modules module lookup, +docs and test. 14 years ago
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