summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-23fs: add recursive option to rmdir()cjihrig
2019-08-23doc: add missing extends Http2SessionTrivikram Kamat
2019-08-23doc: indicate that Http2ServerRequest extends ReadableTrivikram Kamat
2019-08-23doc: indicate that Http2ServerResponse extends StreamTrivikram Kamat
2019-08-23http: fix event listener leakRobert Nagy
2019-08-23stream: async iterator destroy compatRobert Nagy
2019-08-23module: avoid passing unnecessary loop referenceSaúl Ibarra Corretgé
2019-08-22doc: add emitClose option for fs streamsRich Trott
2019-08-22test: add `emitClose: true` tests for fs streamsRich Trott
2019-08-22fs: allow passing true to emitClose optionGiorgos Ntemiris
2019-08-22crypto: handle i2d_SSL_SESSION() error returnBen Noordhuis
2019-08-22gyp: remove semicolons (Python != JavaScript)MattIPv4
2019-08-22test: fix 'timeout' typoscjihrig
2019-08-23build: move tooltest to before jstest targetDaniel Bevenius
2019-08-21buffer: correct concat() error messageBrian White
2019-08-21tools: fix mixup with bytes.decode() and str.encode()Christian Clauss
2019-08-21buffer: improve equals() performanceBrian White
2019-08-21tools: fix Python 3 issues in tools/icu/icutrim.pycclauss
2019-08-21tools: fix Python 3 issues in gyp/generator/make.pycclauss
2019-08-20build: add Python 3 tests to Travis CIcclauss
2019-08-20crypto: simplify DSA validation in FIPS modeTobias Nießen
2019-08-20deps: update npm to 6.10.3isaacs
2019-08-202019-08-20, Version 12.9.0 (Current)Michaël Zasso
2019-08-20src: add large page support for macOSDavid Carlier
2019-08-20gyp: futurize imput.py to prepare for Python 3cclauss
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-19build: enable linux large pages LLVM lld linkage supportDavid Carlier
2019-08-19stream: simplify howMuchToRead()Robert Nagy
2019-08-19net: use callback to properly propagate errorRobert Nagy
2019-08-19fs: use fs.writev() internallyRobert Nagy
2019-08-19tools: make code cache and snapshot deterministicBen Noordhuis
2019-08-20worker: fix crash when SharedArrayBuffer outlives creating threadAnna Henningsen
2019-08-19http: simplify drain()Robert Nagy
2019-08-19test: deflake test-tls-passphraseLuigi Pinca
2019-08-19fs: use consistent buffer array validationcjihrig
2019-08-19fs: add writev() promises versioncjihrig
2019-08-19fs: validate writev fds consistentlycjihrig
2019-08-19tools: make pty_helper.py python3-compatibleBen Noordhuis
2019-08-19lib: rename validateSafeInteger to validateIntegercjihrig
2019-08-19doc: add missing deprecation numbercjihrig
2019-08-19src: update v8abbr.h for V8 7.7cjihrig
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-19tools: sync gypfiles with V8 7.7Michaël Zasso
2019-08-19deps: V8: cherry-pick e3d7f8acclauss
2019-08-19deps: V8: fix linking issue for MSVSRefael Ackermann