summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2018-07-18, Version 10.7.0 (Current)v10.7.0v10.7.0-proposalMichaël Zasso2018-07-187-13/+159
* doc: fix structure and formatting in inspector.mdVse Mozhet Byt2018-07-181-26/+26
* inspector: expose original consoleMatteo Collina2018-07-185-2/+62
* test: add support for NODE_TEST_DIR on a separate mount pointAntoine du HAMEL2018-07-182-1/+6
* crypto: prevent Sign::SignFinal from crashingTobias Nießen2018-07-181-3/+4
* buffer: remove superfluous assignmentTobias Nießen2018-07-181-1/+0
* process: split bootstrappers by threads that can run themJoyee Cheung2018-07-187-165/+227
* test: move inspector test back to parallel, unmark flakyAnna Henningsen2018-07-172-1/+0
* lib: update punycode to 2.1.1Rich Trott2018-07-171-6/+6
* test: fix build warnings in bigint N-API testAnna Henningsen2018-07-161-2/+2
* test: refactor test-tls-connect-memleak, move to parallelAnna Henningsen2018-07-161-23/+23
* test: refactor test-net-connect-memleak, move to parallelAnna Henningsen2018-07-161-23/+23
* test: add gc tracking to common APIAnna Henningsen2018-07-163-0/+57
* http2: fix issues with aborted `respondWithFile()`sAnna Henningsen2018-07-164-9/+52
* build: account for pure C sources in `build-addons-napi`Anna Henningsen2018-07-161-0/+1
* doc: add documentation for buffer.byteOffsetAndreas Madsen2018-07-161-0/+25
* assert: improve simple assertRuben Bridgewater2018-07-165-92/+221
* console: fix timeEnd() not coercing the inputRuben Bridgewater2018-07-162-3/+9
* console,util: avoid pair array generation in C++Anna Henningsen2018-07-165-38/+67
* test: fix flaky test-debug-promptRich Trott2018-07-161-1/+4
* test: fix comment of fs.promises writeRyuichi Sakagami2018-07-161-1/+1
* test: add test of fs.promises write for non-string buffersRyuichi Sakagami2018-07-161-1/+15
* http2: remove `waitTrailers` listener after closing a streamRidgeA2018-07-162-0/+49
* src: fix async hooks crashing when there is no node contextJavier Gonzalez2018-07-164-1/+34
* doc: fix vm.runInNewContext signatureMichaël Zasso2018-07-161-1/+1
* doc: make markdown input compliantSam Ruby2018-07-165-89/+25
* test: add heap snapshot testsAnna Henningsen2018-07-169-0/+324
* src: make heap snapshot & embedder graph accessible for testsAnna Henningsen2018-07-164-0/+322
* src: use V8 graph heap snapshot APIAnna Henningsen2018-07-168-116/+160
* deps: cherry-pick 555c811 from upstream V8Anna Henningsen2018-07-166-31/+152
* src: add iteration over all base objects to EnvironmentAnna Henningsen2018-07-162-0/+21
* doc: add my pronounRuben Bridgewater2018-07-161-1/+1
* test: add filehandle sync() and datasync() testsMasashi Hirano2018-07-151-0/+27
* doc: update readme with my pronounsLance Ball2018-07-151-1/+1
* doc: prevent some redirectionsVse Mozhet Byt2018-07-1514-20/+20
* src: add HandleWrap::AddWrapMethodsJon Moss2018-07-1411-47/+24
* src: start annotating native code side effectTimothy Gu2018-07-1414-112/+206
* src: remove .h if -inl.h is already includedDaniel Bevenius2018-07-146-10/+0
* test: improve console table error outputRuben Bridgewater2018-07-141-1/+4
* lib: refactor cli tableRuben Bridgewater2018-07-141-12/+9
* process: implement process.hrtime.bigint()Joyee Cheung2018-07-147-3/+71
* src: add node_process.ccJames M Snell2018-07-144-559/+566
* worker: exit after uncaught exceptionDenys Otrishko2018-07-143-0/+20
* test: refactor process/worker exitCode testsDenys Otrishko2018-07-143-234/+133
* process: fix process.exitCode handling for fatalExceptionDenys Otrishko2018-07-147-8/+109
* src,tools: use https://nodejs.org URL when possible.XhmikosR2018-07-145-6/+6
* src: add comment on CallbackScope exception behaviourAnna Henningsen2018-07-141-0/+4
* doc: add "Edit on GitHub" linkRich Trott2018-07-144-1/+16
* test: remove timer in fs.watchFile() testRich Trott2018-07-141-1/+1
* test: fix flaky watchFile()Rich Trott2018-07-141-3/+0