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
2011-01-17Bump version to v0.3.5v0.3.5Ryan Dahl
2011-01-17Fix test-require-cache-without-stat.jsFelix Geisendörfer
2011-01-17Isolate native module system againFelix Geisendörfer
2011-01-17Add built-in module loading to test-require-cache-without-statRyan Dahl
2011-01-16Add broken test for require cache workingRyan Dahl
2011-01-16styleRyan Dahl
2011-01-14Revert "Implement os.isWindows"Ryan Dahl
2011-01-14Allow third party hooks before main module loadRyan Dahl
2011-01-14debugger: don't hang on ^d and ^cRyan Dahl
2011-01-14debugger: error out without scriptRyan Dahl
2011-01-14debugger: add uncaughtException handler to kill childRyan Dahl
2011-01-14debugger: Correctly eval arrays and numbersRyan Dahl
2011-01-14debugger: full scope evalsRyan Dahl
2011-01-14debugger: Better backtracesRyan Dahl
2011-01-14debugger: primative object inspectionRyan Dahl
2011-01-14debugger: take help message from commandsRyan Dahl
2011-01-13A few more list clean upsRyan Dahl
2011-01-13Expose link-list from timers.js; add testsRyan Dahl
2011-01-13debugger: Don't break on handle === 0Ryan Dahl
2011-01-13Fix NODE_PATH, was broken after cleanupFelix Geisendörfer
2011-01-13Always init module pathsFelix Geisendörfer
2011-01-13Cleanup node module system codeFelix Geisendörfer
2011-01-13Fix test-net-connect-bufferRyan Dahl
2011-01-12net: Timeouts should work before DNS resolutionRyan Dahl
2011-01-12Add test for connection timeoutsRyan Dahl
2011-01-12debugger: Only display basename of scriptsRyan Dahl
2011-01-12tab completion for commands in debuggerRyan Dahl
2011-01-12Upgrade c-ares to 1.7.4Ryan Dahl
2011-01-12NODE_DEBUG=timer instead of bitflagsRyan Dahl
2011-01-12Allow one extra ms in timer diffRyan Dahl
2011-01-12Add delay into test-debugger-clientRyan Dahl
2011-01-12Put a little delay into test-tls-securepair-client.jsRyan Dahl
2011-01-12Libev windows fixesBert Belder
2011-01-12Use html5 spec stylesheet for docsRyan Dahl
2011-01-12Merge branch 'vanilla-libeio'Ryan Dahl
2011-01-12Upgrade libeioRyan Dahl
2011-01-12child_process: Support setting uid/gid by nameisaacs
2011-01-11Fix spelling mistakesRyan Dahl
2011-01-11child_process: Add gid/uid flags to spawn configisaacs
2011-01-11Upgrade libev to 4.3Ryan Dahl
2011-01-11Improve path.resolve documentationBert Belder
2011-01-11Bump size of bench histogram to 100msRyan Dahl
2011-01-11getWindowSize/setWindowSizeRyan Dahl
2011-01-11typo setuid -> setsidRyan Dahl
2011-01-11Fix expired keysRyan Dahl
2011-01-11tty.open() returns stream instead of slaveFDRyan Dahl
2011-01-11Add setsid option to child_processRyan Dahl
2011-01-11Print error when EventEmitters get too many listenersRyan Dahl
2011-01-09debugger: implement 'list'Ryan Dahl
2011-01-09expose module wrapper to native modulesRyan Dahl