220 Commits (5459e5c60622e45447abc291bcea8273096f710e)

Author SHA1 Message Date
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
Ryan Dahl 1bf46d1536 Revert "Add process.startTime" 15 years ago
Felix Geisendörfer 490cac0d7e Fix Promise.wait() for fired promises 15 years ago
Yuichiro MASUI 1793ee1c80 Fixed: promise late chain 15 years ago
Ryan Dahl b82ef28d9d Rename 'posix' module to 'fs' 15 years ago
Ryan Dahl 896cef23c4 Add process.startTime 15 years ago
Felix Geisendörfer 6c94b8e4e4 Implemented posix.catSync() 15 years ago
Felix Geisendörfer b02b54e003 Fix: Module cache did not propagate 15 years ago
Ryan Dahl 76c1805c67 Add posix.truncate() 15 years ago
Felix Geisendörfer b73f61a137 Simplified module system 15 years ago
Ryan Dahl f3ad635576 Downcase process.ARGV/ENV to process.argv/env 15 years ago
Ryan Dahl 987441283b Callbacks from process.fs always start with error object 15 years ago
Ryan Dahl fc025f878a Remove __wrap__s 15 years ago
Ryan Dahl 9f5643f427 Reorganize the start-up process 15 years ago
Felix Geisendörfer c86c614cac Bug Fix: Late promise promise callbacks firing 15 years ago
Felix Geisendörfer a76c7a89ce Implemented __dirname 15 years ago
Jonas Pfenniger 971f43d63b FIX: Promise timeout should not addErrback 15 years ago
Jonas Pfenniger 87d92f619a FIX: EventEmitter call in Promise 15 years ago