summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2018-08-12tls: change var to constEugen Cazacu
2018-08-12util,assert: fix boxed primitives bugRuben Bridgewater
2018-08-11http2: remove `streamError` from docsJames M Snell
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-08-10src: remove old process.binding('trace_events').emitJames M Snell
2018-08-10trace_events,async_hooks: use intrinsic traceJames M Snell
2018-08-10crypto: deprecate useless crypto APIsTobias Nießen
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-08-09trace_events: move trace_events to internalBindingJames M Snell
2018-08-09src: move process.binding('performance') to internalBindingJames M Snell
2018-08-09assert: fix loose assert with map and setRuben Bridgewater
2018-08-09assert: improve loose assertion messageRuben Bridgewater
2018-08-08crypto: simplify state failure handlingTobias Nießen
2018-08-07lib: extract validateString validatorJon Moss
2018-08-06dgram: implement socket.bind({ fd })Ouyang Yadong
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-08-04assert: multiple improvementsRuben Bridgewater
2018-08-03repl: support mult-line string-keyed objectsSam Ruby
2018-08-03dns: type check for dns.setServers argument.Masashi Hirano
2018-08-01src,lib: rename FSReqWrap to FSReqCallbackJon Moss
2018-07-31vm: rename vm.Module to vm.SourceTextModuleGus Caplan
2018-07-31doc: clarify text about internal module changesMaleDong
2018-07-29fs: reduce memory retention when streaming small filesAnna Henningsen
2018-07-29http2: release request()'s "connect" event listener after it runsJames Ide
2018-07-28dgram: make _createSocketHandle() internal onlycjihrig
2018-07-28dgram: hide underscored Socket propertiescjihrig
2018-07-27lib: remove usc-2 encodingBrian White
2018-07-27build: create V8 code cache after script is runJoyee Cheung
2018-07-18crypto: add better scrypt option aliasesAnna Henningsen
2018-07-18crypto: prevent Sign::SignFinal from crashingTobias Nießen
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-16process: refactor emitWarningRuben Bridgewater
2018-07-16http2: remove `waitTrailers` listener after closing a streamRidgeA
2018-07-15src: make heap snapshot & embedder graph accessible for testsAnna Henningsen
2018-07-15fs: throw ERR_INVALID_ARG_VALUE when buffer being written is emptyAdityaSrivast
2018-07-14lib: refactor cli tableRuben Bridgewater
2018-07-14worker: exit after uncaught exceptionDenys Otrishko
2018-07-14process: fix process.exitCode handling for fatalExceptionDenys Otrishko
2018-07-13errors: fix undefined HTTP2 and tls errorsShailesh Shekhawat
2018-07-12tools: add no-duplicate-requires ruleGus Caplan
2018-07-11workers: fix invalid exit code in parent upon uncaught exceptionDenys Otrishko
2018-07-10http2: order declarations in core.jsRich Trott
2018-07-10fs: fix fsPromises.lchmod error on non-MacMasashi Hirano
2018-07-09lib: consolidate redundant require() callscjihrig
2018-07-08test,util: add missing tests and conditionsMaleDong
2018-07-07inspector: expose original consoleMatteo Collina
2018-07-05http2: pass incoming set-cookie header as arrayGerhard Stoebich
2018-07-04fs: support pseudofiles in promises.readFileTimothy Gu
2018-07-03messaging: use actual DOMException for DataCloneErrorTimothy Gu
2018-06-30errors: fix ERR_MISSING_DYNAMIC_INSTANTIATE_HOOKСковорода Никита Андреевич