summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-06-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-14v8: replace Buffer with FastBuffer in deserializeUjjwal Sharma
2018-06-13esm: ensure require.main for CJS top-level loadsGuy Bedford
2018-06-13lib: rename checkIsArrayBufferView()Ben Noordhuis
2018-06-13lib: replace checkUint() with validateInt32()Ben Noordhuis
2018-06-13crypto: drop Math.pow(), use static exponentationBen Noordhuis
2018-06-13crypto: refactor randomBytes()Ben Noordhuis
2018-06-13crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-13crypto: DRY type checkingBen Noordhuis
2018-06-10http: remove a pair of outdated commentsMark S. Everitt
2018-06-10tools: add BigInt to globalsNikolai Vavilov
2018-06-08dns: improve setServers() errors and performanceJamie Davis
2018-06-08stream: make the pipeline callback mandatoryRuben Bridgewater
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-06-07child_process: swallow errors in internal communicationAnatoli Papirovski
2018-06-07fs: fix promises reads with pos > 4GBcjihrig
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06worker: improve error (de)serializationAnna Henningsen
2018-06-06worker: enable stdioAnna Henningsen
2018-06-06worker: restrict supported extensionsTimothy Gu
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-05zlib: removed extra util requireErnestoSalazar
2018-06-05https: removed extra _http_server requireErnestoSalazar
2018-06-03fs: do not crash when using a closed fs event watcherJoyee Cheung
2018-06-03http2: fix premature destroyAnatoli Papirovski
2018-06-02stream: inline needMoreData functionMiklos Suveges
2018-06-02lib: use focused ESLint disabling in util.jsRich Trott
2018-06-01lib: unmask mode_t values with 0o777Joyee Cheung
2018-06-01doc: fix inconsistent documentation (host vs hostname)Davis Okoth
2018-06-01net: use object destructuringstarkewang
2018-06-01http2: force through RST_STREAM in destroyAnatoli Papirovski
2018-06-01http2: delay closing streamAnatoli Papirovski
2018-06-01timers: add hasRef method to Timeout & ImmediateAnatoli Papirovski
2018-05-31src: refactor bootstrap to use bootstrap objectJames M Snell
2018-05-31stream: ensure Stream.pipeline re-throws errors without callbackBlaine Bublitz
2018-05-31tls: throw if SNICallback is not a functionRich Trott
2018-05-30util: fix inspection of module namespacesGus Caplan
2018-05-30fs: ensure options.flag defaults to 'r' in readFileUnknown
2018-05-29fs: fix reads with pos > 4GBMathias Buus
2018-05-28stream: fix removeAllListeners() for Stream.ReadableKael Zhang
2018-05-28Revert "repl: add friendly tips about how to exit repl"cjihrig
2018-05-27lib: use object destructuring for ContextifyScriptDaniel Bevenius
2018-05-25fs: don't limit ftruncate() length to 32 bitscjihrig
2018-05-25fs: add length validation to fs.truncate()cjihrig
2018-05-25lib: add validateInteger() validatorcjihrig
2018-05-25module: name anonymous function for debuggingNicholas Dangles
2018-05-24http: fix res emit close before user finishRobert Nagy