| Commit message (Expand) | Author | Age | Files | Lines |
* | stream: do not emit after 'error' | Robert Nagy | 2019-08-18 | 1 | -0/+17 |
* | http2: remove callback-based padding | Anna Henningsen | 2019-08-17 | 2 | -52/+4 |
* | src: rename --security-reverts to ...-revert | Sam Roberts | 2019-08-17 | 1 | -1/+1 |
* | readline: close dumb terminals on Control+D | cjihrig | 2019-08-17 | 1 | -1/+17 |
* | http,stream: add writableEnded | Robert Nagy | 2019-08-17 | 4 | -0/+10 |
* | fs: add fs.writev() which exposes syscall writev() | Anas Aboureada | 2019-08-16 | 2 | -0/+179 |
* | fs: allow int64 offset in fs.write/writeSync/fd.write | Zach Bjornson | 2019-08-16 | 2 | -16/+24 |
* | fs: allow int64 offset in fs.read/readSync/fd.read | Zach Bjornson | 2019-08-16 | 1 | -0/+27 |
* | tls: allow client-side sockets to be half-opened | Luigi Pinca | 2019-08-17 | 2 | -0/+111 |
* | readline: establish y in cursorTo as optional | Gerhard Stoebich | 2019-08-16 | 1 | -0/+8 |
* | stream: fix destroy() behavior | Robert Nagy | 2019-08-16 | 6 | -35/+87 |
* | stream: use lazy registration for drain for fast destinations | Robert Nagy | 2019-08-16 | 2 | -7/+23 |
* | fs: add default options for *stat() | Tony Brix | 2019-08-16 | 1 | -0/+11 |
* | test: add required settings to test-benchmark-buffer | Rich Trott | 2019-08-16 | 1 | -0/+2 |
* | test: make exported method static | Rainer Poisel | 2019-08-15 | 1 | -1/+1 |
* | http2: pause input processing if sending output | Anna Henningsen | 2019-08-15 | 1 | -0/+39 |
* | http2: handle 0-length headers better | Anna Henningsen | 2019-08-15 | 1 | -0/+25 |
* | http2: limit number of invalid incoming frames | Anna Henningsen | 2019-08-15 | 1 | -0/+79 |
* | buffer: improve copy() performance | Brian White | 2019-08-14 | 2 | -9/+17 |
* | http: follow symbol naming convention | Robert Nagy | 2019-08-14 | 3 | -8/+8 |
* | test: skip test-fs-access if root | Daniel Bevenius | 2019-08-14 | 1 | -0/+3 |
* | buffer: improve ERR_BUFFER_OUT_OF_BOUNDS default | cjihrig | 2019-08-14 | 6 | -6/+6 |
* | module: add warning when import,export is detected in CJS context | Giorgos Ntemiris | 2019-08-13 | 8 | -0/+147 |
* | doc, lib, src, test, tools: fix assorted typos | XhmikosR | 2019-08-12 | 6 | -6/+6 |
* | tools: allow single JS file for --link-module | Daniel Bevenius | 2019-08-12 | 1 | -0/+14 |
* | module: pkg exports validations and fallbacks | Guy Bedford | 2019-08-12 | 6 | -31/+90 |
* | test: clean tmpdir on process exit | João Reis | 2019-08-10 | 48 | -66/+212 |
* | benchmark: use test/common/tmpdir consistently | João Reis | 2019-08-10 | 1 | -1/+1 |
* | test: use unique tmpdirs for each test | João Reis | 2019-08-10 | 1 | -1/+2 |
* | dns: update lookupService() first arg name | cjihrig | 2019-08-10 | 1 | -6/+6 |
* | test: unskip tests that now pass on AIX | Sam Roberts | 2019-08-10 | 2 | -4/+1 |
* | http: add missing stream-like properties to OutgoingMessage | Robert Nagy | 2019-08-10 | 1 | -0/+53 |
* | src: add error codes to errors thrown in C++ | Yaniv Friedensohn | 2019-08-09 | 1 | -32/+56 |
* | http: buffer writes even while no socket assigned | Robert Nagy | 2019-08-09 | 1 | -0/+19 |
* | stream: encapsulate buffer-list | Robert Nagy | 2019-08-09 | 1 | -0/+18 |
* | test: assert: add failing deepEqual test for faked boxed primitives | Jordan Harband | 2019-08-09 | 1 | -2/+12 |
* | test: refactor test-sync-io-option | Anna Henningsen | 2019-08-08 | 1 | -31/+34 |
* | module: refine package name validation | Guy Bedford | 2019-08-07 | 1 | -0/+18 |
* | fs: validate fds as int32s | cjihrig | 2019-08-07 | 2 | -8/+25 |
* | test: add test for OAEP hash mismatch | Tobias Nießen | 2019-08-07 | 1 | -0/+5 |
* | crypto: extend RSA-OAEP support with oaepHash | Tobias Nießen | 2019-08-07 | 1 | -4/+91 |
* | events: give subclass name in unhandled 'error' message | Anna Henningsen | 2019-08-06 | 2 | -0/+22 |
* | test: refactor test-fs-stat.js | Rich Trott | 2019-08-03 | 1 | -36/+18 |
* | report: include network interfaces in report | cjihrig | 2019-08-03 | 1 | -1/+24 |
* | http2: destroy when settingsFn throws an error | himself65 | 2019-08-02 | 1 | -0/+14 |
* | test: add tests for spaces in folder names | PaulBags | 2019-08-01 | 1 | -0/+3 |
* | module: exports error as MODULE_NOT_FOUND | Guy Bedford | 2019-08-01 | 1 | -3/+3 |
* | test: refactor test-beforeexit-event-exit using mustNotCall | himself65 | 2019-08-01 | 1 | -5/+2 |
* | test: refactoring test_error testing | himself65 | 2019-08-01 | 1 | -14/+4 |
* | test: update postmortem metadata test for V8 7.6 | cjihrig | 2019-08-01 | 1 | -2/+2 |