summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fs: return first folder made by mkdir recursivebcoe2020-01-311-3/+6
* process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen2020-01-301-2/+3
* Revert "stream: fix async iterator destroyed error propagation"Matteo Collina2020-01-281-13/+11
* buffer: improve concat() performanceBrian White2020-01-281-3/+6
* stream: fix finished writable/readable stateRobert Nagy2020-01-281-2/+16
* lib: delete dead code in SourceMapJustin Ridgewell2020-01-281-14/+0
* crypto: improve randomBytes() performanceBrian White2020-01-281-2/+3
* src,lib: make ^C print a JS stack tracelegendecas2020-01-282-0/+72
* process: fix two overflow cases in SourceMap VLQ decodingJustin Ridgewell2020-01-261-2/+13
* buffer: improve fill(number) performanceBrian White2020-01-261-5/+26
* stream: re-use legacy destroyerRobert Nagy2020-01-263-20/+18
* stream: simplify pipelineRobert Nagy2020-01-261-32/+8
* stream: implement throw for async iteratorRobert Nagy2020-01-261-20/+29
* stream: normalize async iterator stream destroyRobert Nagy2020-01-261-6/+11
* stream: add async iterator support for v1 streamsRobert Nagy2020-01-261-0/+18
* util: fix inspection of typed arrays with unusual lengthRuben Bridgewater2020-01-241-3/+3
* fs: watch signals for recursive incompatibilityEran Levin2020-01-242-2/+9
* http: make --insecure-http-parser configurable per-stream or per-serverAnna Henningsen2020-01-242-2/+20
* module: drop support for extensionless main entry points in esmGeoffrey Booth2020-01-222-4/+6
* module: revert #31021Geoffrey Booth2020-01-222-6/+4
* errors: make use of "cannot" consistentTobias Nießen2020-01-221-1/+1
* util: improve unicode supportRuben Bridgewater2020-01-225-132/+132
* lib,src: switch Buffer::kMaxLength to size_tBen Noordhuis2020-01-213-8/+14
* crypto: add crypto.diffieHellmanTobias Nießen2020-01-213-4/+45
* crypto: add DH support to generateKeyPairTobias Nießen2020-01-212-1/+48
* fs: change streams to always emit close by defaultRobert Nagy2020-01-201-13/+1
* module: fix check exports issue in cjs module loadingGuy Bedford2020-01-201-1/+1
* fs: do not emit 'close' twice if emitClose enabledRobert Nagy2020-01-191-1/+2
* fs: unset FileHandle fd after closeAnna Henningsen2020-01-181-1/+4
* stream: support passing generator functions into pipeline()Robert Nagy2020-01-171-22/+191
* module: unflag conditional exportsGuy Bedford2020-01-151-7/+0
* module: add API for interacting with source mapsbcoe2020-01-144-32/+78
* stream: fix async iterator destroyed error propagationRobert Nagy2020-01-131-11/+13
* errors: remove dead code in ERR_INVALID_ARG_TYPEGerhard Stoebich2020-01-131-8/+1
* lib: replace BigInt64Array global by the primordialsSebastien Ahkrin2020-01-132-0/+3
* stream: simplify pushRobert Nagy2020-01-131-52/+33
* repl: do not preview while pasting codeRuben Bridgewater2020-01-133-6/+9
* vm: add code cache support for SourceTextModuleGus Caplan2020-01-122-2/+29
* fs: improve mode and flags validationRuben Bridgewater2020-01-125-59/+117
* repl: fix preview cursor positionRuben Bridgewater2020-01-121-2/+2
* child_process: remove unnecessary use of inner stateChetan Karande2020-01-111-3/+1
* async_hooks: remove internal only error checkingAnatoli Papirovski2020-01-112-37/+11
* repl,readline: clean up codeRuben Bridgewater2020-01-114-43/+18
* readline: improve unicode support and tab completionRuben Bridgewater2020-01-112-71/+55
* process: allow monitoring uncaughtExceptionGerhard Stoebich2020-01-101-0/+1
* repl: change preview default in case of custom eval functionsRuben Bridgewater2020-01-101-1/+2
* lib: add Uint16Array primordialsSebastien Ahkrin2020-01-102-0/+3
* util: add todo comments for inspect to add unicode supportRuben Bridgewater2020-01-101-0/+7
* test: add repl tests to verify unicode support in previewsRuben Bridgewater2020-01-101-3/+0
* repl: activate previews for lines exceeding the terminal columnsRuben Bridgewater2020-01-101-29/+38