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
path: root/src
AgeCommit message (Expand)Author
2010-11-15Revert node_module lookup commitsRyan Dahl
2010-11-14Fix segfault on test-cryptoRyan Dahl
2010-11-12Move ev_loop out of javascriptRyan Dahl
2010-11-08Set FD_CLOEXEC flag on stdio FDs before spawning.Guillaume Tuton
2010-11-06Remove unnecessary ref/unref in iowatcher cbRyan Dahl
2010-11-03Make writes to process.env update the real environment. Tests included.Ben Noordhuis
2010-11-02Remove old buffer apiRyan Dahl
2010-10-30Make sure watcher.set() isn't being called when activeRyan Dahl
2010-10-30Fix argv[6] comment in node_fileRyan Dahl
2010-10-30Rewrite libeio After callback to use req->result instead of req->errorno for ...Micheil Smith
2010-10-30Changes to compile on solarisRyan Dahl
2010-10-28Let exit listeners know the exit codeisaacs
2010-10-28make "node --eval" eval in the global scope.Jorge Chamorro Bieling
2010-10-27Style changes.Tim-Smart
2010-10-27Move setTimeout and friends into timers moduleRyan Dahl
2010-10-27Add C++ API for constructing fast buffer from stringRyan Dahl
2010-10-26remove old todo.Paul Querna
2010-10-26Centralize error handling in SecureStreamPaul Querna
2010-10-25Update node_net.cc to make us of node_constants.ccMicheil Smith
2010-10-24Now working on v0.3.1Ryan Dahl
2010-10-24bump version to 0.3.0v0.3.0Ryan Dahl
2010-10-23Provide a C++ Buffer constructor for external storage.Stéphan Kochen
2010-10-23Generalize Buffer::Copy to work with all unsigned byte external data.Stéphan Kochen
2010-10-23Simplify things by using `*ArrayData` everywhere.Stéphan Kochen
2010-10-23Remove old interface remains from Buffer.Stéphan Kochen
2010-10-22Don't call AtExit twiceRyan Dahl
2010-10-22Fix parsing of linux memoryVitali Lovich
2010-10-22Remove unneeded function wrappersJorge Chamorro Bieling
2010-10-21Add isatty for isaacsRyan 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-21Add ~/.node_modules as well as ~/.node_librariesisaacs
2010-10-21require looks in node_modules foldersisaacs
2010-10-21Split out modulePaths and defaultPathsisaacs
2010-10-20Add require.resolve.isaacs
2010-10-19unbase64 skips over *any* illegal charsJorge Chamorro Bieling
2010-10-18base64 decode should handle whitespaceRyan Dahl
2010-10-13Add signal handlers so we clean up before exiting.Tom Hughes
2010-10-12Add .js to native script's filenameRyan Dahl
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-11Fix return in Buffer::NewRyan Dahl
2010-10-11Add char* constructor for BufferRyan Dahl
2010-10-11Add Stream base class with stream.pipeRyan Dahl
2010-10-10Fix a few compiler warnings...Ryan Dahl
2010-10-10More clang fixesRyan Dahl
2010-10-10Ugly fix for clangRyan Dahl