15 Commits (1562fb9ea7b993382a4aef0433a10b1029419f17)

Author SHA1 Message Date
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Vinícius do Carmo a024104eec test: improve test-fs-open-flags 8 years ago
abouthiroppy 622b43997f test: add tests for rs+, sr+ to test-fs-open-flags.js 8 years ago
Gibson Fahnestock 3d2aef3979 test: s/assert.equal/assert.strictEqual/ 8 years ago
Gibson Fahnestock 7a0e462f9f test: use eslint to fix var->const/let 8 years ago
cjihrig ff1efa6087 test: use const for all require() calls 8 years ago
Ben Noordhuis a8d2c9d775 fs: move stringToFlags() to lib/internal 9 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
James M Snell a5aa7c1713 test: expand test case for unknown file open flags 9 years ago
Michaël Zasso d1aabd6264 test: fix style issues after eslint update 9 years ago
Rich Trott c14726cefc test: remove unused vars from parallel tests 9 years ago
Rich Trott 082cc8d6d8 test: remove unnecessary assignments 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Ben Noordhuis 279e7e7341 fs: add O_EXCL support, exclusive open file 13 years ago
Ben Noordhuis 88b919ea56 fs, test: add file open mode tests 13 years ago
Ben Noordhuis 018e110cd1 test: replace .addListener() calls with .on() 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ben Noordhuis 2d9ab49239 file: fix errno propagation in sync fs calls 14 years ago
Ben Noordhuis 1e6b72e8cb Test case for issue #1228: errno masked in fs.openSync(). 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Felix Geisendörfer 29b0dc4ec8 Fix: fs.open callback did not fire 14 years ago