Age | Commit message (Expand) | Author | Files | Lines |
2011-04-13 | Test to demonstrate #892 | Ryan Dahl | 1 | -0/+48 |
2011-03-14 | Update copyright headers | Ryan Dahl | 51 | -0/+1071 |
2011-03-14 | Fix HTTP agent disconnection problem | Ryan Dahl | 1 | -0/+0 |
2011-03-14 | Extend OpenSSL expiration dates | Ryan Dahl | 21 | -133/+133 |
2011-02-18 | package.json main as indexed subdir | isaacs | 2 | -0/+4 |
2011-02-10 | TLS: CRL support | Theo Schlossnagle | 14 | -67/+105 |
2011-02-09 | New keys, agent1-cert.pem was expired | Ryan Dahl | 25 | -128/+132 |
2011-02-09 | Better assert in the node_modules tests | isaacs | 2 | -4/+6 |
2011-02-09 | node_modules module lookup, +docs and test. | isaacs | 6 | -0/+26 |
2011-02-07 | support for package.json | isaacs | 2 | -0/+4 |
2011-02-02 | Closes GH-619 Make require.main be the main module | isaacs | 1 | -0/+4 |
2011-01-27 | Add ext_key_usage to getPeerCertificate | Greg Hughes | 6 | -4/+85 |
2011-01-27 | A module ID with a trailing slash must be a dir. | isaacs | 2 | -0/+0 |
2011-01-24 | Adding support for require-like initialization of node, | Daniel Ennis | 2 | -0/+9 |
2011-01-10 | Fix expired keys | Ryan Dahl | 15 | -101/+101 |
2010-12-07 | Add 'make test' to test/fixtures/keys/Makefile | Ryan Dahl | 1 | -1/+12 |
2010-12-07 | Fix CNs for agent keys; can't be the same as CA's CN | Ryan Dahl | 22 | -174/+318 |
2010-12-07 | Add broken, but detailed TLS verify test | Ryan Dahl | 16 | -0/+200 |
2010-12-05 | GJSLint all tests, only 3 long lines left in test-url.js | Oleg Efimov | 2 | -2/+2 |
2010-12-04 | Fix global leaks | Ryan Dahl | 1 | -2/+1 |
2010-12-04 | Fix global leaks | Ryan Dahl | 7 | -10/+10 |
2010-12-02 | GJSLint part of tests | Oleg Efimov | 23 | -76/+78 |
2010-11-20 | Revert "Merge branch 'writev'" | Ryan Dahl | 1 | -7/+9 |
2010-11-19 | Add failing test for TLS server | Ryan Dahl | 2 | -0/+48 |
2010-11-18 | Add callback to socket.write(), fix test-sendfds | Ryan Dahl | 1 | -9/+7 |
2010-10-11 | Soft migration of sys -> util, Removal of deprecated utils module. | Micheil Smith | 4 | -5/+2 |
2010-10-06 | syntax fixes to pass jslint | Joshaven Potter | 1 | -1/+1 |
2010-09-22 | Don't try to run extension loaders unless they're actually functions | isaacs | 1 | -0/+1 |
2010-09-19 | Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540 | Ryan Dahl | 1 | -0/+2 |
2010-09-09 | Don't use empty.js - breaks module test | Ryan Dahl | 1 | -0/+0 |
2010-09-09 | Simple benchmark for node's startup time | Felix Geisendörfer | 1 | -0/+1 |
2010-09-08 | Modifying test-global to accomodate v8 inter-context 'global' protection. | Herbert Vojčík | 1 | -3/+1 |
2010-09-08 | Removing test-global-between-modules. | Herbert Vojčík | 2 | -31/+0 |
2010-08-18 | Tests for behaviour of 'global'. | Herbert Vojčík | 3 | -0/+37 |
2010-08-17 | More changes to tests so they really work under context module loader. | Herbert Vojčík | 5 | -5/+5 |
2010-08-04 | Standardise module load order for native and registered file extensions. | Nick Stenning | 41 | -0/+41 |
2010-08-04 | Don't attempt to load a directory. | Nick Stenning | 1 | -0/+0 |
2010-07-20 | Support including modules that don't have an extension. | isaacs | 1 | -0/+2 |
2010-07-19 | Cache modules based on filename rather than ID | isaacs | 4 | -0/+14 |
2010-07-19 | added test for Issue #214 | Benjamin Fritsch | 1 | -0/+0 |
2010-07-15 | Update tests to work with module contexts | Ryan Dahl | 4 | -4/+7 |
2010-06-29 | fix whitespace errors | Blake Mizerany | 2 | -2/+2 |
2010-06-23 | :%s/sys.puts/console.log/g | Ryan Dahl | 6 | -6/+6 |
2010-06-02 | Send and receive file descriptors through net.Stream. | Peter Griess | 1 | -0/+57 |
2010-06-02 | Add a parameter to spawn() that sets the child's stdio file descriptors. | Orlando Vazquez | 1 | -0/+11 |
2010-05-26 | Bugfix: fs.ReadStream.setEncoding | Ryan Dahl | 1 | -0/+1 |
2010-05-17 | fs.WriteStream.write should support buffer | Ryan Dahl | 2 | -2/+9 |
2010-05-13 | Handle empty files with fs.readFile | Elijah Insua | 1 | -0/+0 |
2010-05-09 | Improve error reporting | Ryan Dahl | 2 | -0/+6 |
2010-05-08 | Forgot to add child_process_should_emit_error.js | Ryan Dahl | 1 | -0/+9 |