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 @ 31c510ca

Name Size
  res
cares_wrap.cc 25.4 KB
fs_event_wrap.cc 5.51 KB
handle_wrap.cc 3.91 KB
handle_wrap.h 3.23 KB
macros.py 475 Bytes
ngx-queue.h 3.37 KB
node.cc 76.1 KB
node.d 12 KB
node.h 8.91 KB
node.js 27.5 KB
node_buffer.cc 20.6 KB
node_buffer.h 6.59 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 114 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 30.1 KB
node_file.h 1.37 KB
node_http_parser.cc 16.6 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.66 KB
node_os.cc 7.44 KB
node_os.h 1.32 KB
node_provider.d 3.54 KB
node_root_certs.h 233 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.8 KB
perfctr_macros.py 451 Bytes
pipe_wrap.cc 8.45 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 KB
stream_wrap.h 3.01 KB
string_bytes.cc 16.4 KB
string_bytes.h 2.65 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 4.04 KB
v8ustack.d 21 KB

Latest revisions

# Date Author Comment
31c510ca 02/18/2014 05:55 PM Timothy J Fontaine

2014.02.18, Version 0.10.26 (Stable)

  • uv: Upgrade to v0.10.25 (Timothy J Fontaine)
  • npm: upgrade to 1.4.3 (isaacs)
  • v8: support compiling with VS2013 (Fedor Indutny)
  • cares: backport TXT parsing fix (Fedor Indutny)
  • crypto: throw on SignFinal failure (Fedor Indutny)...
829a9b8c 02/17/2014 04:11 PM Fedor Indutny

zlib: introduce pending close state

zlib should not crash in `close()` if the write is still in progress.

fix #7101

5c832e44 02/08/2014 06:31 PM Timothy J Fontaine

src: refactor buffer bounds checking

Consolidate buffer bounds checking logic into Buffer namespace and use
it consistently throughout the source.

09c51d5e 02/03/2014 04:42 PM Ben Noordhuis

crypto: update root certificates

Update the list of root certificates in src/node_root_certs.h with
tools/mk-ca-bundle.pl and update src/node_crypto.cc to make use of
the new format.

Fixes #6013.

643a7d8c 01/31/2014 03:45 PM Fedor Indutny

dtrace: fix arguments warning

Add enough arguments to `NODE_NET_SOCKET_READ()` and
`NODE_NET_SOCKET_WRITE()` stubs.

e796e110 01/30/2014 12:26 PM Fedor Indutny

node: do not ever close stdio

Even if stdio streams are opened as file streams, we should not ever try
to close them. This could be accomplished by passing `autoClose: false`
in options on their creation.

b4c4e0bb 01/26/2014 01:24 PM Fedor Indutny

crypto: throw on SignFinal failure

fix #6963

eb7c7be7 01/23/2014 02:44 PM Timothy J Fontaine

Now working on 0.10.26

bc2f31ae 01/23/2014 12:03 AM Timothy J Fontaine

2014.01.23, Version 0.10.25 (Stable)

  • uv: Upgrade to v0.10.23
  • npm: Upgrade to v1.3.24
  • v8: Fix enumeration for objects with lots of properties
  • child_process: fix spawn() optional arguments (Sam Roberts)
  • cluster: report more errors to workers (Fedor Indutny)...
8753bb38 01/12/2014 01:04 PM Timothy J Fontaine

src: return empty set on ENOSYS for interfaces

If node was compiled with --no-ifaddrs to support older operating
systems, don't throw instead simply return an empty object

Fixes #6846

View revisions

Also available in: Atom