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 @ 06810b29

Name Size
  res
cares_wrap.cc 22.7 KB
eio-emul.h 5.63 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.3 KB
node.d 12 KB
node.h 8.87 KB
node.js 22.3 KB
node_buffer.cc 24.9 KB
node_buffer.h 5.28 KB
node_constants.cc 18.5 KB
node_constants.h 1.31 KB
node_crypto.cc 108 KB
node_crypto.h 8.53 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 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_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 5.8 KB
node_win32_etw_provider.cc 2.68 KB
node_win32_etw_provider.h 2.81 KB
node_zlib.cc 14.5 KB
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 13.5 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 27.6 KB
v8_typed_array.h 1.33 KB
v8abbr.h 3.39 KB
v8ustack.d 18.8 KB

Latest revisions

# Date Author Comment
06810b29 10/31/2012 08:25 PM Jan Wynholds

tracing: add systemtap support

07d3b21f 10/31/2012 07:56 PM isaacs

zlib: s/clear/close/ and match other close() semantics

a93424da 10/30/2012 10:03 AM Ben Noordhuis

zlib: pass object size hint to V8

Inform V8 that the zlib context object is tied to a large off-heap buffer.

This makes the GC run more often (in theory) and improves the accuracy of
--trace_external_memory.

570e4be9 10/30/2012 10:03 AM Ben Noordhuis

zlib: reduce memory consumption, release early

In zlibBuffer(), don't wait for the garbage collector to reclaim the zlib memory
but release it manually. Reduces memory consumption by a factor of 10 or more
with some workloads.

Test case:

function f() {...
21c741f2 10/29/2012 01:53 PM isaacs

Print warning when maxTickDepth is reached

78dbb158 10/24/2012 01:10 PM isaacs

Now working on v0.9.4

1ed4c677 10/24/2012 12:21 PM isaacs

2012.10.24, Version 0.9.3 (Unstable)

  • V8: Upgrade to 3.13.7.4
  • crypto: Default to buffers instead of binary strings (isaacs, Fedor Indutny)
  • crypto: add getHashes() and getCiphers() (Ben Noordhuis)
  • unix: add custom thread pool, remove libeio (Ben Noordhuis)...
1122e3af 10/23/2012 01:48 PM isaacs

crypto: Style. Prefer 'char*' over 'char *'

f2fa97f1 10/23/2012 01:48 PM isaacs

crypto: Remove many unnecessary toObjects

c87b524c 10/23/2012 01:48 PM isaacs

crypto: Clean up buffer handling and DH methods

View revisions

Also available in: Atom