144 Commits (7a755e04a94c1a58bf88c3643c1dd4a027865dbf)

Author SHA1 Message Date
Ryan Dahl f88d39de74 getmem() for solaris 15 years ago
Ryan Dahl aeb7d6d168 Add process.IdleWatcher 15 years ago
Ryan Dahl 8e6dd52683 Hack to display more useful SyntaxError exceptions. 15 years ago
Ryan Dahl 53413598b6 Fix another problem with the EIO interface 15 years ago
Vanilla Hsu d22952bfe0 getmem for freebsd 15 years ago
Ryan Dahl b1e126f415 libeio bugfix part 4 15 years ago
Ryan Dahl f80cc69c23 libeio bugfix part 3 15 years ago
Ryan Dahl 3f39772834 libeio bugfix part 2 15 years ago
Ryan Dahl 53a841d96a Simplify exception reporting 15 years ago
Ryan Dahl 0d7e88a429 Bugfix: libeio race condition 15 years ago
Ryan Dahl 45a806a066 Statically define symbols 15 years ago
Ryan Dahl 4d818f1fd3 Implement promises entirely in JS 15 years ago
Ryan Dahl 48452838b3 Clean up context creation 15 years ago
Ryan Dahl 38e425d9bf Add V8 heap info to process.memoryUsage() 15 years ago
choonkeat 44d5f212fe Stat::Callback has 2 arguments for callback: current stat info and previous stat info 15 years ago
Ryan Dahl dc093ef833 Add process.loop() process.unloop()!!! 15 years ago
Friedemann Altrock 0433d828cf add process.umask() 15 years ago
Ryan Dahl 8d2f9e83a4 Add process.watchFile() process.unwatchFile() 15 years ago
Felix Geisendörfer 2b252acea4 Implement process "uncaughtException" event 15 years ago
Ryan Dahl 06d493e7e3 Remove debug message 15 years ago
Felix Geisendörfer 7371fcb312 Temporary function to determine str byte length 15 years ago
Ryan Dahl d737a060c8 Combine all compiled javascript files into src/node.js 15 years ago
Brandon Beacher 47fcf785ac Added process.chdir() 15 years ago
Ryan Dahl b3b3cfe007 Move memoryUsage() into C on Linux 15 years ago
Ryan Dahl 3a70129a9c Add sys.memoryUsage() 15 years ago
Ryan Dahl f481183140 Add process.platform 15 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 15 years ago
Ryan Dahl a5df0f6a65 Prefix all source files with node_ 15 years ago
Ryan Dahl 3456a16f71 Accept string representations of signals in node.kill and child.kill 15 years ago
Brandon Beacher 334d56d2be Added external interface for signal handlers. 15 years ago
Ryan Dahl 0ae02c9f04 Internalize node_version.h. 15 years ago
Ryan Dahl 388145546d Add comments to node.cc 15 years ago
Ryan Dahl e742d077e0 Enable debugging. 15 years ago
Ryan Dahl 53ebe75930 Improve build for V8 15 years ago
Ryan Dahl b404996cf3 Fix --v8-options command line argument. 15 years ago
Brandon Beacher f068251494 Added signal handler. 15 years ago
Ryan Dahl 39c61367a7 Only arguments before -- should be passed to V8. 15 years ago
Ryan Dahl 2b994d9e37 Also accept 'utf-8' to specify utf8 encodings. 15 years ago
Ryan Dahl 23c7f472d0 API: Move node.exit() to process.exit(). 15 years ago
Ryan Dahl f6657c3c9d Move http library to /http.js 15 years ago
Ryan Dahl 45ea62a0f6 Changes to compile on Andrew Miller's very old machine 15 years ago
Ryan Dahl 663deb3828 delete[] instead of delete for arrays. 15 years ago
Ryan Dahl 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". 15 years ago
Ryan Dahl 605b7e9763 Add node.installPrefix 15 years ago
Ryan Dahl ef300d19cb Bugfix: ReportException shouldn't forget the top frame. 15 years ago
Ryan 227638bac1 Lint 15 years ago
Ryan 1910c113cc Add '--' to seperate v8 args from program args 15 years ago
Ryan d6c9d31cb5 cpplint.py node.cc and node.h 15 years ago
Ryan 3e4fc9f966 Add 'extern char **environ' so that the new ENV code compiles. 15 years ago
Ryan dc39e82024 Add access to user environment via ENV 15 years ago