summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Travis CI's default distro is now Xenialcclauss/Travis-CI-PYTHON_VERSIONcclauss2019-07-151-1/+0
* build: specify Python version once for all testscclauss2019-07-151-5/+8
* doc: add documentation for createDiffieHellmanGroupOjasvi Monga2019-07-141-0/+37
* stream: use readableEncoding public api for child_processZYSzys2019-07-144-6/+34
* http: fix test where aborted should not be emittedRobert Nagy2019-07-146-10/+60
* test: increase limit for network space overhead testBen L. Titzer2019-07-151-1/+1
* src: add missing option parser template for the DebugOptionsParserSamuel Attard2019-07-151-0/+11
* build: remove broken intel vtune supportBen Noordhuis2019-07-158-86/+0
* src: lint #defines in src/node.hTariq Ramlall2019-07-151-6/+6
* stream: simplify `.pipe()` and `.unpipe()` in ReadableWeijia Wang2019-07-155-64/+33
* test: fix pty test hangs on aixBen Noordhuis2019-07-156-105/+122
* build,v8: support IBM iXu Meng2019-07-151-6/+14
* tools: add coverage to ignored filesLucas Holmquist2019-07-151-0/+1
* http2: report memory allocated by nghttp2 to V8Anna Henningsen2019-07-151-1/+12
* deps: update acorn to 6.2.0Michaël Zasso2019-07-1518-5270/+5051
* src: add cleanup hook for ContextifyContextAnna Henningsen2019-07-142-0/+15
* zlib: do not coalesce multiple `.flush()` callsAnna Henningsen2019-07-144-53/+79
* doc: mark N-API thread-safe function stableGabriel Schulhof2019-07-141-2/+0
* doc: mark process.report as experimentalcjihrig2019-07-141-0/+18
* path: move branch to the correct locationRuben Bridgewater2019-07-141-2/+2
* path: using .relative() should not return a trailing slashRuben Bridgewater2019-07-142-6/+12
* readline: expose stream API in clearScreenDown()cjihrig2019-07-133-6/+32
* doc: remove superfluous MDN link in assert.mdRich Trott2019-07-131-4/+0
* readline: simplify isFullWidthCodePoint()cjihrig2019-07-131-40/+30
* readline: remove IIFE in SIGCONT handlercjihrig2019-07-131-16/+14
* readline: use named constant for surrogate checkscjihrig2019-07-132-6/+8
* doc: drop 'for more details' in deprecationscjihrig2019-07-131-6/+5
* src: simplify --debug flagscjihrig2019-07-131-5/+3
* doc: add example on how to create __filename, __dirname for esmWalle Cyril2019-07-131-1/+10
* src, tools: replace raw ptr with smart ptrGauthamBanasandra2019-07-123-10/+14
* src: replace already elevated Object, Local v8 namespaceJuan José Arboleda2019-07-121-1/+1
* report: modify getReport() to return an ObjectChristopher Hiller2019-07-127-26/+44
* doc: add missing typesLuigi Pinca2019-07-121-0/+6
* doc: relax requirements for setAAD in CCM modeTobias Nießen2019-07-121-1/+1
* doc: add a link to the throw-deprecations flagLucas Holmquist2019-07-121-1/+2
* build: do not always build the default V8 snapshotMichaël Zasso2019-07-122-13/+37
* src: manage MakeContext() pointer with unique_ptrcjihrig2019-07-121-6/+3
* src: clang build warning fixDavid Carlier2019-07-111-2/+4
* doc: fix nits in stream.mdVse Mozhet Byt2019-07-111-55/+57
* doc: edit stream module introductionRich Trott2019-07-111-7/+4
* tools: add markdown lint rule for 'Unix'Rich Trott2019-07-113-5/+5
* doc: change 'unix' to 'Unix' in ninja guideRich Trott2019-07-111-1/+1
* doc: add line for inspect host:port invocationTim Baverstock2019-07-111-2/+2
* perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud2019-07-127-5/+119
* doc: mention unit for event loop delay measurementsJan Krems2019-07-111-1/+1
* doc: update stream.md "Organization of this Document"Rich Trott2019-07-111-4/+3
* test: add test-fs-writeFileSync-invalid-windowsRich Trott2019-07-111-0/+21
* gyp: pull Python 3 changes from node/node-gypcclauss2019-07-1116-180/+218
* n-api: make thread-safe-function calls properlyGabriel Schulhof2019-07-111-5/+6
* http2: override authority with optionsLuigi Pinca2019-07-102-1/+16