summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test, http: add regression test for keepalive 'end' eventMatteo Collina2019-08-241-0/+29
* Revert "http: reset parser.incoming when server response is finished"Matteo Collina2019-08-241-2/+0
* lib: remove the comment of base64 validationMaledong2019-08-241-2/+0
* doc,http: add extends for derived classesTrivikram Kamat2019-08-231-13/+7
* doc: add https.Server extends tls.ServerTrivikram Kamat2019-08-231-2/+3
* doc,tls: add extends for derived classesTrivikram Kamat2019-08-231-4/+7
* stream: avoid unecessary nextTickRobert Nagy2019-08-231-17/+13
* src: remove unused using declarationsDaniel Bevenius2019-08-231-2/+0
* net: allow reading data into a static bufferBrian White2019-08-237-65/+474
* doc: fix nits in esm.mdVse Mozhet Byt2019-08-231-10/+10
* fs: add recursive option to rmdir()cjihrig2019-08-239-11/+550
* doc: add missing extends Http2SessionTrivikram Kamat2019-08-231-0/+4
* doc: indicate that Http2ServerRequest extends ReadableTrivikram Kamat2019-08-231-4/+2
* doc: indicate that Http2ServerResponse extends StreamTrivikram Kamat2019-08-231-4/+2
* http: fix event listener leakRobert Nagy2019-08-232-1/+12
* stream: async iterator destroy compatRobert Nagy2019-08-232-7/+57
* module: avoid passing unnecessary loop referenceSaúl Ibarra Corretgé2019-08-231-1/+1
* doc: add emitClose option for fs streamsRich Trott2019-08-221-0/+16
* test: add `emitClose: true` tests for fs streamsRich Trott2019-08-221-2/+25
* fs: allow passing true to emitClose optionGiorgos Ntemiris2019-08-221-2/+6
* crypto: handle i2d_SSL_SESSION() error returnBen Noordhuis2019-08-221-2/+3
* gyp: remove semicolons (Python != JavaScript)MattIPv42019-08-227-17/+17
* test: fix 'timeout' typoscjihrig2019-08-222-2/+2
* build: move tooltest to before jstest targetDaniel Bevenius2019-08-231-1/+1
* buffer: correct concat() error messageBrian White2019-08-212-3/+3
* tools: fix mixup with bytes.decode() and str.encode()Christian Clauss2019-08-211-2/+2
* buffer: improve equals() performanceBrian White2019-08-213-1/+28
* tools: fix Python 3 issues in tools/icu/icutrim.pycclauss2019-08-211-33/+23
* tools: fix Python 3 issues in gyp/generator/make.pycclauss2019-08-211-5/+5
* build: add Python 3 tests to Travis CIcclauss2019-08-201-0/+15
* crypto: simplify DSA validation in FIPS modeTobias Nießen2019-08-201-49/+23
* deps: update npm to 6.10.3isaacs2019-08-20182-351/+676
* 2019-08-20, Version 12.9.0 (Current)Michaël Zasso2019-08-208-12/+140
* src: add large page support for macOSDavid Carlier2019-08-203-25/+83
* gyp: futurize imput.py to prepare for Python 3cclauss2019-08-201-78/+73
* stream: do not emit drain if stream endedRobert Nagy2019-08-202-4/+22
* stream: disallow stream methods on finished streamRobert Nagy2019-08-206-0/+72
* bootstrap: run preload prior to frozen-intrinsicsBradley Farias2019-08-207-2/+49
* esm: support loading data URLsBradley Farias2019-08-205-29/+179
* stream: add readableEndedRobert Nagy2019-08-196-2/+64
* build: enable linux large pages LLVM lld linkage supportDavid Carlier2019-08-193-1/+22
* stream: simplify howMuchToRead()Robert Nagy2019-08-191-9/+5
* net: use callback to properly propagate errorRobert Nagy2019-08-191-1/+1
* fs: use fs.writev() internallyRobert Nagy2019-08-191-17/+1
* tools: make code cache and snapshot deterministicBen Noordhuis2019-08-193-0/+24
* worker: fix crash when SharedArrayBuffer outlives creating threadAnna Henningsen2019-08-206-9/+83
* http: simplify drain()Robert Nagy2019-08-195-27/+26
* test: deflake test-tls-passphraseLuigi Pinca2019-08-191-24/+26
* fs: use consistent buffer array validationcjihrig2019-08-191-23/+4
* fs: add writev() promises versioncjihrig2019-08-194-0/+108