summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-18n-api: check against invalid handle scope usageAnna Henningsen
2017-10-16child_process: add windowsHide optioncjihrig
2017-10-16n-api: reimplement instanceof using V8 APIYang Guo
2017-10-15crypto: migrate Certificate to internal/errorsJames M Snell
2017-10-15src: remove unused includes from node_wrap.hDaniel Bevenius
2017-10-13inspector: Move JS API code to separate fileEugene Ostroukhov
2017-10-13src: rename StreamWrap to LibuvStreamWrapAnna Henningsen
2017-10-12src: add internalBindings for binding isolationBradley Farias
2017-10-12src: node_dtrace line continuations clean upDaniel Bevenius
2017-10-11n-api: make changes for source compatibilityGabriel Schulhof
2017-10-11module: resolve and instantiate loader pipeline hooksguybedford
2017-10-11src: rename perfctr_macros.py->noperfctr_macros.pyDaniel Bevenius
2017-10-10url: fix port overflow checkingRimas Misevičius
2017-10-09src: replace manual memory mgmt with std::stringBen Noordhuis
2017-10-08src: use more appropriate context-entered checkAnna Henningsen
2017-10-07src: fix ^ in stack trace with vm's columnOffsetTimothy Gu
2017-10-06src: remove unused node_dtrace.h from node_win32Daniel Bevenius
2017-10-05src: trace_event macro line continuation cleanupDaniel Bevenius
2017-10-04src: do not add .domain to promises in VM contextsTimothy Gu
2017-10-02inspector: reimplement JS bindingTimothy Gu
2017-10-02http2: making sending to the socket more efficientJames M Snell
2017-10-02http2: eliminate dead codeJames M Snell
2017-10-02http2: refactor method arguments to avoid boolsJames M Snell
2017-10-02http2: simplify TypeNameJames M Snell
2017-10-02src: fix windows-only build breakageBen Noordhuis
2017-10-01url: const-ify APIs, and pass URL by refSam Roberts
2017-10-01src: fixup node_platform blocking task drainAnna Henningsen
2017-09-30src: remove unused includes in src/tracingDaniel Bevenius
2017-09-29n-api: add check for large stringsMichael Dawson
2017-09-29url: fix remaining calculationRimas Misevičius
2017-09-29src: remove unused using in node_trace_writer.hDaniel Bevenius
2017-09-28src: add help for NODE_PENDING_DEPRECATION envThomas Corbière
2017-09-28crypto: better crypto error messagesGreg Alexander
2017-09-28crypto: use X509V3_EXT_d2iDavid Benjamin
2017-09-28crypto: use SSL_SESSION_get_idDavid Benjamin
2017-09-28http2: make --expose-http2 flag a non-opJames M Snell
2017-09-28src,etw: fix event 9 on 64 bit WindowsJoão Reis
2017-09-27src: remove unused variable in node_url.cccjihrig
2017-09-27src: remove unused computationcjihrig
2017-09-27async_wrap: allow user to pass execution_async_idTrevor Norris
2017-09-27async_wrap: add constructor for PromiseWrapTrevor Norris
2017-09-27src: clear async id stack if bootstrap throwsTrevor Norris
2017-09-27src: move node_trace_writer/buffer.h to agent.ccDaniel Bevenius
2017-09-26crypto: only try to set FIPS mode if differentGibson Fahnestock
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-09-25src: correct typo in trace_event headerDaniel Bevenius
2017-09-24url: fix windows drive letter handlingBenjamin Coe
2017-09-24src: add --pending-deprecation to NODE_OPTIONSThomas Corbière
2017-09-24n-api: fix warning about size_t compare with intSampson Gao
2017-09-24src: remove unused constant from node_perf.hAnna Henningsen