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 @ 35a1421e

Name Size
  res
cares_wrap.cc 18.8 KB
fs_event_wrap.cc 5.07 KB
handle_wrap.cc 3.35 KB
handle_wrap.h 2.72 KB
macros.py 475 Bytes
ngx-queue.h 3.37 KB
node.cc 72 KB
node.d 12 KB
node.h 8.96 KB
node.js 18.6 KB
node_buffer.cc 23.4 KB
node_buffer.h 5.08 KB
node_config.h.in 1.27 KB
node_constants.cc 18.3 KB
node_constants.h 1.31 KB
node_crypto.cc 124 KB
node_crypto.h 7.01 KB
node_crypto_groups.h 21.8 KB
node_dtrace.cc 9.75 KB
node_dtrace.h 2.7 KB
node_extensions.cc 2.16 KB
node_extensions.h 1.78 KB
node_file.cc 27.6 KB
node_file.h 1.37 KB
node_http_parser.cc 15.8 KB
node_http_parser.h 1.3 KB
node_internals.h 3.69 KB
node_io_watcher.cc 4.42 KB
node_io_watcher.h 2.05 KB
node_javascript.cc 1.77 KB
node_javascript.h 1.25 KB
node_main.cc 2.53 KB
node_object_wrap.h 3.29 KB
node_os.cc 6.81 KB
node_os.h 1.32 KB
node_provider.d 2.99 KB
node_root_certs.h 251 KB
node_script.cc 13.6 KB
node_script.h 1.34 KB
node_signal_watcher.cc 3.58 KB
node_signal_watcher.h 2 KB
node_stat_watcher.cc 3.99 KB
node_stat_watcher.h 2 KB
node_string.cc 1.43 KB
node_string.h 2.11 KB
node_version.h 2.26 KB
node_win32_etw_provider-inl.h 5.73 KB
node_win32_etw_provider.cc 2.68 KB
node_win32_etw_provider.h 2.81 KB
node_zlib.cc 13.6 KB
pipe_wrap.cc 7.85 KB
pipe_wrap.h 2.08 KB
process_wrap.cc 10.1 KB
req_wrap.h 2.47 KB
slab_allocator.cc 3.47 KB
slab_allocator.h 1.81 KB
stream_wrap.cc 13.5 KB
stream_wrap.h 2.92 KB
tcp_wrap.cc 12.6 KB
tcp_wrap.h 2.49 KB
timer_wrap.cc 4.65 KB
tty_wrap.cc 4.91 KB
tty_wrap.h 1.87 KB
udp_wrap.cc 11.3 KB
udp_wrap.h 1.86 KB
v8_typed_array.cc 30.2 KB
v8_typed_array.h 1.33 KB
v8abbr.h 3.39 KB
v8ustack.d 18.8 KB

Latest revisions

# Date Author Comment
35a1421e 06/13/2012 06:36 PM Igor Zinkovsky

Windows: Enable ETW events.
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.

0187b657 06/13/2012 11:40 AM Bert Belder

Move resource files to src/res.

tools/msvs/res is not an appropriate place.

10f85fad 06/12/2012 05:30 PM Bert Belder

Fix child_process.kill oddities

  • When the process is already dead, but the `exit` signal wasn't raised
    yet, the ESRCH error should be ignored.
  • When an invalid signal is specified, kill() should throw.
  • Like process.kill(), child_process.kill() now preserves a `0` signal...
900196e1 06/12/2012 03:50 PM Ben Noordhuis

crypto: make cipher/decipher accept buffer args

e9aa57e8 06/11/2012 11:58 AM isaacs

Now working on 0.7.11

8d9766a9 06/11/2012 11:19 AM isaacs

2012.06.11, Version 0.7.10 (unstable)

  • Roll V8 back to 3.9.24.31
  • build: x64 target should always pass -m64 (Robert Mustacchi)
  • add NODE_EXTERN to node::Start (Joel Brandt)
  • repl: Warn about running npm commands (isaacs)
  • slab_allocator: fix crash in dtor if V8 is dead (Ben Noordhuis)...
5432a1d9 06/11/2012 11:13 AM Bert Belder

process_wrap: set duplex flags when creating a pipe

4b021a35 06/09/2012 01:57 AM Charlie McConnell

child_process: expose UV_PROCESS_DETACHED as options.detached

3116522e 06/07/2012 03:20 PM Fedor Indutny

child_process: spawn().ref() and spawn().unref()

b9c5eee7 06/05/2012 11:31 PM Joel Brandt

add NODE_EXTERN to node::Start

View revisions

Also available in: Atom