259 Commits (cbbf9e43d1770047e98fe65d5f710815f432a5b4)

Author SHA1 Message Date
Ryan Dahl c90546f138 Move native js files into binding object 15 years ago
Ryan Dahl 8492c52e15 Use uniform watcher names 15 years ago
Ryan Dahl 627fb5adbb Load c++ modules on demand 15 years ago
Ryan Dahl 3994340a45 Fix gcc warnings in node.cc 15 years ago
Ryan Dahl 4ccdc501d4 Include lib/ directory in node executable. Compile on demand. 15 years ago
Tim-Smart ae10a48383 Initial implementation of process.evalcx 15 years ago
Ryan Dahl 6ec2f877c2 Depreciation -> Deprecation 15 years ago
Vanilla Hsu b13081691e use getpagesize() to get PAGE_SIZE on FreeBSD. 15 years ago
Ryan Dahl 4635ed7fde Add process.now 15 years ago
Ryan Dahl dd21a4f4b9 Remove the 'Error: (no message)' exceptions print stack trace instead 15 years ago
Ryan Dahl 6310e717e4 Remove the 'Error: (no message)' exceptions print stack trace instead 15 years ago
Ryan Dahl 40e42e8107 Replace --cflags with --vars 15 years ago
Ryan Dahl 209b219b10 Add environmental varibles to help text 15 years ago
Rasmus Andersson 374300ca8d Updated patch of node.cc for supporting reading of umask 15 years ago
Ryan Dahl a258992855 Depreciation process.unloop() 15 years ago
Ryan Dahl 6d60d2db00 Revert "Use kqueue on macintosh" 15 years ago
Ryan Dahl e6dbf8d632 Revert "Remove process.unloop()" 15 years ago
Ryan Dahl 1e710cafa7 Remove process.unloop() 15 years ago
Ryan Dahl 409020a67d Use kqueue on macintosh 15 years ago
isaacs 0dba38eef0 Fix a bug that was suppressing the error in setgid, allowing it to fail silently. 15 years ago
Ryan Dahl fdbc9a82e4 Use EVBACKEND_SELECT on Solaris 15 years ago
Zoran Tomicic b2995829e1 Edit PrintHelp() text 15 years ago
Jonas Pfenniger 8f59cccb75 Removed deprecation errors in src/node.cc 15 years ago
James Duncan df1c1e593f Add setgid,getgid 15 years ago
Jérémy Lal ffb4b47367 Fix for when EV_MULTIPLICITY=1 15 years ago
Ryan Dahl 46ebaa00ce Encoding 0 length data, returns '' instead of null 15 years ago
Zoran Tomicic d98ea70168 Configurable debug ports, and --debug-brk 15 years ago
Jeremy Ashkenas 2916a2acd4 Remove '--' from command line parsing 15 years ago
Ryan Dahl ea4956f046 Simplify call to V8::IdleNotification 15 years ago
Ryan Dahl daacb81d3a Experimental idle garbage compact 15 years ago
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