Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-13src: remove pushValueToArray and SetupProcessObjectJoyee Cheung
2018-11-13os: do not call into JS to push values to an array in GetCPUInfoJoyee Cheung
2018-11-13process: remove pushValueToArray in GetActiveHandlesJoyee Cheung
2018-11-13process: remove pushValueToArray in GetActiveRequestsJoyee Cheung
2018-11-13process: remove pushValueToArray in EnvEnumeratorJoyee Cheung
2018-11-13http: remove pushValueToArray in Parser::CreateHeaders()Joyee Cheung
2018-11-13http2: remove pushValueToArray in Http2Session::HandleOriginFrameJoyee Cheung
2018-11-13http2: 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-11deps: introduce `llhttp`Fedor Indutny
2018-11-10tracing: fix static destruction order issueAnna Henningsen
2018-11-10src: reuse std::make_uniquealyssaq
2018-11-09benchmark: add dir and withFileTypes option readdir benchmarksJoyee Cheung
2018-11-09fs: replace pushValueToArray with pure C++ APIJoyee Cheung
2018-11-08src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-08crypto: 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-04buffer: throw exception when creating from non-Node.js ContextAnna Henningsen
2018-11-04http2: improve http2 code a bitJames M Snell
2018-11-04n-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-11-01src: 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-30src,win: informative stack tracesRefael Ackermann
2018-10-28src: improve StreamBase write throughputAnna Henningsen
2018-10-28src: minor refactor to node_errors.hAnna Henningsen
2018-10-28src: remove unused variablesAnna Henningsen
2018-10-28src: make model counter in `GetCPUInfo()` unsignedAnna Henningsen
2018-10-28src: include util-inl.h in worker_agent.ccAnna Henningsen
2018-10-27src: avoid extra `Persistent` in `DefaultTriggerAsyncIdScope`Anna Henningsen
2018-10-25src: use maybe version v8::Function::CallOuyang Yadong
2018-10-25test: verify `performance.timerify()` works w/ non-Node ContextsAnna Henningsen
2018-10-24src: add direct dependency on `*-inl.h` fileRefael Ackermann
2018-10-24src: add AliasedBuffer::reserveRefael Ackermann
2018-10-24n-api: make per-`Context`-ness of `napi_env` explicitAnna Henningsen