summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-08-17http2: remove callback-based paddingAnna Henningsen
2019-08-17src: rename --security-reverts to ...-revertSam Roberts
2019-08-17readline: close dumb terminals on Control+Dcjihrig
2019-08-17http,stream: add writableEndedRobert Nagy
2019-08-16fs: add fs.writev() which exposes syscall writev()Anas Aboureada
2019-08-16fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson
2019-08-16fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson
2019-08-17tls: allow client-side sockets to be half-openedLuigi Pinca
2019-08-16readline: establish y in cursorTo as optionalGerhard Stoebich
2019-08-16stream: fix destroy() behaviorRobert Nagy
2019-08-16stream: use lazy registration for drain for fast destinationsRobert Nagy
2019-08-16fs: add default options for *stat()Tony Brix
2019-08-16test: add required settings to test-benchmark-bufferRich Trott
2019-08-15test: make exported method staticRainer Poisel
2019-08-15http2: pause input processing if sending outputAnna Henningsen
2019-08-15http2: handle 0-length headers betterAnna Henningsen
2019-08-15http2: limit number of invalid incoming framesAnna Henningsen
2019-08-14buffer: improve copy() performanceBrian White
2019-08-14http: follow symbol naming conventionRobert Nagy
2019-08-14test: skip test-fs-access if rootDaniel Bevenius
2019-08-14buffer: improve ERR_BUFFER_OUT_OF_BOUNDS defaultcjihrig
2019-08-13module: add warning when import,export is detected in CJS contextGiorgos Ntemiris
2019-08-12doc, lib, src, test, tools: fix assorted typosXhmikosR
2019-08-12tools: allow single JS file for --link-moduleDaniel Bevenius
2019-08-12module: pkg exports validations and fallbacksGuy Bedford
2019-08-10test: clean tmpdir on process exitJoão Reis
2019-08-10benchmark: use test/common/tmpdir consistentlyJoão Reis
2019-08-10test: use unique tmpdirs for each testJoão Reis
2019-08-10dns: update lookupService() first arg namecjihrig
2019-08-10test: unskip tests that now pass on AIXSam Roberts
2019-08-10http: add missing stream-like properties to OutgoingMessageRobert Nagy
2019-08-09src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-08-09http: buffer writes even while no socket assignedRobert Nagy
2019-08-09stream: encapsulate buffer-listRobert Nagy
2019-08-09test: assert: add failing deepEqual test for faked boxed primitivesJordan Harband
2019-08-08test: refactor test-sync-io-optionAnna Henningsen
2019-08-07module: refine package name validationGuy Bedford
2019-08-07fs: validate fds as int32scjihrig
2019-08-07test: add test for OAEP hash mismatchTobias Nießen
2019-08-07crypto: extend RSA-OAEP support with oaepHashTobias Nießen
2019-08-06events: give subclass name in unhandled 'error' messageAnna Henningsen
2019-08-03test: refactor test-fs-stat.jsRich Trott
2019-08-03report: include network interfaces in reportcjihrig
2019-08-02http2: destroy when settingsFn throws an errorhimself65
2019-08-01test: add tests for spaces in folder namesPaulBags
2019-08-01module: exports error as MODULE_NOT_FOUNDGuy Bedford
2019-08-01test: refactor test-beforeexit-event-exit using mustNotCallhimself65
2019-08-01test: refactoring test_error testinghimself65
2019-08-01test: update postmortem metadata test for V8 7.6cjihrig
2019-07-31n-api: refactoring napi_create_function testingOctavian Soldea