summaryrefslogtreecommitdiff
path: root/src/node_dtrace.cc
AgeCommit message (Expand)Author
2019-02-05worker,etw: only enable ETW on the main threadAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-06-07src, tools: add check for left leaning pointersDaniel Bevenius
2018-04-19src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-12src: node_dtrace line continuations clean upDaniel Bevenius
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2016-12-27dtrace: resolve conversion warnings from SLURP_INTChristopher J. Brody
2016-08-08src: remove unused using declsHaojian Wu
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2015-12-22src: remove forwards for v8::GC*logueCallbackAli Ijaz Sheikh
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-03-16make: remove node_dtrace from cpplint excludesJulien Gilli
2015-02-02src: remove unused dtrace probesGlen Keane
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2015-01-07src: pass Isolate to additional locationsTrevor Norris
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-06src: replace usage of String::Utf8ValueTimothy J Fontaine
2014-03-16src: fix tracing infrastructure after v8 upgradeBen Noordhuis
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-21dtrace: workaround linker bug on FreeBSDFedor Indutny
2014-02-08Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-01dtrace: fix arguments warningFedor Indutny
2013-10-29build: use zero overhead systemtap probesBen Noordhuis
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-05-22dtrace: unify dtrace and systemtap interfacesTimothy J Fontaine
2013-04-03dtrace: check if _handle property is setBen Noordhuis
2013-04-03dtrace: actually use the _handle.fd valueTimothy J Fontaine
2013-04-03dtrace: pass more arguments to probesDave Pacheco
2013-03-30dtrace: check if _handle property is setBen Noordhuis
2013-03-30dtrace: actually use the _handle.fd valueTimothy J Fontaine
2013-03-30dtrace: pass more arguments to probesDave Pacheco
2013-03-20src: pass Isolate to all applicable apiTrevor Norris
2013-03-20bindings: update apiTrevor Norris
2013-02-25src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-01-07src: pass node_isolate to Undefined()Ben Noordhuis
2012-11-01tracing: add systemtap supportJan Wynholds
2012-06-13Windows: Enable ETW events.Igor Zinkovsky