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-05Merge branch 'master' of git://github.com/ry/nodeBert Belder
2011-01-03Merge branch 'debugger'Ryan Dahl
2011-01-03Merge remote branch 'origin/master'Bert Belder
2011-01-02Add openssl version to process.versionsRyan Dahl
2010-12-30start debug agent on SIGUSR1Ryan Dahl
2010-12-30Rather have the debugger be parent processRyan Dahl
2010-12-30Start on frame zero - don't do extra breakRyan Dahl
2010-12-30Fork out to debugger on debugger statementsRyan Dahl
2010-12-30start debug agent on SIGUSR1Ryan Dahl
2010-12-22Add more functionality to the os moduleBrian White
2010-12-22process.kill coerces args to integersRyan Dahl
2010-12-21Support for non-overlapped socketsBert Belder
2010-12-21Fix whitespace errors introduced by porting effortsBert Belder
2010-12-21Disable node.cc functions that are not supported on windowsBert Belder
2010-12-21There's no SIGCHLD on windowsBert Belder
2010-12-21Properly intialize winsockBert Belder
2010-12-21Fix headers for node.ccBert Belder
2010-12-17Revert "Simplify next tick logic by looping around ev_loop"Ryan Dahl
2010-12-03print warning on process.ENVRyan Dahl
2010-11-30Fix commentRyan Dahl
2010-11-30Don't call exit() from the signal handlerRyan Dahl
2010-11-24Saner, yet still ugly, fix to displaying syntax errorsRyan Dahl
2010-11-23Add cmake build support.Tom Hughes
2010-11-22Print deprecation warning on process.compileRyan Dahl
2010-11-21Revert "Merge branch 'writev'"Ryan Dahl
2010-11-19Dump after ev_loopRyan Dahl
2010-11-18Simplify next tick logic by looping around ev_loopRyan Dahl
2010-11-16Fix OS::GetExecutablePath for platform_noneRyan Dahl
2010-11-12Move ev_loop out of javascriptRyan Dahl
2010-11-03Make writes to process.env update the real environment. Tests included.Ben Noordhuis
2010-10-22Don't call AtExit twiceRyan Dahl
2010-10-21Force exit on SIGINT but still reset flags on stdio fdsRyan Dahl
2010-10-21Add --max-stack-size flag.Tom Hughes
2010-10-13Add signal handlers so we clean up before exiting.Tom Hughes
2010-10-12Dynamically load native scriptsRyan Dahl
2010-10-12Removed deprecated alias to lib/fs.jsMicheil Smith
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-11environ symbol fix for Mac OS XRasmus Andersson
2010-10-11Remove old tcp moduleRyan Dahl
2010-10-11Add Stream base class with stream.pipeRyan Dahl
2010-10-10Ugly fix for clangRyan Dahl
2010-10-09Add flag to disable colors in REPLRyan Dahl
2010-10-07Added -e, --evalTJ Holowaychuk
2010-10-02Report "weird" errors a little better.isaacs
2010-09-30Safe constructor for ObjectWrapped classesBen Noordhuis
2010-09-20Add node::Start()Ryan Dahl
2010-09-17Remove process._byteLengthRyan Dahl
2010-09-17Move IOWatcher and Timer to process.bindingRyan Dahl
2010-09-17Finally remove process.unloopRyan Dahl
2010-09-17Remove process.globalRyan Dahl