Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-08Add 'make test' to test/fixtures/keys/MakefileRyan Dahl
2010-12-08Fix CNs for agent keys; can't be the same as CA's CNRyan Dahl
2010-12-07Add broken, but detailed TLS verify testRyan Dahl
2010-12-06GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov
2010-12-05Fix global leaksRyan Dahl
2010-12-05Fix global leaksRyan Dahl
2010-12-03GJSLint part of testsOleg Efimov
2010-11-21Revert "Merge branch 'writev'"Ryan Dahl
2010-11-20Add failing test for TLS serverRyan Dahl
2010-11-19Add callback to socket.write(), fix test-sendfdsRyan Dahl
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-09-22Don't try to run extension loaders unless they're actually functionsisaacs
2010-09-19Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540Ryan Dahl
2010-09-10Don't use empty.js - breaks module testRyan Dahl
2010-09-10Simple benchmark for node's startup timeFelix Geisendörfer
2010-09-08Modifying test-global to accomodate v8 inter-context 'global' protection.Herbert Vojčík
2010-09-08Removing test-global-between-modules.Herbert Vojčík
2010-08-18Tests for behaviour of 'global'.Herbert Vojčík
2010-08-17More changes to tests so they really work under context module loader.Herbert Vojčík
2010-08-05Standardise module load order for native and registered file extensions.Nick Stenning
2010-08-05Don't attempt to load a directory.Nick Stenning
2010-07-20Support including modules that don't have an extension.isaacs
2010-07-20Cache modules based on filename rather than IDisaacs
2010-07-19added test for Issue #214Benjamin Fritsch
2010-07-16Update tests to work with module contextsRyan Dahl
2010-06-30fix whitespace errorsBlake Mizerany
2010-06-24:%s/sys.puts/console.log/gRyan Dahl
2010-06-03Send and receive file descriptors through net.Stream.Peter Griess
2010-06-02Add a parameter to spawn() that sets the child's stdio file descriptors.Orlando Vazquez
2010-05-27Bugfix: fs.ReadStream.setEncodingRyan Dahl
2010-05-18fs.WriteStream.write should support bufferRyan Dahl
2010-05-13Handle empty files with fs.readFileElijah Insua
2010-05-10Improve error reportingRyan Dahl
2010-05-09Forgot to add child_process_should_emit_error.jsRyan Dahl
2010-04-29Properly handle child process exit codesFelix Geisendörfer
2010-04-28Get rid of coupling for stdoutFelix Geisendörfer
2010-04-26New test-case: signal unregistrationJonas Pfenniger
2010-04-23SIGPIPE on stdout should kill the process by defaultRyan Dahl
2010-04-14Merge branch 'master' into opensslRhys Jones
2010-04-08Better require.async throw testHerbert Vojcik
2010-04-07Better require.async testsHerbert Vojcik
2010-04-03Add SSL testsRhys Jones
2010-04-03Remove multipart libraryRyan Dahl
2010-03-20Move Buffer into own moduleRyan Dahl
2010-03-18child process now use net.SocketRyan Dahl
2010-03-12Merge branch 'master' into HEADRyan Dahl
2010-03-12Add require.registerExtensionTim-Smart
2010-03-11More ini parser features.isaacs
2010-03-09Merge branch 'master' into net2Ryan Dahl