summaryrefslogtreecommitdiff
path: root/src/node_dtrace.cc
Commit message (Expand)AuthorAgeFilesLines
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-1/+3
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-051-7/+9
* src, tools: add check for left leaning pointersDaniel Bevenius2018-06-071-2/+2
* src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung2018-04-191-15/+16
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* src: node_dtrace line continuations clean upDaniel Bevenius2017-10-121-59/+59
* src: refactor `#include` handlingAnna Henningsen2017-09-141-4/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* dtrace: resolve conversion warnings from SLURP_INTChristopher J. Brody2016-12-271-1/+1
* src: remove unused using declsHaojian Wu2016-08-081-1/+0
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-1/+1
* src: remove forwards for v8::GC*logueCallbackAli Ijaz Sheikh2015-12-221-2/+0
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-2/+1
* make: remove node_dtrace from cpplint excludesJulien Gilli2015-03-161-5/+5
* src: remove unused dtrace probesGlen Keane2015-02-021-37/+0
* Remove excessive copyright/license boilerplateisaacs2015-01-121-22/+0
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-3/+3
* src: pass Isolate to additional locationsTrevor Norris2015-01-071-1/+1
* src: replace NULL with nullptrBen Noordhuis2014-10-231-2/+2
* src: attach env directly to api functionsBen Noordhuis2014-10-131-10/+9
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-6/+0
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-2/+4
|\
| * src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-061-2/+4
* | src: fix tracing infrastructure after v8 upgradeBen Noordhuis2014-03-161-14/+13
* | src: update to v8 3.24 APIsFedor Indutny2014-03-131-1/+2
* | Merge remote-tracking branch 'origin/v0.10'Fedor Indutny2014-03-021-2/+2
|\ \ | |/
| * dtrace: workaround linker bug on FreeBSDFedor Indutny2014-02-211-2/+2
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-26/+40
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-081-2/+2
|\ \ | |/
| * dtrace: fix arguments warningFedor Indutny2014-02-011-2/+2
| * dtrace: check if _handle property is setBen Noordhuis2013-04-031-2/+6
| * dtrace: actually use the _handle.fd valueTimothy J Fontaine2013-04-031-9/+10
| * dtrace: pass more arguments to probesDave Pacheco2013-04-031-8/+10
* | build: use zero overhead systemtap probesBen Noordhuis2013-10-291-25/+2
* | src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-6/+6
* | src: lint c++ codeFedor Indutny2013-07-311-1/+1
* | lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-79/+67
* | dtrace: unify dtrace and systemtap interfacesTimothy J Fontaine2013-05-221-44/+8
* | dtrace: check if _handle property is setBen Noordhuis2013-03-301-2/+6
* | dtrace: actually use the _handle.fd valueTimothy J Fontaine2013-03-301-9/+10
* | dtrace: pass more arguments to probesDave Pacheco2013-03-301-8/+10
* | src: pass Isolate to all applicable apiTrevor Norris2013-03-201-24/+24
* | bindings: update apiTrevor Norris2013-03-201-1/+1
|/
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-16/+16
* src: pass node_isolate to Undefined()Ben Noordhuis2013-01-071-16/+16
* tracing: add systemtap supportJan Wynholds2012-11-011-16/+76
* Windows: Enable ETW events.Igor Zinkovsky2012-06-131-1/+8
* Avoiding unnecessary ToString() callsssuda2012-03-231-2/+2
* core: use proper #include directivesBen Noordhuis2012-03-101-1/+1
* Compatibility issue and warning in x-forwarded-for dtrace probeBert Belder2011-06-081-3/+3