summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019-08-20, Version 12.9.0 (Current)v12.9.0v12.9.0-proposalMichaƫl Zasso2019-08-209-15/+143
* stream: add readableEndedRobert Nagy2019-08-206-2/+64
* build: enable linux large pages LLVM lld linkage supportDavid Carlier2019-08-203-1/+22
* stream: simplify howMuchToRead()Robert Nagy2019-08-201-9/+5
* net: use callback to properly propagate errorRobert Nagy2019-08-201-1/+1
* fs: use fs.writev() internallyRobert Nagy2019-08-201-17/+1
* tools: make code cache and snapshot deterministicBen Noordhuis2019-08-203-0/+24
* worker: fix crash when SharedArrayBuffer outlives creating threadAnna Henningsen2019-08-206-9/+83
* http: simplify drain()Robert Nagy2019-08-205-27/+26
* test: deflake test-tls-passphraseLuigi Pinca2019-08-201-24/+26
* fs: use consistent buffer array validationcjihrig2019-08-201-23/+4
* fs: add writev() promises versioncjihrig2019-08-204-0/+108
* fs: validate writev fds consistentlycjihrig2019-08-201-2/+2
* tools: make pty_helper.py python3-compatibleBen Noordhuis2019-08-201-1/+5
* build: remove unused optionRich Trott2019-08-191-1/+1
* doc: improve example single-test commandDavid Guttman2019-08-191-1/+1
* build: remove unnecessary Python semicolonMattIPv42019-08-191-1/+1
* src: rename --security-reverts to ...-revertSam Roberts2019-08-192-2/+7
* readline: close dumb terminals on Control+Dcjihrig2019-08-192-8/+29
* readline: close dumb terminals on Control+Ccjihrig2019-08-191-0/+2
* http2: remove unused FlushData() functionAnna Henningsen2019-08-192-10/+0
* http,stream: add writableEndedRobert Nagy2019-08-1911-5/+103
* fs: add fs.writev() which exposes syscall writev()Anas Aboureada2019-08-195-5/+294
* tls: allow client-side sockets to be half-openedLuigi Pinca2019-08-194-1/+120
* readline: establish y in cursorTo as optionalGerhard Stoebich2019-08-194-2/+15
* build: add a testclean targetDaniel Bevenius2019-08-192-3/+15
* stream: use lazy registration for drain for fast destinationsRobert Nagy2019-08-193-15/+36
* fs: add default options for *stat()Tony Brix2019-08-192-3/+14
* src: simplify UnionBytesBen Noordhuis2019-08-191-15/+8
* doc: mention N-API as recommended approachMichael Dawson2019-08-191-1/+7
* test: add required settings to test-benchmark-bufferRich Trott2019-08-191-0/+2
* doc: fix introduced_in note in querystring.mdBen Noordhuis2019-08-191-1/+1
* test: make exported method staticRainer Poisel2019-08-191-1/+1
* deps: V8: cherry-pick e3d7f8acclauss2019-08-192-7/+3
* build: support py3 for configure.pycclauss2019-08-191-23/+16
* console: minor timeLogImpl() refactorcjihrig2019-08-191-6/+6
* tools: make nodedownload.py Python 3 compatiblecclauss2019-08-191-5/+7
* buffer: improve copy() performanceBrian White2019-08-194-10/+105
* doc: note that stream error can close streamRobert Nagy2019-08-191-1/+4
* http: follow symbol naming conventionRobert Nagy2019-08-197-32/+32
* test: skip test-fs-access if rootDaniel Bevenius2019-08-191-0/+3
* buffer: improve ERR_BUFFER_OUT_OF_BOUNDS defaultcjihrig2019-08-197-7/+7
* inspector: use const for contextGroupIdgengjiawen2019-08-191-1/+1
* stream: improve read() performance furtherBrian White2019-08-191-10/+10
* doc, lib, src, test, tools: fix assorted typosXhmikosR2019-08-1910-10/+10
* doc: clarify async iterator leakRobert Nagy2019-08-191-0/+3
* http: remove redundant conditionLuigi Pinca2019-08-191-1/+1
* tools: allow single JS file for --link-moduleDaniel Bevenius2019-08-193-1/+22
* module: pkg exports validations and fallbacksGuy Bedford2019-08-1910-125/+418
* src: organize imports in inspector_profiler.ccpi1024e2019-08-191-3/+4