summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-09http: makes response.writeHead return the responseMark S. Everitt
2019-02-09src: remove unused method in env.hgengjiawen
2019-02-09doc: edit process.report related documentationcjihrig
2019-02-09deps: update llhttp to 1.1.1Fedor Indutny
2019-02-09doc: clarify http timeoutsAndrew Moss
2019-02-08doc: revise Introducing New ModulesRich Trott
2019-02-08worker: use correct ctor for error serializationAnna Henningsen
2019-02-08src: pass along errors from StreamBase req obj creationsAnna Henningsen
2019-02-08src: pass along errors from fs object creationsAnna Henningsen
2019-02-08src: pass along errors from http2 object creationAnna Henningsen
2019-02-08src: pass along errors from tls object creationAnna Henningsen
2019-02-08deps: float fix for building HdrHistogram on Win x86jasnell
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-08report: use uv_getnameinfo() for socket endpointscjihrig
2019-02-08deps: update acorn to 6.0.7Michaƫl Zasso
2019-02-08report: widen scope of #ifndefcjihrig
2019-02-08report: remove unnecessary case block scopescjihrig
2019-02-08report: remove empty string stream insertioncjihrig
2019-02-08src: nullcheck on trace controllerGireesh Punathil
2019-02-08lib: remove dollar symbol for private functionMaleDong
2019-02-08src: allow --perf-prof-unwinding-info in NODE_OPTIONSTom Gallacher
2019-02-08src: allow --perf-basic-prof-only-functions in NODE_OPTIONSTom Gallacher
2019-02-08test: refactor to block-scopeLakshmiSwethaG
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-02-08assert: create internal/assert micro-moduleRich Trott
2019-02-08assert: refactor internal assert.jsRich Trott
2019-02-08src: make watchdog async callback a lambdaGireesh Punathil
2019-02-08src: make deleted function public in agent.hgengjiawen
2019-02-08test: exit sequence sanity testsGireesh Punathil
2019-02-08lib: use `internal/options` to query `--abort-on-uncaught-exception`Joyee Cheung
2019-02-08process: move deprecation warning initialization into pre_execution.jsJoyee Cheung
2019-02-08lib: move signal event handling into bootstrap/node.jsJoyee Cheung
2019-02-07benchmark: remove unreachable returnZYSzys
2019-02-07src: use bool instead of integer literal in connection_wrap.ccgengjiawen
2019-02-07src: refactor to nullptr in cpp codegengjiawen
2019-02-07test: refactor test-http-agent-timeout-optionLuigi Pinca
2019-02-07src: clean unused code in agent.hgengjiawen
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-02-06tools: apply more stringent lint rules for benchmark codeRich Trott
2019-02-06benchmark: refactor for consistent styleRich Trott
2019-02-07src: fix compiler warnings in node_buffer.ccDaniel Bevenius
2019-02-07doc: add a sentence about REPLACEME in code changesLance Ball
2019-02-06doc: revise Collaborator Guide on revertingRich Trott
2019-02-06test: clarify confusion over "client" in commentSam Roberts
2019-02-06test: use mustCall(), not global state checksSam Roberts
2019-02-06test: use common.mustCall(), and log the eventsSam Roberts
2019-02-06test: use mustCall in ephemeralkeyinfo testSam Roberts
2019-02-06test: send a bad record only after connection doneSam Roberts
2019-02-06test: end tls gracefully, rather than destroySam Roberts
2019-02-06test: pin regression test for #8074 to TLS 1.2Sam Roberts