1099 Commits (6034701f57354d7e44d7378d9d6f9860e49619fc)
 

Author SHA1 Message Date
Benjamin Thomas 6034701f57 Stop sys.inspect from adding extra new lines for deep objects that are elements in an array. 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
Ryan Dahl faa0c6d449 Add note about testing patches with debug build 15 years ago
kriskowal 2b91f8d265 Fixed spurious suffixes on fs.readlink. 15 years ago
arlolra 724ccf10df Tests on common port. 15 years ago
Zoran Tomicic b2995829e1 Edit PrintHelp() text 15 years ago
Ryan Dahl c219571eac Use more beautiful object syntax in docs 15 years ago
arlolra 3497da370b Decoupled readdir test. 15 years ago
Benjamin Thomas de1521413e Make the output of sys.inspect a lot more compact. 15 years ago
Benjamin Thomas a2714be8b5 Add optional third argument sys.inpect to indicate how many times you want it to recurse 15 years ago
Benjamin Thomas b1b84960ce Rename writeHeader to writeHead 15 years ago
Ryan Dahl b08f2af344 Update common.js path for new test layout 15 years ago
arlolra 04fac19822 Split tests. 15 years ago
Karl Guertin 9ad7539cf9 Add (unused) callback parameter to fs.readFile, fs.writeFile 15 years ago
Jonas Pfenniger 8f59cccb75 Removed deprecation errors in src/node.cc 15 years ago
Ryan Dahl e0ecf4f8f5 Remove -Werror on V8 15 years ago
Ryan Dahl b80bdda14e Upgrade V8 to 2.1.2 15 years ago
James Duncan df1c1e593f Add setgid,getgid 15 years ago
Ryan Dahl 4fd0225e41 Give signal handlers maximum priority 15 years ago
Ryan Dahl c5b149ab1e Add hack to get error event on socket timeout 15 years ago
Rasmus Andersson b57d946184 added fs.link, fs.symlink, fs.readlink 15 years ago
Ryan Dahl f0f2d2ee70 Fix readdirSync in docs 15 years ago
Ryan Dahl dc041628ce Add not about nextTick and setTimeout(fn, 0) 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
Ryan Dahl b8dee2eb20 camel case variables in url module 15 years ago
Ryan Dahl bb0d1e65e1 bump version 15 years ago
Ryan Dahl 6ee0bf704a Fix dns bug - first cb arg wasn't null 15 years ago
Ryan Dahl e8363abb6a delete changelog.html on 'make docclean' 15 years ago
Ryan Dahl 05ae932a0e Implement fs.readdirSync() 15 years ago
Benjamin Thomas 49cd1bbf84 Fix bug in process.mixin where deep copies would not work at all. 15 years ago
Ryan Dahl 4c8889bba2 Revert "Add fs.readdirSync()" 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 12d78cd1df Rename sendHeader to writeHeader; allow reasonPhrase 15 years ago
Micheil Smith 05d6da6c4a Add fs.readdirSync() 15 years ago
Ryan Dahl c094dda53c Move errors for readPause and readResume 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
Jeremy Ashkenas 2916a2acd4 Remove '--' from command line parsing 15 years ago
Ryan Dahl a0c48eecab Rename readPause and readResume to pause/resume 15 years ago
Ryan Dahl 1db824a9c1 Add changelog to website 15 years ago
Tim Caswell 68af59ef6b Fix typo in fs.writeFile 15 years ago
Ryan Dahl ea4956f046 Simplify call to V8::IdleNotification 15 years ago
Ryan Dahl 0485cc41d5 Remove promises 15 years ago
Ryan Dahl 7a51184420 Multipart test no longer depend on Promise 15 years ago
Ryan Dahl 5fbc750db7 multipart no longer depends on Promise 15 years ago
Ryan Dahl daacb81d3a Experimental idle garbage compact 15 years ago