| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: removed unnecessary fs.realpath `options` arg check + tests | Alex Pry | 2019-05-30 | 1 | -4/+2 |
* | Revert "lib: print to stdout/stderr directly instead of using console" | Richard Lau | 2019-05-26 | 1 | -2/+18 |
* | fs: extract path conversion and validation to getValidatedPath | ZYSzys | 2019-05-14 | 1 | -96/+49 |
* | lib: remove Reflect.apply where appropriate | Anatoli Papirovski | 2019-04-30 | 1 | -4/+2 |
* | lib: print to stdout/stderr directly instead of using console | Joyee Cheung | 2019-04-28 | 1 | -18/+2 |
* | lib: enforce the use of Object from primordials | Michaël Zasso | 2019-04-12 | 1 | -1/+1 |
* | fs: warn on non-portable mkdtemp() templates | cjihrig | 2019-04-08 | 1 | -1/+4 |
* | fs: improve readFile performance | Ruben Bridgewater | 2019-04-07 | 1 | -7/+5 |
* | errors: add more information in case of invalid callbacks | Ruben Bridgewater | 2019-04-04 | 1 | -4/+4 |
* | lib: force using primordials for JSON, Math and Reflect | Michaël Zasso | 2019-04-03 | 1 | -0/+2 |
* | fs: remove experimental warning for fs.promises | Anna Henningsen | 2019-04-02 | 1 | -5/+2 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -6/+6 |
* | lib: consolidate arrayBufferView validation | Ruben Bridgewater | 2019-03-27 | 1 | -1/+1 |
* | lib: rename validateMode to parseMode | Ruben Bridgewater | 2019-03-27 | 1 | -9/+9 |
* | lib: validate Error.captureStackTrace() calls | Ruben Bridgewater | 2019-03-23 | 1 | -0/+2 |
* | lib: refactor Error.captureStackTrace() usage | Ruben Bridgewater | 2019-03-23 | 1 | -9/+12 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -10/+10 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -5/+5 |
* | fs: remove redundant callback check | ZYSzys | 2019-02-09 | 1 | -1/+1 |
* | fs: remove useless internalFS | ZYSzys | 2019-02-09 | 1 | -2/+1 |
* | lib: remove internal `util._extends()` usage | Ruben Bridgewater | 2018-12-20 | 1 | -10/+8 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -6/+6 |
* | fs: make writeFile consistent with readFile wrt fd | Sakthipriyan Vairamani (thefourtheye) | 2018-12-15 | 1 | -2/+2 |
* | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -4/+4 |
* | fs: simplify fs.promises warning logic | cjihrig | 2018-12-04 | 1 | -4/+2 |
* | win, fs: detect if symlink target is a directory | Bartosz Sosnowski | 2018-11-29 | 1 | -1/+32 |
* | lib: convert to arrow function in fs.js | exoego | 2018-11-28 | 1 | -15/+15 |
* | fs: make process.binding('fs') internal | Masashi Hirano | 2018-11-16 | 1 | -1/+1 |
* | src: prefer param function check over args length | Shelley Vohr | 2018-11-07 | 1 | -4/+4 |
* | fs: remove unused catch bindings | cjihrig | 2018-11-06 | 1 | -2/+2 |
* | fs: handle result of access binding directly in fs.existsSync | Joyee Cheung | 2018-11-03 | 1 | -2/+5 |
* | fs: default open/openSync flags argument to 'r' | Ben Noordhuis | 2018-10-26 | 1 | -7/+12 |
* | src,lib: move `natives` and `constants` to `internalBinding()` | Anna Henningsen | 2018-10-21 | 1 | -1/+1 |
* | url: provide pathToFileURL and fileURLToPath | guybedford | 2018-09-04 | 1 | -50/+50 |
* | fs: update read to work with any TypedArray/DataView | Sarat Addepalli | 2018-08-24 | 1 | -12/+12 |
* | fs: readdir optionally returning type information | Bryan English | 2018-08-13 | 1 | -4/+19 |
* | fs: implement mkdir recursive (mkdirp) | Benjamin Coe | 2018-08-11 | 1 | -13/+32 |
* | fs: require callback in read | Ruben Bridgewater | 2018-08-09 | 1 | -2/+3 |
* | src,lib: rename FSReqWrap to FSReqCallback | Jon Moss | 2018-08-01 | 1 | -33/+33 |
* | lib,src: replace all C++ promises with JS promises | Ruben Bridgewater | 2018-07-16 | 1 | -4/+1 |
* | fs: throw ERR_INVALID_ARG_VALUE when buffer being written is empty | AdityaSrivast | 2018-07-15 | 1 | -0/+11 |
* | fs: undeprecate lchown() | cjihrig | 2018-06-27 | 1 | -24/+17 |
* | fs: support BigInt in fs.*stat and fs.watchFile | Joyee Cheung | 2018-06-07 | 1 | -22/+34 |
* | lib: unmask mode_t values with 0o777 | Joyee Cheung | 2018-06-01 | 1 | -9/+9 |
* | fs: fix reads with pos > 4GB | Mathias Buus | 2018-05-29 | 1 | -2/+2 |
* | fs: don't limit ftruncate() length to 32 bits | cjihrig | 2018-05-25 | 1 | -6/+2 |
* | fs: add length validation to fs.truncate() | cjihrig | 2018-05-25 | 1 | -0/+2 |
* | fs: refactor fs module | James M Snell | 2018-05-20 | 1 | -952/+430 |
* | fs: improve fchmod{Sync} validation | cjihrig | 2018-05-19 | 1 | -2/+2 |
* | fs: lazy load createPromise/promiseResolve | James M Snell | 2018-05-17 | 1 | -1/+1 |