summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps: upgrade npm to 5.0.0Kat Marchán2017-05-29230-3413/+7639
* src: reduce duplicate code in SafeGetenv()cjihrig2017-05-291-8/+5
* crypto: update root certificatesBen Noordhuis2017-05-291-114/+25
* tools: update certdata.txtBen Noordhuis2017-05-291-658/+479
* doc: create list of CTC emeritiRich Trott2017-05-291-8/+11
* doc: remove Gitter badge from READMERich Trott2017-05-291-1/+0
* inspector: --debug* deprecation and invalidationRefael Ackermann2017-05-2910-36/+180
* doc: restructure url.mdJames M Snell2017-05-291-369/+371
* doc: graduate WHATWG URL from ExperimentalJames M Snell2017-05-291-9/+2
* deps: add example of comparing OpenSSL changesDaniel Bevenius2017-05-291-0/+7
* crypto: return CHECK_OK in VerifyCallbackDaniel Bevenius2017-05-291-2/+2
* test: refactor test-fs-assert-encoding-errorRich Trott2017-05-291-8/+8
* doc: fix api docs styleDaijiro Wachi2017-05-293-9/+5
* v8: backport pieces from 18a26cfe174 from upstream v8Peter Marshall2017-05-282-0/+21
* v8: backport 43791ce02c8 from upstream v8kozyatinskiy2017-05-283-19/+0
* v8: backport faf5f52627c from upstream v8Peter Marshall2017-05-286-353/+323
* v8: backport 4f82f1d948c from upstream v8hpayer2017-05-281-2/+2
* v8: backport 4f82f1d948c from upstream v8hpayer2017-05-281-0/+3
* v8: backport a9e56f4f36d from upstream v8Peter Marshall2017-05-285-25/+8
* v8: backport bd59e7452be from upstream v8Michael Achenbach2017-05-283-14/+21
* src: update NODE_MODULE_VERSION to 57Michaël Zasso2017-05-281-1/+1
* async_wrap: fix Promises with later enabled hooksAnna Henningsen2017-05-283-10/+49
* async_wrap,src: wrap promises directlyMatt Loring2017-05-283-31/+4
* doc: make spelling of behavior consistentMichael Dawson2017-05-284-4/+4
* build: xz tarball extreme compressionPeter Dave Hello2017-05-281-1/+1
* test: replace `indexOf` with `includes`Aditya Anand2017-05-282-4/+5
* build: ignore more VC++ artifactsRefael Ackermann2017-05-281-0/+2
* build: support dtrace on ARMBradley T. Hughes2017-05-281-1/+1
* test: add AsyncResource addon testAnna Henningsen2017-05-283-0/+201
* async_hooks: implement C++ embedder APIAnna Henningsen2017-05-287-152/+342
* stream: support Uint8Array input to methodsAnna Henningsen2017-05-286-23/+205
* src: fix InspectorStarted macro guardDaniel Bevenius2017-05-281-1/+4
* test: check noop invocation with mustNotCall()Rich Trott2017-05-281-10/+10
* n-api: add napi_get_versionMichael Dawson2017-05-285-0/+55
* src: ignore unused warning for inspector-agent.ccDaniel Bevenius2017-05-281-1/+1
* doc,build: update configure help messagesGibson Fahnestock2017-05-281-3/+3
* querystring: improve unescapeBuffer() performanceJesus Seijas2017-05-281-57/+34
* test: add coverage for socket write after closecjihrig2017-05-281-0/+39
* http: destroy sockets after keepAliveTimeoutTimur Shemsedinov2017-05-286-11/+252
* inspector: add missing virtual destructorEugene Ostroukhov2017-05-282-1/+2
* src: add comment for TicketKeyCallbackAnna Henningsen2017-05-281-0/+2
* async_hooks: rename AsyncEvent to AsyncResourceAnna Henningsen2017-05-286-18/+18
* stream: emit finish when using writev and corkMatteo Collina2017-05-282-2/+60
* http: improve outgoing string write performanceBrian White2017-05-283-81/+71
* doc: fix code example in inspector.mdVse Mozhet Byt2017-05-281-2/+2
* deps: cherry-pick 6803eef from V8 upstreamMatt Loring2017-05-287-4/+32
* lib,src: improve writev() performance for BuffersBrian White2017-05-283-70/+114
* test: use common.mustNotCall in test-crypto-randomRich Trott2017-05-281-13/+14
* crypto: remove root_cert_store from node_crypto.hDaniel Bevenius2017-05-282-5/+3
* test: skip test-bindings if inspector is disabledDaniel Bevenius2017-05-281-2/+3