summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-05-24net: allow IPC servers be accessible by allBartosz Sosnowski
2018-05-24lib: remove unnecessary string interpolationDaniel Bevenius
2018-05-23assert: handle undefined filename in getErrMessageTim Seckinger
2018-05-23net: remove unnecessary variableschainhelen
2018-05-22timers: use only a single TimerWrap instanceAnatoli Papirovski
2018-05-22lib: add internal PriorityQueue classAnatoli Papirovski
2018-05-22lib,src,test: fix commentsTobias Nießen
2018-05-22http: fix capitalization of 418 status messageя котик пур-пур
2018-05-22http: do not rely on the 'agentRemove' eventLuigi Pinca
2018-05-22http2: fix several serious bugsAnatoli Papirovski
2018-05-21assert: fix wrong message indentationRuben Bridgewater
2018-05-21util: improve error inspectionRuben Bridgewater
2018-05-21util: fix inspected stack indentationRuben Bridgewater