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
2012-03-29typed arrays: add Uint8ClampedArrayMikael Bourges-Sevenier
2012-03-19test: changed instances of == to ===Your Name
2012-02-19Lint all the JavaScripts.isaacs
2012-01-17tests: fix more lint issuesBert Belder
2011-10-26fix test-http-curl-chunk-problem.js and test-pipe-file-to-http.js on windowsIgor Zinkovsky
2011-10-22Revert "Don't use a separate context for the repl."isaacs
2011-10-19Don't use a separate context for the repl.isaacs
2011-10-06Fixed a lot of jslint errors.Colton Baker
2011-09-29test: fix typo in error messageBen Noordhuis
2011-08-14test: add typed arrays to known globals listThomas Shinnick
2011-08-10test: Allow common.ddCommand to be run in presence of existing fileRyan Dahl
2011-08-10x-platform func for spawning pwd in testsRyan Dahl
2011-08-10Remove unnecessary lineRyan Dahl
2011-08-10Fix dd command tests for WindowsRyan Dahl
2011-07-22escape backslashes for windows pipe nameRyan Dahl
2011-07-21test: add common.PIPE, pipe name for testsBen Noordhuis
2011-06-17Revert "Add --cov code coverage option"Ryan Dahl
2011-06-14tcp_wrap: Initial wrap of uv_read_startRyan Dahl
2011-04-15Add --cov code coverage optionRyan Dahl
2011-03-29Retain buffers in fs.read/write()Jorge Chamorro Bieling
2011-03-15Update copyright headersRyan Dahl
2011-02-18HTTP Agent sockets should not reconnect on errorRyan Dahl
2011-02-10New DTrace probes from CA teamRyan Dahl
2011-01-25Land Cantrill's DTrace patchRyan Dahl
2010-12-06GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov
2010-12-06GJSLint all simple tests exclude http-*, url, pathOleg Efimov
2010-12-05GJSLint continueOleg Efimov
2010-12-05Check for global leaks in all testsRyan Dahl
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-09-10Better temporary directory handling for tests.isaacs
2010-08-17More changes to tests so they really work under context module loader.Herbert Vojčík
2010-07-16Update tests to work with module contextsRyan Dahl
2010-07-15Load modules in individual contextsRyan Dahl
2010-03-15Tests should use compiled-in modules not build-dir modulesRyan Dahl
2010-03-09Remove process.mixin dependency from all tests.isaacs
2010-03-08Remove fs/path globals from test suiteFelix Geisendörfer
2010-02-26Tests on common port.arlolra
2010-02-25Update common.js path for new test layoutRyan Dahl
2010-02-25Split tests.arlolra