summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Let exit listeners know the exit codeisaacs2010-10-271-2/+2
* make "node --eval" eval in the global scope.Jorge Chamorro Bieling2010-10-271-1/+2
* Style changes.Tim-Smart2010-10-261-8/+8
* Move setTimeout and friends into timers moduleRyan Dahl2010-10-261-32/+13
* Add C++ API for constructing fast buffer from stringRyan Dahl2010-10-262-0/+19
* remove old todo.Paul Querna2010-10-251-1/+0
* Centralize error handling in SecureStreamPaul Querna2010-10-252-23/+70
* Update node_net.cc to make us of node_constants.ccMicheil Smith2010-10-251-9/+0
* Now working on v0.3.1Ryan Dahl2010-10-231-2/+2
* bump version to 0.3.0v0.3.0Ryan Dahl2010-10-231-1/+1
* Provide a C++ Buffer constructor for external storage.Stéphan Kochen2010-10-222-24/+77
* Generalize Buffer::Copy to work with all unsigned byte external data.Stéphan Kochen2010-10-221-4/+6
* Simplify things by using `*ArrayData` everywhere.Stéphan Kochen2010-10-221-33/+8
* Remove old interface remains from Buffer.Stéphan Kochen2010-10-222-22/+2
* Don't call AtExit twiceRyan Dahl2010-10-221-1/+0
* Fix parsing of linux memoryVitali Lovich2010-10-221-1/+16
* Remove unneeded function wrappersJorge Chamorro Bieling2010-10-211-3/+1
* Add isatty for isaacsRyan Dahl2010-10-211-0/+13
* Force exit on SIGINT but still reset flags on stdio fdsRyan Dahl2010-10-211-1/+2
* Add --max-stack-size flag.Tom Hughes2010-10-201-13/+34
* Add ~/.node_modules as well as ~/.node_librariesisaacs2010-10-201-0/+1
* require looks in node_modules foldersisaacs2010-10-201-2/+16
* Split out modulePaths and defaultPathsisaacs2010-10-201-7/+12
* Add require.resolve.isaacs2010-10-201-18/+30
* unbase64 skips over *any* illegal charsJorge Chamorro Bieling2010-10-181-1/+9
* base64 decode should handle whitespaceRyan Dahl2010-10-181-18/+42
* Add signal handlers so we clean up before exiting.Tom Hughes2010-10-121-4/+18
* Add .js to native script's filenameRyan Dahl2010-10-121-1/+1
* Dynamically load native scriptsRyan Dahl2010-10-123-25/+43
* Removed deprecated alias to lib/fs.jsMicheil Smith2010-10-111-2/+0
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-112-5/+5
* environ symbol fix for Mac OS XRasmus Andersson2010-10-112-0/+10
* Remove old tcp moduleRyan Dahl2010-10-101-1/+0
* Fix return in Buffer::NewRyan Dahl2010-10-101-0/+2
* Add char* constructor for BufferRyan Dahl2010-10-102-0/+13
* Add Stream base class with stream.pipeRyan Dahl2010-10-101-0/+1
* Fix a few compiler warnings...Ryan Dahl2010-10-095-35/+100
* More clang fixesRyan Dahl2010-10-091-2/+2
* Ugly fix for clangRyan Dahl2010-10-091-1/+4
* Add flag to disable colors in REPLRyan Dahl2010-10-091-0/+1
* Warnings for new C++ buffer APIRyan Dahl2010-10-092-30/+34
* add require.cacheRyan Dahl2010-10-071-0/+1
* syntax fixes to pass jslintJoshaven Potter2010-10-061-5/+5
* Added -e, --evalTJ Holowaychuk2010-10-062-2/+20
* ClearWeak on ObjectWraps. I /think/ this is the correct semanticsRyan Dahl2010-10-041-1/+3
* Report "weird" errors a little better.isaacs2010-10-022-2/+10
* Drop reference to timer callback on clearTimeoutRyan Dahl2010-10-011-0/+1
* Remove unused functionRyan Dahl2010-09-301-5/+0
* Simplify: per-module cache thingRyan Dahl2010-09-301-8/+3
* Safe constructor for ObjectWrapped classesBen Noordhuis2010-09-2910-9/+56