summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-23crypto: refactor argument validation for pbkdf2James M Snell
2017-10-23http2: multiple style and performance updatesJames M Snell
2017-10-23src: turn JS stream into a full duplexAnna Henningsen
2017-10-23src: allow top-level calls into JSStreamAnna Henningsen
2017-10-23src: use new V8 API in vm moduleFranziska Hinkelmann
2017-10-22src: operator[] checks bounds in debug modegitHubTracey
2017-10-21module: fix main resolution and not found updatesGuy Bedford
2017-10-21net: fix timeouts during long writesAnatoli Papirovski
2017-10-21tls: properly track writeQueueSize during writesAnatoli Papirovski
2017-10-20src: fix NewContext for --without-intlTimothy Gu
2017-10-19src: check uv_prepare_stop return valueAnna Henningsen
2017-10-19async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-19n-api: unexpose symbols and remove EXTERNAL_NAPIGabriel Schulhof
2017-10-18src: fix rename of entry frame in v8abbr.hgeek
2017-10-18src: update ustack offset identifiersgeek
2017-10-18src: update NODE_MODULE_VERSION to 59Michaël Zasso
2017-10-18meta: update comments for module versionMyles Borins
2017-10-18src: combine loops in CopyJsStringArray()cjihrig
2017-10-18src: increase usage of context in spawn_sync.cccjihrig
2017-10-18src: increase usage of context in process_wrap.cccjihrig
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