summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-11doc: Change options at STEP 5 in CONTRIBUTING.mdkysnm
2017-05-11benchmark: check for time precision in common.jsRich Trott
2017-05-11fs: refactor deprecated functions for readabilityRich Trott
2017-05-11doc: update to add ref to supported platformsMichael Dawson
2017-05-11src: make SIGPROF message a real warningcjihrig
2017-05-11https: support agent construction without newcjihrig
2017-05-11doc: clarify node.js addons are c++Beth Griggs
2017-05-11test: favor deepStrictEqual over deepEqualRich Trott
2017-05-11test: improve n-api array func coverageMichael Dawson
2017-05-11build: fix ninja build failure (GYP patch)Daniel Bevenius
2017-05-11build: fix ninja build failureDaniel Bevenius
2017-05-11test: dynamic port in cluster disconnectSebastian Plesciuc
2017-05-11lib: add guard to originalConsoleDaniel Bevenius
2017-05-10test: detect all types of aborts in windowsGireesh Punathil
2017-05-10makefile: add async-hooks to test and test-ciTrevor Norris
2017-05-10test: adding tests for initHooks APIThorsten Lorenz
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-05-10async_hooks: initial async_hooks implementationTrevor Norris
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-05-10async_wrap: use more specific providersTrevor Norris
2017-05-10crypto: use named FunctionTemplateTrevor Norris
2017-05-10async_wrap: use double, not int64_t, for async idTrevor Norris
2017-05-10test: remove unneeded testsTrevor Norris
2017-05-10tty_wrap: throw when uv_tty_init() returns errorTrevor Norris
2017-05-10src: fix comments re PER_ISOLATE macrosJosh Gavant
2017-05-10doc: add docs for server.address() for pipe caseFlarna
2017-05-10test: use assert regexp in tls no cert testArtur Vieira
2017-05-10test: fix flaky test-https-client-get-urlSebastian Plesciuc
2017-05-10doc, test: add note to response.getHeadersRefael Ackermann
2017-05-09test: remove obsolete lint config commentsRich Trott
2017-05-09deps: ICU 59.1 bumpSteven R. Loomis
2017-05-09doc: fix broken links in n-api docMichael Dawson
2017-05-09test: use dynamic port instead of common.PORTAditya Anand
2017-05-09lib: remove useless default caughtJackson Tian
2017-05-09n-api: Handle fatal exception in async callbackJason Ginchereau
2017-05-09n-api: napi_get_cb_info should fill arrayJason Ginchereau
2017-05-10fs: throw on invalid callbacks for async functionsSakthipriyan Vairamani (thefourtheye)
2017-05-09doc: fix typo in streams.mdGlenn Schlereth
2017-05-09dns: support promisified `lookup(Service)`Anna Henningsen
2017-05-09child_process: support promisified `exec(File)`Anna Henningsen
2017-05-09fs: support util.promisify for fs.read/fs.writeAnna Henningsen
2017-05-09timers: add promisify supportAnna Henningsen
2017-05-09test: add test for promisify customPromisifyArgsGil Tayar
2017-05-09test: add a bunch of tests from bluebirdMadara Uchiha
2017-05-09util: add util.promisify()Anna Henningsen
2017-05-09util: add internal bindings for promise handlingAnna Henningsen
2017-05-09test: add skipIfInspectorDisabled to debugger-pidDaniel Bevenius
2017-05-09net: check and throw on error for getsocknameDaniel Bevenius
2017-05-09test: add test for timers benchmarksJoyee Cheung