summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Working on 11.0.111.0.0-proposalJames M Snell2018-10-221-2/+2
* 2018-10-23, Version 11.0.0 (Current)v11.0.0James M Snell2018-10-2227-53/+605
* doc: add missing YAML labelsVse Mozhet Byt2018-10-221-1/+1
* src: fix missing deprecation assignmentJames M Snell2018-10-222-2/+19
* build: fix coverage generationMichael Dawson2018-10-221-3/+4
* doc: remove reference to sslv3 in tls.mdJames M Snell2018-10-221-1/+0
* doc: revise security-reporting example textRich Trott2018-10-221-9/+7
* test: add blocks and comments to fs-promises testsIan Sutherland2018-10-221-125/+159
* tls: support changing credentials dynamicallycjihrig2018-10-213-24/+214
* tls: close StreamWrap and its stream correctlyOuyang Yadong2018-10-213-0/+201
* dns: fix inconsistent (hostname vs host)Ulises Gascón2018-10-214-25/+26
* test: increase coverage for readfile with withFileTypeschristian-bromann2018-10-211-0/+13
* test: skip failing tests for osx mojavejn992018-10-214-0/+38
* doc: formalize non-const reference usage in C++ style guideAnna Henningsen2018-10-211-0/+38
* src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen2018-10-2121-30/+32
* src: use more explicit return type in Sign::SignFinal()Anna Henningsen2018-10-212-13/+22
* src,test: add public wrapper for Environment::GetCurrentShelley Vohr2018-10-213-0/+11
* build: spawn `make test-ci` with `-j1`Refael Ackermann2018-10-211-1/+4
* doc: fix index in table of contents in BUILDING.mdZYSzys2018-10-211-37/+35
* test: fix argument order in assertionIllescas, Ricardo2018-10-211-1/+1
* test: reversed params in assert.strictEqual()Dusan Radovanovic2018-10-211-39/+39
* crypto: migrate to getOptions()nick-ng2018-10-211-1/+2
* crypto: remove DiffieHellman.initialised_Tobias Nießen2018-10-212-22/+3
* crypto: reduce memory usage of SignFinalTobias Nießen2018-10-213-41/+50
* benchmark: coerce PORT to numberAli Ijaz Sheikh2018-10-211-1/+1
* doc: add missing deprecation labelsJames M Snell2018-10-211-0/+4
* doc: document use of buffer.swap16() for utf16beJames M Snell2018-10-211-0/+8
* test: correct order of args in buffer compareJames Irwin2018-10-211-20/+20
* doc: add Backport-PR-URL info in backport guideAli Ijaz Sheikh2018-10-211-5/+8
* meta: clarify fast-track approvalJames M Snell2018-10-211-1/+3
* deps: add missing ares_android.h filecjihrig2018-10-211-0/+26
* tools: clarify commit message lintingRich Trott2018-10-211-1/+1
* test: enable trace-events tests for workersRichard Lau2018-10-2115-84/+48
* doc: improve README.mdRich Trott2018-10-211-5/+3
* tools: do not lint commit message if var undefinedRich Trott2018-10-211-1/+1
* tools: prefer filter to remove empty stringsSakthipriyan Vairamani (thefourtheye)2018-10-211-2/+2
* console: add trace-events for time and countJames M Snell2018-10-213-1/+76
* src: initial large page (2M) supportSuresh Srinivas2018-10-217-0/+370
* build: fix `./configure --enable-d8`Ben Noordhuis2018-10-211-0/+1
* doc: simplify security reporting textRich Trott2018-10-211-9/+4
* src: add trace events for env.ccJames M Snell2018-10-213-1/+116
* crypto: DRY Diffie-Hellman initialization codeBen Noordhuis2018-10-211-60/+38
* test: check codes of thrown errorsNancy Truong2018-10-212-7/+16
* timers: run nextTicks after each immediate and timerAnatoli Papirovski2018-10-2113-158/+162
* stream: undo internalBinding() conversion in compat mechanismAnna Henningsen2018-10-211-1/+4
* test: error when empty buffer is passed to filehandle.read()Masashi Hirano2018-10-171-0/+13
* test: error when empty buffer is passed to fs.read()shisama2018-10-171-0/+10
* src: changed stdio_pipes_ to std::vectorSteven Auger2018-10-172-15/+13
* tls: prevent multiple connection errorscjihrig2018-10-171-3/+3
* crypto: simplify internal state handlingTobias Nießen2018-10-171-14/+5