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
AgeCommit message (Collapse)Author
2014-06-07src: replace usage of String::Utf8ValueTimothy J Fontaine
v8::String::Utf8Value previously could allow invalid surrogates when interpreting values.
2014-02-21dtrace: workaround linker bug on FreeBSDFedor Indutny
2014-02-01dtrace: fix arguments warningFedor Indutny
Add enough arguments to `NODE_NET_SOCKET_READ()` and `NODE_NET_SOCKET_WRITE()` stubs.
2013-04-03dtrace: check if _handle property is setBen Noordhuis
Check that _handle is an object before trying to read its `fd` property, avoids bogus values.
2013-04-03dtrace: actually use the _handle.fd valueTimothy J Fontaine
When using the DTrace/systemtap subsystems it would be helpful to actually have an fd associated with the requests and responses.
2013-04-03dtrace: pass more arguments to probesDave Pacheco
OSX and other DTrace implementations don't support dereferencing structs in probes. To accomodate that pass members from the struct as arguments so that DTrace is useful on those systems.
2013-02-26src, 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-14Windows: Enable ETW events.Igor Zinkovsky
This commit enables ETW events to be fired on Windows for existing DTrace probes. ETW instrumentation is enabled by default. It is possible to build node.exe without ETW instrumentation by using --without-etw option with configure script.
2012-03-23Avoiding unnecessary ToString() callsssuda
String::Utf8Value and String::AsciiValue constructors take Handle<Value> So no need to convert to Handle<String>
2012-03-10core: use proper #include directivesBen Noordhuis
2011-06-08Compatibility issue and warning in x-forwarded-for dtrace probeBert Belder
2011-06-04DTrace probes: support X-Forwarded-ForDave Pacheco
INTRO-385
2011-03-15Update copyright headersRyan Dahl
2011-02-10New DTrace probes from CA teamRyan Dahl
2011-01-25Land Cantrill's DTrace patchRyan Dahl
only works on solaris