483 Commits (9395786d11b759bdefaa3ce0e6eb99582a5706fd)

Author SHA1 Message Date
Ryan Dahl 3d551e5538 Close fd on readFile(emptyfile) 14 years ago
Ryan Dahl 1c5d5e0b72 uppercase request methods 14 years ago
Bert Belder 7d4e8a9a71 If no options are given to child_process.spawn, env should default to process.env 14 years ago
Ryan Dahl 7068912fbb Export Interface from readline.js 14 years ago
Bert Belder aaa1f451e6 Expose cwd option to child_process.exec() 14 years ago
Bert Belder 94914135df New api for child_process.spawn; ability to set cwd for spawn()ed process 14 years ago
Ryan Dahl d408de87fc Remove module.js - put code into src/node.js 14 years ago
cloudhead fe3e419687 querystring.parse: handle undefined value properly 14 years ago
Nick Stenning 0a3eff8021 Standardise module load order for native and registered file extensions. 14 years ago
Nick Stenning 78520ba482 Don't attempt to load a directory. 14 years ago
Ryan Dahl adec544fdd Revert "Expose the V8 debug object process.debug" 14 years ago
Ben Noordhuis 4b19bd2896 Client.onend: Anticipate that the HTTP parser object is uninitialized when the client setup failed. 14 years ago
Ryan Dahl d9fbb8a580 Expose the V8 debug object process.debug 14 years ago
Mikeal Rogers 3214116be6 Implement keep-alive for http.Client 14 years ago
isaacs 65037eeb32 Don't let path.normalize get above the root. 14 years ago
Danny Coates dc8c079d90 remove node::CheckBreak in favor of using the v8 debugger js object 14 years ago
Ryan Dahl b5b83b210b Fix --debug-brk; hacky solution 14 years ago
Matt Ranney f7c5334195 Check for socket on Unix domain connect. 14 years ago
Chandra Sekar S 66deea10c7 Support for HOME and END in REPL. 14 years ago
Dmitry Baranovskiy 8ab3c3e7c3 Added ability to pass offset to buffer write and toString methods as a string, i.e. '2' and encoding as anything 14 years ago
Ryan Dahl 2c1ca4078d Implement buffer.write for base64 14 years ago
Ryan Dahl 528015e0d8 Implement buffer.toString('base64') 14 years ago
isaacs f0f247d7e5 Fix dirname so that dirname('/a/b/') -> '/a', like sh's does. 14 years ago
Chandra Sekar S f5f7cb9264 Support for reading byte ranges from files using fs.createReadStream. 14 years ago
Peter Griess 56f200af5d Fix Buffer.toString() on 0-length slices. 14 years ago
isaacs d75b63bc3c Support including modules that don't have an extension. 14 years ago
Ryan Dahl 7067a7155f Specify env differently in execFile 14 years ago
isaacs 49e0f14a2f Cache modules based on filename rather than ID 14 years ago
Micheil Smith 299671b731 querystring: Removing typecasting of numeric strings to numbers 14 years ago
Jan Kassens bb2acd5e75 querystring.stringify is now more solid 14 years ago
Ryan Dahl 65f2e72d77 Fix style in readline 14 years ago
Jérémy Lal 0fd1656d63 Support DEL in the REPL. 14 years ago
Ryan Dahl 458bbb4687 fs.writeSync should return bytes written 14 years ago
Сергей Крыжановский 078a48a97b added env to child_process.exec 15 years ago
Ryan Dahl 02729d4af7 instanceof Buffer to Buffer.isBuffer() 14 years ago
Ryan Dahl 6961bc568f More instanceof Array fixes 14 years ago
Ryan Dahl 9472812569 Fix reference to root global context 14 years ago
Ryan Dahl 6a57a42109 Use Array.isArray instead of instanceof 14 years ago
Ryan Dahl 3a00470dbb Add 'root' global variable as reference to sandbox 14 years ago
Ryan Dahl 5f30377bbc Load modules in individual contexts 14 years ago
Matt Ranney 4e50197e53 Datagram socket refactor. Add tests and documentation. 15 years ago
isaacs 781d51285d Use execPath for default NODE_PATH, not installPrefix 15 years ago
Mikeal Rogers 16cb45103f Adds "pause" and "resume" events to pump and it's readable argument. 14 years ago
David Siegel 2085909aeb fix corner-case bug in Module 15 years ago
rick c9e505791a use delete for removing events after removing the final listener 15 years ago
Ryan Dahl d700a6f74a Return child from execFile 14 years ago
Dmitriy Shalashov 70a8fb3763 Fix headers with empty value. 15 years ago
Ryan Dahl 515dc2161b Experimental: 'on' as alias to 'addListener' 15 years ago
Peter Griess 94cd83ef34 Doc fixes for FD related features, upgrade. 15 years ago
Ryan Dahl 8a52fb7aeb Revert "Fix 'uncaughtException' for top level exceptions" 15 years ago