summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-11-16solaris -> sunosRyan Dahl
2010-11-16Fix OS::GetExecutablePath for platform_noneRyan Dahl
2010-11-15Add .node_moudles to lookup path againRyan Dahl
2010-11-15Revert node_module lookup commitsRyan Dahl
2010-11-13Fix segfault on test-cryptoRyan Dahl
2010-11-11Move ev_loop out of javascriptRyan Dahl
2010-11-07Set FD_CLOEXEC flag on stdio FDs before spawning.Guillaume Tuton
2010-11-05Remove unnecessary ref/unref in iowatcher cbRyan Dahl
2010-11-03Make writes to process.env update the real environment. Tests included.Ben Noordhuis
2010-11-01Remove 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-27Let exit listeners know the exit codeisaacs
2010-10-27make "node --eval" eval in the global scope.Jorge Chamorro Bieling
2010-10-26Style changes.Tim-Smart
2010-10-26Move setTimeout and friends into timers moduleRyan Dahl
2010-10-26Add C++ API for constructing fast buffer from stringRyan Dahl
2010-10-25remove old todo.Paul Querna
2010-10-25Centralize error handling in SecureStreamPaul Querna
2010-10-25Update node_net.cc to make us of node_constants.ccMicheil Smith
2010-10-23Now working on v0.3.1Ryan Dahl
2010-10-23bump version to 0.3.0Ryan Dahl
2010-10-22Provide a C++ Buffer constructor for external storage.Stéphan Kochen
2010-10-22Generalize Buffer::Copy to work with all unsigned byte external data.Stéphan Kochen
2010-10-22Simplify things by using `*ArrayData` everywhere.Stéphan Kochen
2010-10-22Remove 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-21Remove 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-20Add --max-stack-size flag.Tom Hughes
2010-10-20Add ~/.node_modules as well as ~/.node_librariesisaacs
2010-10-20require looks in node_modules foldersisaacs
2010-10-20Split out modulePaths and defaultPathsisaacs
2010-10-20Add require.resolve.isaacs
2010-10-18unbase64 skips over *any* illegal charsJorge Chamorro Bieling
2010-10-18base64 decode should handle whitespaceRyan Dahl
2010-10-12Add 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-11Removed deprecated alias to lib/fs.jsMicheil Smith
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-11environ symbol fix for Mac OS XRasmus Andersson
2010-10-10Remove old tcp moduleRyan Dahl
2010-10-10Fix return in Buffer::NewRyan Dahl
2010-10-10Add char* constructor for BufferRyan Dahl
2010-10-10Add Stream base class with stream.pipeRyan Dahl