| Commit message (Expand) | Author | Age | Files | Lines |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-14 | 1 | -10/+10 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-04 | 1 | -5/+5 |
* | fs: remove redundant callback check | ZYSzys | 2019-02-10 | 1 | -1/+1 |
* | fs: remove useless internalFS | ZYSzys | 2019-02-10 | 1 | -2/+1 |
* | fs: make process.binding('fs') internal | Masashi Hirano | 2019-01-14 | 1 | -1/+1 |
* | lib: remove internal `util._extends()` usage | Ruben Bridgewater | 2019-01-14 | 1 | -10/+8 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-25 | 1 | -6/+6 |
* | tools: capitalize sentences | Ruben Bridgewater | 2018-12-17 | 1 | -4/+4 |
* | fs: simplify fs.promises warning logic | cjihrig | 2018-12-05 | 1 | -4/+2 |
* | lib: convert to arrow function in fs.js | exoego | 2018-11-29 | 1 | -15/+15 |
* | src: prefer param function check over args length | Shelley Vohr | 2018-11-13 | 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-05 | 1 | -2/+5 |
* | fs: default open/openSync flags argument to 'r' | Ben Noordhuis | 2018-11-01 | 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 |
* | fs: lazy load the promises impl | James M Snell | 2018-05-17 | 1 | -4/+7 |
* | fs: consistent constants use and cleanup | James M Snell | 2018-05-17 | 1 | -22/+37 |
* | fs: move SyncWriteStream to end-of-life | James M Snell | 2018-05-17 | 1 | -11/+0 |
* | lib: mask mode_t type of arguments with 0o777 | Joyee Cheung | 2018-05-17 | 1 | -32/+31 |
* | fs: improve argument handling for ReadStream | Ujjwal Sharma | 2018-05-14 | 1 | -17/+38 |
* | fs: use _final() for fs.WriteStream | Jackson Tian | 2018-05-14 | 1 | -7/+7 |
* | fs: make fs.promises non-enumerable | cjihrig | 2018-05-11 | 1 | -1/+1 |
* | fs: move fs/promises to fs.promises | cjihrig | 2018-05-07 | 1 | -1/+17 |
* | lib: named anonymous functions | Carrie Coxwell | 2018-05-03 | 1 | -4/+4 |
* | fs: point isFd to isUint32 | Daniel Bevenius | 2018-04-28 | 1 | -3/+1 |
* | lib: introduce internal/validators | Michaƫl Zasso | 2018-04-26 | 1 | -7/+9 |
* | fs: return stats to JS in sync methods | Joyee Cheung | 2018-04-23 | 1 | -31/+32 |
* | fs: add 'close' event to FSWatcher | Alec Larson | 2018-04-16 | 1 | -0/+5 |
* | errors: validate input arguments | Ruben Bridgewater | 2018-04-13 | 1 | -2/+2 |
* | fs: fix missing 'error' event in (Read|Write)Stream#destroy | Kohei Hiraga | 2018-04-10 | 1 | -1/+1 |
* | fs: make ReadStream throw TypeError on NaN | Ujjwal Sharma | 2018-04-06 | 1 | -2/+4 |
* | fs: expose copy-on-write flags for fs.copyFile() | cjihrig | 2018-04-05 | 1 | -1/+9 |
* | fs: refactor stats array to be more generic | Joyee Cheung | 2018-04-04 | 1 | -18/+11 |