summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* readline: close dumb terminals on Control+Dcjihrig2019-08-171-1/+17
* 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
* test: add required settings to test-benchmark-bufferRich Trott2019-08-161-0/+2
* test: make exported method staticRainer Poisel2019-08-151-1/+1
* 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
* module: add warning when import,export is detected in CJS contextGiorgos Ntemiris2019-08-138-0/+147
* doc, lib, src, test, tools: fix assorted typosXhmikosR2019-08-126-6/+6
* tools: allow single JS file for --link-moduleDaniel Bevenius2019-08-121-0/+14
* module: pkg exports validations and fallbacksGuy Bedford2019-08-126-31/+90
* test: clean tmpdir on process exitJoão Reis2019-08-1048-66/+212
* benchmark: use test/common/tmpdir consistentlyJoão Reis2019-08-101-1/+1
* test: use unique tmpdirs for each testJoão Reis2019-08-101-1/+2
* dns: update lookupService() first arg namecjihrig2019-08-101-6/+6
* test: unskip tests that now pass on AIXSam Roberts2019-08-102-4/+1
* http: add missing stream-like properties to OutgoingMessageRobert Nagy2019-08-101-0/+53
* src: add error codes to errors thrown in C++Yaniv Friedensohn2019-08-091-32/+56
* http: buffer writes even while no socket assignedRobert Nagy2019-08-091-0/+19
* stream: encapsulate buffer-listRobert Nagy2019-08-091-0/+18
* test: assert: add failing deepEqual test for faked boxed primitivesJordan Harband2019-08-091-2/+12
* test: refactor test-sync-io-optionAnna Henningsen2019-08-081-31/+34
* module: refine package name validationGuy Bedford2019-08-071-0/+18
* fs: validate fds as int32scjihrig2019-08-072-8/+25
* test: add test for OAEP hash mismatchTobias Nießen2019-08-071-0/+5
* crypto: extend RSA-OAEP support with oaepHashTobias Nießen2019-08-071-4/+91
* events: give subclass name in unhandled 'error' messageAnna Henningsen2019-08-062-0/+22
* test: refactor test-fs-stat.jsRich Trott2019-08-031-36/+18
* report: include network interfaces in reportcjihrig2019-08-031-1/+24
* http2: destroy when settingsFn throws an errorhimself652019-08-021-0/+14
* test: add tests for spaces in folder namesPaulBags2019-08-011-0/+3
* module: exports error as MODULE_NOT_FOUNDGuy Bedford2019-08-011-3/+3
* test: refactor test-beforeexit-event-exit using mustNotCallhimself652019-08-011-5/+2
* test: refactoring test_error testinghimself652019-08-011-14/+4
* test: update postmortem metadata test for V8 7.6cjihrig2019-08-011-2/+2