summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-09-23src: minor c++ refactors to module_wrapAnna Henningsen
2017-09-23async_hooks: support promise resolve hookAnna Henningsen
2017-09-22src: do not include internals from node_buffer.hAnna Henningsen
2017-09-22dgram: refactor SO_RCVBUF and SO_SNDBUF methodscjihrig
2017-09-22src: use UV_EINVAL instead of EINVAL in udp_wrapDaniel Bevenius
2017-09-22fs: add O_DSYNCJussi Räsänen
2017-09-21src: constify PerformanceEntry data membersBen Noordhuis
2017-09-21src: return references from getters, not copiesBen Noordhuis
2017-09-21src: handle uv_async_init() failureBen Noordhuis
2017-09-21src: remove unused static variableBen Noordhuis
2017-09-21src: prepare platform for upstream V8 changesAnna Henningsen
2017-09-20src: fix compiler warning in udp_wrap.ccDaniel Bevenius