226 Commits (57edff1f31903dbd9008fe8fe32304ede21eda00)

Author SHA1 Message Date
Ryan Dahl 5468173ce9 [debug] Give debug_watcher maximum priority 15 years ago
Ryan Dahl 4322523fcf [debug] Use ProcessDebugMessage() instead of executing empty script 15 years ago
Jérémy Lal 5a08a5653c Calculate page size with getpagesize for armel 15 years ago
Ryan Dahl 95fd370096 Remove unused variable 15 years ago
Ryan Dahl 7d428a7741 s/tinyclouds.org/nodejs.org/ 15 years ago
Ryan Dahl b20c343a7a Fix whitespace and warnings in node.cc 15 years ago
Michael Carter a38607605c Add process.setuid(), getuid() 15 years ago
Ryan Dahl 6f92d8f3b0 Add handlescope and flush to process.reallyExit() 15 years ago
Ryan Dahl ae1fc497bb Fix stdout flush issue 15 years ago
Ryan Dahl f3ad635576 Downcase process.ARGV/ENV to process.argv/env 15 years ago
Ryan Dahl 9f5643f427 Reorganize the start-up process 15 years ago
Ryan Dahl bf803f478b Reimplment Buffers 15 years ago
Ryan Dahl 42ee16978e Implement new http-parser binding using Buffer 15 years ago
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 c819abccb6 Start on net2 15 years ago
Ryan Dahl f219938b69 add io watcher 15 years ago
Ryan Dahl 630bb7a012 Rename blob to buffer. 15 years ago
Ryan Dahl 0afed52329 initial blobs 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