summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-22tls: warn on NODE_TLS_REJECT_UNAUTHORIZED = '0'cjihrig
2018-07-18tls: named anonymous functions in _tls_wrap.jsprayag21
2018-07-18util: improve display of iterators and weak entriesRuben Bridgewater
2018-07-18stream: name anonymous function in _stream_writable.jsmariotsi
2018-07-18stream: named anonymous functions in _stream_readable.jsSimionescu, Radu
2018-07-18crypto: add better scrypt option aliasesAnna Henningsen
2018-07-18tls: name anonymous function in tls.jsKevin Lacabane
2018-07-18http: name anonymous function in _http_common.jsPetras
2018-07-18crypto: prevent Sign::SignFinal from crashingTobias Nießen
2018-07-16lib: update punycode to 2.1.1Rich Trott
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-16util: do not escape single quotes if not necessaryRuben Bridgewater
2018-07-16process: refactor emitWarningRuben Bridgewater
2018-07-16assert: improve simple assertRuben Bridgewater
2018-07-16console: fix timeEnd() not coercing the inputRuben Bridgewater
2018-07-16console,util: avoid pair array generation in C++Anna Henningsen
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-13repl: make own properties shadow prototype propertiesSam Ruby
2018-07-13http: fix request with option timeout and agentkillagu
2018-07-13crypto: remove deprecated legacy APIAntoine du HAMEL
2018-07-13errors: fix undefined HTTP2 and tls errorsShailesh Shekhawat
2018-07-13http: allow url and options to be passed to http*.request and http*.getSam Ruby
2018-07-12tools: add no-duplicate-requires ruleGus Caplan
2018-07-12console: console.countReset() should emit warningDominic Farolino
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-04console: implement timeLog methodMichaël Zasso
2018-07-04fs: support pseudofiles in promises.readFileTimothy Gu
2018-07-03messaging: use actual DOMException for DataCloneErrorTimothy Gu
2018-07-02repl: fix tab completion for object properties with special charWeijia Wang
2018-06-30errors: fix ERR_MISSING_DYNAMIC_INSTANTIATE_HOOKСковорода Никита Андреевич
2018-06-30src: remove StreamBase::kFlagHasWritevAnna Henningsen
2018-06-30esm: loader hook URL validation and error messagesguybedford
2018-06-29lib: fix segfault with --without-intlRich Trott
2018-06-29workers: replace message types string by constantsWeijia Wang
2018-06-27util: add inspect suffix to BigInt64Array elementsTeddy Katz
2018-06-27per_context: add warning to Atomics.wakeGus Caplan
2018-06-27src: move context bootstrap to jsGus Caplan
2018-06-27fs: undeprecate lchown()cjihrig
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung