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-08-06test-message: fix message outputisaacs
2012-08-02test: stdin error messagesisaacs
2012-07-30Report errors properly from --eval and stdinisaacs
2012-06-14Update message test for new v8 behaviorisaacs
2012-06-13tests: make all message tests pass on WindowsBert Belder
2012-06-02test: v8 stack trace messages changed slightlyisaacs
2012-05-21Check for tabs in source line in DisplayExceptionLineOleg Efimov
2012-05-17Revert "test: stack overflow output"isaacs
2012-05-16test: stack overflow outputisaacs
2012-05-10Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-09Fix exception output for module load exceptionsFelix Geisendörfer
2012-05-09Fix process.nextTick throw call sitesFelix Geisendörfer
2012-04-18test: Minor change to message/undefined_reference_in_new_contextisaacs
2012-02-19Lint all the JavaScripts.isaacs
2012-01-17Tests: fix jslint issuesAndreas Madsen
2011-11-03Remove separation of libuv testsRyan Dahl
2011-11-01test: fix test/message/undefined_reference_in_new_context.jskoichik
2011-10-06Fixed a lot of jslint errors.Colton Baker
2011-08-24Mark tests which are broken in libuvRyan Dahl
2011-07-16Fix message testskoichik
2011-05-08Merge branch 'v0.4'isaacs
2011-04-25Close #974 Properly report traceless errors.isaacs
2011-04-01Fix test/message/undefined_reference_in_new_contextRyan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-01-25Fix undefined_reference_in_new_contextRyan Dahl
2011-01-25Adding support for require-like initialization of node,Daniel Ennis
2011-01-25Restructure src/node.js startup codeFelix Geisendörfer
2011-01-24windows compat: undefined_reference_in_new_context testRyan Dahl
2011-01-24Move commonjs module system into lib/module.jsFelix Geisendörfer
2010-12-06GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov
2010-12-05Fix global leaksRyan Dahl
2010-12-03GJSLint part of testsOleg Efimov
2010-12-03Fix indention in 'make test-message'Ryan Dahl
2010-11-12Move ev_loop out of javascriptRyan Dahl
2010-10-22Remove unneeded function wrappersJorge Chamorro Bieling
2010-10-19Fix test harness for LinuxRyan Dahl
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-02Report "weird" errors a little better.isaacs
2010-09-20Fix test/message/undefined_reference_in_new_contextRyan Dahl
2010-09-20Remove require.asyncisaacs
2010-09-09Fix: uncaughtException was broken for main moduleFelix Geisendörfer
2010-08-19Fix undefined_reference_in_new_context test for own-context module loader.Herbert Vojčík
2010-08-06Remove module.js - put code into src/node.jsRyan Dahl
2010-07-16Update tests to work with module contextsRyan Dahl
2010-07-03Fix undefined_reference_in_new_context testRyan Dahl
2010-06-24:%s/sys.puts/console.log/gRyan Dahl
2010-06-20Comment out lines with full paths in message test.Ryan Dahl
2010-06-20script.runIn*Context not throwing errors properly.Ryan Dahl
2010-06-20Fix message testsRyan Dahl
2010-06-19Add message testsRyan Dahl