summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-17src: elevate v8 namespaces of referenced artifactsKanika Singhal
2018-11-17Revert "src: enable detailed source positions in V8"Refael Ackermann
2018-11-16src: emit warnings from V8Gus Caplan
2018-11-16src: re-sort the symbol macrosSam Roberts
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-16src: fix compiler warning in node_osDaniel Bevenius
2018-11-16src: remove unused variablesDaniel Bevenius
2018-11-15src: compile native modules and their code cache in C++Joyee Cheung
2018-11-13src: enable detailed source positions in V8Yang Guo
2018-11-13tls: get the local certificate after tls handshakeSam Roberts
2018-11-14src: remove pushValueToArray and SetupProcessObjectJoyee Cheung
2018-11-14os: do not call into JS to push values to an array in GetCPUInfoJoyee Cheung
2018-11-14process: remove pushValueToArray in GetActiveHandlesJoyee Cheung
2018-11-14process: remove pushValueToArray in GetActiveRequestsJoyee Cheung
2018-11-14process: remove pushValueToArray in EnvEnumeratorJoyee Cheung
2018-11-14http: remove pushValueToArray in Parser::CreateHeaders()Joyee Cheung
2018-11-14http2: remove pushValueToArray in Http2Session::HandleOriginFrameJoyee Cheung
2018-11-14http2: remove pushValueToArray in Http2Session::HandleHeadersFrameJoyee Cheung
2018-11-13tls: disable TLS v1.0 and v1.1 by defaultBen Noordhuis
2018-11-13async_hooks: add HandleScopes to C++ embedder/addon APIAnna Henningsen
2018-11-13src: bundle persistent-to-local methods as classGabriel Schulhof
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-10deps: introduce `llhttp`Fedor Indutny
2018-11-10tracing: fix static destruction order issueAnna Henningsen
2018-11-09src: reuse std::make_uniquealyssaq
2018-11-08benchmark: add dir and withFileTypes option readdir benchmarksJoyee Cheung
2018-11-08fs: replace pushValueToArray with pure C++ APIJoyee Cheung
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-07crypto: add support for chacha20-poly1305 for AEADchux0519
2018-11-07src: fix Set() usage in env-inl.hcjihrig
2018-11-07src: fix Set() usage in node.hcjihrig
2018-11-07src: fix Get() usage in tls_wrap.cccjihrig
2018-11-07src: fix Get() usage in async_wrap.cccjihrig
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung
2018-11-04buffer: do proper error propagation in addon methodsAnna Henningsen
2018-11-03buffer: throw exception when creating from non-Node.js ContextAnna Henningsen
2018-11-03http2: improve http2 code a bitJames M Snell
2018-11-03n-api: add missing handle scopesDaniel Bevenius
2018-11-03src: fix compiler warning for debug buildDaniel Bevenius
2018-11-02vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen
2018-11-02src: fix CreatePlatform header param mismatchShelley Vohr
2018-11-02src: use v8:: for consistency in utilZYSzys
2018-11-02src: use smart pointers in cares_wrap.ccDaniel Bevenius
2018-10-31src: fix fully-static & large-pages combinationSuresh Srinivas
2018-10-31lib: enable TypedArray and DataView for the v8 moduleOuyang Yadong
2018-10-31os: fix memory leak in `userInfo()`Anna Henningsen
2018-10-30src: use "constants" string instead of creating new oneOuyang Yadong
2018-10-30src: fix compiler warningcjihrig
2018-10-29src,win: informative stack tracesRefael Ackermann
2018-10-28src: improve StreamBase write throughputAnna Henningsen