summaryrefslogtreecommitdiff
path: root/test/parallel
Commit message (Expand)AuthorAgeFilesLines
* lib: add ASCII fast path to getStringWidth()Anna Henningsen2019-09-021-0/+22
* stream: don't deadlock on aborted streamRobert Nagy2019-09-021-0/+27
* console: use getStringWidth() for character width calculationAnna Henningsen2019-09-021-0/+18
* test: remove Windows skipping of http keepalive request GC testRich Trott2019-08-301-5/+0
* util: do not throw when inspecting detached ArrayBufferAnna Henningsen2019-08-291-0/+10
* buffer: correct indexOf() error messageBrian White2019-08-283-2/+3
* test: fix flaky test-http-server-keepalive-req-gcRich Trott2019-08-281-3/+1
* src: allow --interpreted-frames-native-stack in NODE_OPTIONSMatheus Marchini2019-08-271-0/+3
* errors: provide defaults for unmapped uv errorscjihrig2019-08-271-0/+26
* test: use print() function in both Python 2 and 3Christian Clauss2019-08-261-1/+1
* http: reset parser.incoming when server request is finishedAnna Henningsen2019-08-262-3/+59
* stream: fix readable state `awaitDrain` increase in recursionran2019-08-265-22/+50
* console: display timeEnd with suitable time unitXavier Stouder2019-08-252-16/+31
* test, http: add regression test for keepalive 'end' eventMatteo Collina2019-08-241-0/+29
* net: allow reading data into a static bufferBrian White2019-08-231-0/+186
* fs: add recursive option to rmdir()cjihrig2019-08-231-0/+152
* http: fix event listener leakRobert Nagy2019-08-231-1/+10
* stream: async iterator destroy compatRobert Nagy2019-08-231-0/+41
* test: add `emitClose: true` tests for fs streamsRich Trott2019-08-221-2/+25
* buffer: correct concat() error messageBrian White2019-08-211-2/+2
* stream: do not emit drain if stream endedRobert Nagy2019-08-201-0/+16
* stream: disallow stream methods on finished streamRobert Nagy2019-08-202-0/+47
* bootstrap: run preload prior to frozen-intrinsicsBradley Farias2019-08-201-0/+29
* stream: add readableEndedRobert Nagy2019-08-192-0/+42
* tools: make code cache and snapshot deterministicBen Noordhuis2019-08-191-0/+17
* worker: fix crash when SharedArrayBuffer outlives creating threadAnna Henningsen2019-08-202-0/+55
* test: deflake test-tls-passphraseLuigi Pinca2019-08-191-24/+26
* fs: add writev() promises versioncjihrig2019-08-191-0/+51
* lib: rename validateSafeInteger to validateIntegercjihrig2019-08-191-0/+25
* lib,test: fix error message check after V8 updateMichaƫl Zasso2019-08-192-3/+3
* stream: do not emit after 'error'Robert Nagy2019-08-181-0/+17
* http2: remove callback-based paddingAnna Henningsen2019-08-172-52/+4
* src: rename --security-reverts to ...-revertSam Roberts2019-08-171-1/+1
* http,stream: add writableEndedRobert Nagy2019-08-174-0/+10
* fs: add fs.writev() which exposes syscall writev()Anas Aboureada2019-08-162-0/+179
* fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson2019-08-162-16/+24
* fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson2019-08-161-0/+27
* tls: allow client-side sockets to be half-openedLuigi Pinca2019-08-172-0/+111
* readline: establish y in cursorTo as optionalGerhard Stoebich2019-08-161-0/+8
* stream: fix destroy() behaviorRobert Nagy2019-08-166-35/+87
* stream: use lazy registration for drain for fast destinationsRobert Nagy2019-08-162-7/+23
* fs: add default options for *stat()Tony Brix2019-08-161-0/+11
* http2: pause input processing if sending outputAnna Henningsen2019-08-151-0/+39
* http2: handle 0-length headers betterAnna Henningsen2019-08-151-0/+25
* http2: limit number of invalid incoming framesAnna Henningsen2019-08-151-0/+79
* buffer: improve copy() performanceBrian White2019-08-142-9/+17
* http: follow symbol naming conventionRobert Nagy2019-08-143-8/+8
* test: skip test-fs-access if rootDaniel Bevenius2019-08-141-0/+3
* buffer: improve ERR_BUFFER_OUT_OF_BOUNDS defaultcjihrig2019-08-146-6/+6
* doc, lib, src, test, tools: fix assorted typosXhmikosR2019-08-125-5/+5