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 @ 841b7f53

Name Size
  gen
  res
cares_wrap.cc 23.2 KB
ev-emul.h 7.29 KB
fs_event_wrap.cc 5.48 KB
handle_wrap.cc 3.79 KB
handle_wrap.h 2.72 KB
macros.py 475 Bytes
ngx-queue.h 3.37 KB
node.cc 73.8 KB
node.d 12 KB
node.h 8.84 KB
node.js 22.9 KB
node_buffer.cc 24.8 KB
node_buffer.h 5.28 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.3 KB
node_dtrace.h 2.7 KB
node_extensions.cc 2.16 KB
node_extensions.h 1.75 KB
node_file.cc 28.4 KB
node_file.h 1.37 KB
node_http_parser.cc 15.9 KB
node_http_parser.h 1.3 KB
node_internals.h 3.69 KB
node_javascript.cc 1.77 KB
node_javascript.h 1.25 KB
node_main.cc 2.53 KB
node_object_wrap.h 3.64 KB
node_os.cc 7.17 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_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.17 KB
node_win32_etw_provider-inl.h 10.6 KB
node_win32_etw_provider.cc 6.09 KB
node_win32_etw_provider.h 3.2 KB
node_win32_perfctr_provider.cc 11.4 KB
node_win32_perfctr_provider.h 1.93 KB
node_zlib.cc 14.9 KB
perfctr_macros.py 451 Bytes
pipe_wrap.cc 7.91 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 14.1 KB
stream_wrap.h 2.92 KB
tcp_wrap.cc 12.3 KB
tcp_wrap.h 2.49 KB
timer_wrap.cc 4.79 KB
tree.h 51.6 KB
tty_wrap.cc 4.99 KB
tty_wrap.h 1.87 KB
udp_wrap.cc 11 KB
udp_wrap.h 1.86 KB
v8_typed_array.cc 29.2 KB
v8_typed_array.h 1.39 KB
v8abbr.h 3.39 KB
v8ustack.d 18.8 KB

Latest revisions

# Date Author Comment
841b7f53 12/21/2012 02:05 PM Scott Blomquist

Ease building with VS Express by checking in generated files.

24492482 12/21/2012 02:05 PM isaacs

stdio: Do not read from stdout/err

This fixes windows stdio pipes in streams2 land.

d607d856 12/18/2012 10:16 AM Ben Noordhuis

node: remove idle gc

Remove the idle garbage collector. Its purpose was to run the garbage collector
when the application is idle but it never worked quite right. Many people have
complained over the years that with heaps > 128 MB, a node.js process never...

8ccfed2e 12/18/2012 10:07 AM Ben Noordhuis

node: s/-/_/ in add-on symbol name

Replace dashes with underscores. When loading foo-bar.node, look for
foo_bar_module, not foo-bar_module. The latter is not a legal symbol name.

6c5356bf 12/17/2012 01:47 PM isaacs

Revert "buffer: allocate memory with mmap()"

Also Revert "buffer: use MAP_ANON, fix OS X build"

This reverts commit ddb15603e74e9aa865f3e1099dc2cc5886f9c46e.
This reverts commit 2433ec8276838e90136669d5b1215ba597f15fdd.

1c265c54 12/17/2012 11:37 AM Dean McNamee

typed arrays: fix missing type in SizeOfArrayElementForType()

When Mikael Bourges-Sevenier added support for Uint8ClampedArray in 67fc1da,
the new type was not added to SizeOfArrayElementForType().

ba00fb01 12/17/2012 11:37 AM Dean McNamee

typed arrays: re-export SizeOfArrayElementForType()

Although it is not used externally by node, it is needed by upstream and Plask.

This effectively reverts:

commit 1444801374bafb9a467a7ddeb214a9f92b311b80
Author: Aaron Jacobs <>...
ddb15603 12/17/2012 05:29 AM Ben Noordhuis

buffer: use MAP_ANON, fix OS X build

2433ec82 12/16/2012 04:19 AM Ben Noordhuis

buffer: allocate memory with mmap()

Work around an issue with the glibc malloc() implementation where memory blocks
are never returned to the operating system when they are allocated with brk()
and have overlapping lifecycles.

Fixes #4283.

bb56dcc4 12/14/2012 01:52 PM isaacs

tty/stdin: Refactor for streams2

View revisions

Also available in: Atom