summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-08-20stream: do not emit drain if stream endedRobert Nagy
2019-08-20stream: disallow stream methods on finished streamRobert Nagy
2019-08-20bootstrap: run preload prior to frozen-intrinsicsBradley Farias
2019-08-20esm: support loading data URLsBradley Farias
2019-08-19stream: add readableEndedRobert Nagy
2019-08-19tools: make code cache and snapshot deterministicBen Noordhuis
2019-08-20worker: fix crash when SharedArrayBuffer outlives creating threadAnna Henningsen
2019-08-19test: deflake test-tls-passphraseLuigi Pinca
2019-08-19fs: add writev() promises versioncjihrig
2019-08-19tools: make pty_helper.py python3-compatibleBen Noordhuis
2019-08-19lib: rename validateSafeInteger to validateIntegercjihrig
2019-08-19test: update postmortem metadata test for V8 7.7cjihrig
2019-08-19lib,test: fix error message check after V8 updateMichaël Zasso
2019-08-18stream: do not emit after 'error'Robert Nagy
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