summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* buffer: improve from() performanceBrian White2020-02-171-16/+13
* worker: improve MessagePort performanceAnna Henningsen2020-02-171-0/+12
* readline: make tab size configurableRuben Bridgewater2020-02-171-4/+12
* stream: fix finished w/ 'close' before 'finish'Robert Nagy2020-02-171-4/+12
* net: track state of setNoDelay() and prevent unnecessary system callsRusty Conover2020-02-171-3/+7
* esm: import.meta.resolve with nodejs: builtinsGuy Bedford2020-02-174-17/+40
* worker: add ability to take heap snapshot from parent threadAnna Henningsen2020-02-174-35/+56
* process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen2020-02-171-2/+3
* Revert "stream: fix async iterator destroyed error propagation"Matteo Collina2020-02-171-13/+11
* buffer: improve concat() performanceBrian White2020-02-171-3/+6
* stream: fix finished writable/readable stateRobert Nagy2020-02-171-2/+16
* lib: delete dead code in SourceMapJustin Ridgewell2020-02-171-14/+0
* crypto: improve randomBytes() performanceBrian White2020-02-171-2/+3
* src,lib: make ^C print a JS stack tracelegendecas2020-02-172-0/+72
* process: fix two overflow cases in SourceMap VLQ decodingJustin Ridgewell2020-02-171-2/+13
* buffer: improve fill(number) performanceBrian White2020-02-171-5/+26
* stream: implement throw for async iteratorRobert Nagy2020-02-171-20/+29
* stream: normalize async iterator stream destroyRobert Nagy2020-02-171-6/+11
* stream: add async iterator support for v1 streamsRobert Nagy2020-02-171-0/+18
* util: fix inspection of typed arrays with unusual lengthRuben Bridgewater2020-02-171-3/+3
* module: drop support for extensionless main entry points in esmGeoffrey Booth2020-02-172-4/+6
* module: revert #31021Geoffrey Booth2020-02-172-6/+4
* errors: make use of "cannot" consistentTobias Nießen2020-02-171-1/+1
* util: improve unicode supportRuben Bridgewater2020-02-175-132/+132
* lib,src: switch Buffer::kMaxLength to size_tBen Noordhuis2020-02-173-8/+14
* crypto: add crypto.diffieHellmanTobias Nießen2020-02-173-4/+45
* crypto: add DH support to generateKeyPairTobias Nießen2020-02-172-1/+48
* fs: do not emit 'close' twice if emitClose enabledRobert Nagy2020-02-171-1/+2
* fs: unset FileHandle fd after closeAnna Henningsen2020-02-171-1/+4
* http: make --insecure-http-parser configurable per-stream or per-serverAnna Henningsen2020-02-042-2/+20
* module: fix check exports issue in cjs module loadingGuy Bedford2020-01-201-1/+1
* module: unflag conditional exportsGuy Bedford2020-01-161-7/+0
* module: add API for interacting with source mapsbcoe2020-01-164-32/+78
* stream: fix async iterator destroyed error propagationRobert Nagy2020-01-161-11/+13
* errors: remove dead code in ERR_INVALID_ARG_TYPEGerhard Stoebich2020-01-161-8/+1
* lib: replace BigInt64Array global by the primordialsSebastien Ahkrin2020-01-162-0/+3
* stream: simplify pushRobert Nagy2020-01-161-52/+33
* repl: do not preview while pasting codeRuben Bridgewater2020-01-163-6/+9
* vm: add code cache support for SourceTextModuleGus Caplan2020-01-162-2/+29
* repl: fix preview cursor positionRuben Bridgewater2020-01-161-2/+2
* child_process: remove unnecessary use of inner stateChetan Karande2020-01-161-3/+1
* async_hooks: remove internal only error checkingAnatoli Papirovski2020-01-162-37/+11
* repl,readline: clean up codeRuben Bridgewater2020-01-164-43/+18
* readline: improve unicode support and tab completionRuben Bridgewater2020-01-162-71/+55
* process: allow monitoring uncaughtExceptionGerhard Stoebich2020-01-161-0/+1
* repl: change preview default in case of custom eval functionsRuben Bridgewater2020-01-161-1/+2
* lib: add Uint16Array primordialsSebastien Ahkrin2020-01-162-0/+3
* util: add todo comments for inspect to add unicode supportRuben Bridgewater2020-01-161-0/+7
* test: add repl tests to verify unicode support in previewsRuben Bridgewater2020-01-161-3/+0
* repl: activate previews for lines exceeding the terminal columnsRuben Bridgewater2020-01-161-29/+38