summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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
2018-10-24src: clean clang-tidy errors in node_file.hRefael Ackermann
2018-10-24src: fix resource leak in node::fs::FileHandleRefael Ackermann
2018-10-24src: refactor FillStatsArrayRefael Ackermann
2018-10-24trace_events: forbid tracing modifications from worker threadsAnna Henningsen
2018-10-24src: remove `Environment::tracing_agent_writer()`Anna Henningsen
2018-10-24src: reduce duplication in tcp_wrap ConnectDaniel Bevenius
2018-10-24src: refactor deprecated v8::String::NewFromTwoByte callRomain Lanz
2018-10-24src: improve StreamBase read throughputAnna Henningsen
2018-10-24crypto: add SET_INTEGER_CONSANT macroDaniel Bevenius
2018-10-24src: simplify `TimerFunctionCall()` in `node_perf.cc`Anna Henningsen
2018-10-23src: memory management using smart pointerUttam Pawar
2018-10-23src: refactor deprecated v8::Function::Call callRomain Lanz
2018-10-23lib: trigger uncaught exception handler for microtasksGus Caplan