153 Commits (2826e6324c80a3d1221e0ef529be22b6709d05cb)

Author SHA1 Message Date
Ryan Dahl b98cd6753b process.mixin: deprecation -> removed 15 years ago
Tim Caswell 62d9852c3d Replace slow and broken for..in loops with faster for loops over the keys. 15 years ago
Herbert Vojcik 06b9c8bf1f Fix of normalizing paths of form ./../the/rest 15 years ago
Ryan Dahl 218d7e9f2d Clean up NODE_DEBUG detection 15 years ago
Herbert Vojcik 9e8afe9133 DRY loading native module 15 years ago
Carson McDonald e5cbe73a82 Better EventEmitter modify-in-emit 15 years ago
Scott Taylor 39f0ef9d4a Remove duplicate shebang filtering 15 years ago
Ryan Dahl 1332cafb7c s/Socket/Stream/g 15 years ago
Ryan Dahl 04c06b9149 child process now use net.Socket 15 years ago
Ryan Dahl fdf46a65c9 Use streams for stdout and stdin 15 years ago
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 5c712a7da5 Lazy load fs.readFile 15 years ago
Ryan Dahl 1256df76bc remove whitespace 15 years ago
Ryan Dahl 1395cba6ce Remove require.paths from process object 15 years ago
Ryan Dahl 4ccdc501d4 Include lib/ directory in node executable. Compile on demand. 15 years ago
Scott González d2ec5c23cf Fixed typo in comment for require.registerExtension(). 15 years ago
Ryan Dahl 2c7cbbc1b0 Optimize event emitter for single listener 15 years ago
Ryan Dahl c1613e6ebb Deprecate process.mixin 15 years ago
Ryan Dahl c96b7e5ca0 Missing EOL semicolons 15 years ago
Ryan Dahl dd857f9fdf .addon -> .node 15 years ago
Tim-Smart 0c17067d87 Add require.registerExtension 15 years ago
Ryan Dahl 93c0c24a4e process.mixin: Return instead of continue in forEach 15 years ago
Aaron Heckmann f8eb163728 Add removeAllListeners 15 years ago
isaacs b90d63b998 Change the include() message so that it doesn't recommend process.mixin. 15 years ago
Ryan Dahl e72b072d53 Decouple timer from EventEmitter 15 years ago
Jacek Becela 548d59d07e Fix fs.readFile handling encoding. Should close issue #72 15 years ago
Felix Geisendörfer 55ab9b4541 Bug fix for deep process.mixin array handling 15 years ago
Ryan Dahl b021a845f7 Move process.inherits to sys 15 years ago
Ryan Dahl 30b700ee22 Move watchFile into fs module 15 years ago
Ryan Dahl 810882c1ad Move 'fs' module out of src/node.js into its own file 15 years ago
Karl Guertin 9ad7539cf9 Add (unused) callback parameter to fs.readFile, fs.writeFile 15 years ago
Rasmus Andersson b57d946184 added fs.link, fs.symlink, fs.readlink 15 years ago
Benjamin Thomas 49cd1bbf84 Fix bug in process.mixin where deep copies would not work at all. 15 years ago
isaacs 9acc8a686a Expose fs.lstat 15 years ago
Zoran Tomicic d98ea70168 Configurable debug ports, and --debug-brk 15 years ago
Ryan Dahl 7a8ede6f80 Add note about Promise removal 15 years ago
Scott González 6eff8937d7 Fixed encoding in fs.writeFile(). 15 years ago
Tim Caswell 68af59ef6b Fix typo in fs.writeFile 15 years ago
Ryan Dahl 0485cc41d5 Remove promises 15 years ago
Ryan Dahl d0f2d465aa http.cat no longer uses Promise 15 years ago
Ryan Dahl ef55324f1a Do not use Promise in 'fs' module 15 years ago
Ryan Dahl 375131376f Module loading no longer depends on Promise 15 years ago
Ryan Dahl 764783560e Remove Promise.prototype.wait() 15 years ago
Ryan Dahl 860d008d54 Truly synchronous require() 15 years ago
Rasmus Andersson 3bb7ad6fea fixed process.mixin to properly copy getters/setters 15 years ago
Micheil Smith bcc032e43a Adding interface between node and libeio for Chmod. 15 years ago
Tim Caswell 6115df6338 File API tweaks 15 years ago
Ryan Dahl 5468173ce9 [debug] Give debug_watcher maximum priority 15 years ago