summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-11worker: pre-allocate thread idAnna Henningsen
2019-02-11src: remove unused method in class Http2Streamgengjiawen
2019-02-11http2: improve compat performanceMatteo Collina
2019-02-11build: export deprecated OpenSSL symbols on WindowsRichard Lau
2019-02-11src: remove redundant cast in node_file.ccgengjiawen
2019-02-11http: reduce multiple output arrays into oneWeijia Wang
2019-02-11src: remove unused class in node_errors.hgengjiawen
2019-02-11test: capture stderr from child processesGireesh Punathil
2019-02-10util: protect against monkeypatched Object prototype for inspect()Rich Trott
2019-02-10src: remove redundant voidgengjiawen
2019-02-10process: normalize process.argv before user code executionJoyee Cheung
2019-02-10process: group main thread execution preparation codeJoyee Cheung
2019-02-10fs: harden validation of start option in createWriteStreamZYSzys
2019-02-09report: rename setDiagnosticReportOptions()cjihrig
2019-02-09report: refactor report option validationcjihrig
2019-02-09fs: remove redundant callback checkZYSzys
2019-02-09test: remove extraneous report validation argumentcjihrig
2019-02-09fs: remove useless internalFSZYSzys
2019-02-09worker: no throw on property access/postMessage after terminationChristopher Jeffrey
2019-02-09crypto: include 'Buffer' in error output of Hash.update methodAmit Zur
2019-02-09src: fix return type in Hashgengjiawen
2019-02-09src: refactor macro to std::min in node_buffer.ccgengjiawen
2019-02-09http2: makes response.writeHead return the responseMark S. Everitt
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