The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src @ 734a1906

Name Size
  res
cares_wrap.cc 25.4 KB
fs_event_wrap.cc 5.51 KB
handle_wrap.cc 3.83 KB
handle_wrap.h 3.23 KB
macros.py 475 Bytes
ngx-queue.h 3.37 KB
node.cc 78.1 KB
node.d 12 KB
node.h 8.43 KB
node.js 27.4 KB
node_buffer.cc 33.9 KB
node_buffer.h 5.97 KB
node_constants.cc 18.5 KB
node_constants.h 1.31 KB
node_counters.cc 4.26 KB
node_counters.h 1.91 KB
node_crypto.cc 108 KB
node_crypto.h 8.61 KB
node_crypto_groups.h 21.8 KB
node_dtrace.cc 11.8 KB
node_dtrace.h 2.7 KB
node_extensions.cc 2.16 KB
node_extensions.h 1.72 KB
node_file.cc 27.4 KB
node_file.h 1.37 KB
node_http_parser.cc 16.2 KB
node_http_parser.h 1.3 KB
node_internals.h 4.02 KB
node_javascript.cc 1.77 KB
node_javascript.h 1.25 KB
node_main.cc 2.53 KB
node_object_wrap.h 3.67 KB
node_os.cc 7.2 KB
node_os.h 1.32 KB
node_provider.d 3.54 KB
node_root_certs.h 251 KB
node_script.cc 13.6 KB
node_script.h 1.34 KB
node_stat_watcher.cc 4.15 KB
node_stat_watcher.h 1.91 KB
node_string.cc 1.43 KB
node_string.h 2.11 KB
node_systemtap.d 2.35 KB
node_version.h 2.31 KB
node_win32_etw_provider-inl.h 10.9 KB
node_win32_etw_provider.cc 6.09 KB
node_win32_etw_provider.h 3.51 KB
node_win32_perfctr_provider.cc 11.5 KB
node_win32_perfctr_provider.h 1.93 KB
node_zlib.cc 15.4 KB
perfctr_macros.py 451 Bytes
pipe_wrap.cc 8.34 KB
pipe_wrap.h 2.08 KB
process_wrap.cc 10.2 KB
req_wrap.h 2.47 KB
signal_wrap.cc 3.75 KB
slab_allocator.cc 3.47 KB
slab_allocator.h 1.81 KB
stream_wrap.cc 15.2 KB
stream_wrap.h 3.04 KB
tcp_wrap.cc 13 KB
tcp_wrap.h 2.49 KB
timer_wrap.cc 4.79 KB
tree.h 51.6 KB
tty_wrap.cc 5.57 KB
tty_wrap.h 1.87 KB
udp_wrap.cc 12.3 KB
udp_wrap.h 2.15 KB
v8_typed_array.cc 29.6 KB
v8_typed_array.h 1.39 KB
v8_typed_array_bswap.h 6.95 KB
v8abbr.h 3.39 KB
v8ustack.d 18.6 KB

Latest revisions

# Date Author Comment
734a1906 04/03/2013 02:28 PM isaacs

Now working on 0.10.4

d4982f6f 04/03/2013 01:30 PM isaacs

2013.04.03, Version 0.10.3 (Stable)

  • npm: Upgrade to 1.2.17
  • child_process: acknowledge sent handles (Fedor Indutny)
  • etw: update prototypes to match dtrace provider (Timothy J Fontaine)
  • dtrace: pass more arguments to probes (Dave Pacheco)
  • build: allow building with dtrace on osx (Dave Pacheco)...
9f65b1ed 04/03/2013 12:52 PM Timothy J Fontaine

etw: update prototypes to match dtrace provider

The DTrace probes were updated to accomodate platforms that can't
handle structs, update the prototypes for ETW but it's not necessary
to do anything with the new arguments as it's redundant information.

75463899 04/03/2013 12:52 PM Ben Noordhuis

dtrace: check if _handle property is set

Check that _handle is an object before trying to read its `fd`
property, avoids bogus values.

aca31e37 04/03/2013 12:52 PM Timothy J Fontaine

dtrace: actually use the _handle.fd value

When using the DTrace/systemtap subsystems it would be helpful to
actually have an fd associated with the requests and responses.

bf22f99f 04/03/2013 12:52 PM Dave Pacheco

dtrace: pass more arguments to probes

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.

38106da7 04/02/2013 12:44 PM Brian White

src: remove unused variables

61d254eb 03/28/2013 04:06 PM isaacs

Node working on 0.10.3

8106dc36 03/28/2013 04:05 PM isaacs

Merge branch 'v0.10.2-release' into v0.10

902d6cb6 03/28/2013 03:12 PM Ben Noordhuis

src: tie process.versions.uv to uv_version_string()

View revisions

Also available in: Atom