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 @ ed3d553d

Name Size
  res
cares_wrap.cc 23.8 KB
fs_event_wrap.cc 5.59 KB
handle_wrap.cc 3.83 KB
handle_wrap.h 2.78 KB
macros.py 475 Bytes
ngx-queue.h 3.37 KB
node.cc 74.2 KB
node.d 12 KB
node.h 8.43 KB
node.js 26.2 KB
node_buffer.cc 31.6 KB
node_buffer.h 5.97 KB
node_constants.cc 18.5 KB
node_constants.h 1.31 KB
node_counters.cc 4.33 KB
node_counters.h 1.91 KB
node_crypto.cc 109 KB
node_crypto.h 8.61 KB
node_crypto_groups.h 21.8 KB
node_dtrace.cc 11.4 KB
node_dtrace.h 2.7 KB
node_extensions.cc 2.16 KB
node_extensions.h 1.72 KB
node_file.cc 28 KB
node_file.h 1.37 KB
node_http_parser.cc 16.4 KB
node_http_parser.h 1.3 KB
node_internals.h 3.87 KB
node_javascript.cc 1.77 KB
node_javascript.h 1.25 KB
node_main.cc 2.53 KB
node_object_wrap.h 3.68 KB
node_os.cc 7.36 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.19 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.6 KB
node_win32_etw_provider.cc 6.09 KB
node_win32_etw_provider.h 3.2 KB
node_win32_perfctr_provider.cc 11.5 KB
node_win32_perfctr_provider.h 1.93 KB
node_zlib.cc 15.3 KB
perfctr_macros.py 451 Bytes
pipe_wrap.cc 8.04 KB
pipe_wrap.h 2.08 KB
process_wrap.cc 10.3 KB
req_wrap.h 2.47 KB
signal_wrap.cc 3.79 KB
slab_allocator.cc 3.5 KB
slab_allocator.h 1.81 KB
stream_wrap.cc 15.2 KB
stream_wrap.h 2.92 KB
tcp_wrap.cc 12.6 KB
tcp_wrap.h 2.49 KB
timer_wrap.cc 4.87 KB
tree.h 51.6 KB
tty_wrap.cc 5.11 KB
tty_wrap.h 1.87 KB
udp_wrap.cc 11.5 KB
udp_wrap.h 1.9 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
ed3d553d 02/11/2013 11:38 AM Ben Noordhuis

typed arrays: make call-as-function work for ctors

Turn call-as-function calls into constructor calls. Makes the following
snippet work:

var buf = ArrayBuffer(32);  // no 'new' but does the right thing
aff8d9e7 02/11/2013 11:30 AM Ben Noordhuis

node: don't malloc in FromConstructorTemplate

  • allocate space for argv on the stack
  • move the declaration to node_internals.h
5a9d30bb 02/10/2013 03:31 PM Ben Noordhuis

typed arrays: copy Buffer in typed array constructor

Convert the Buffer to an ArrayBuffer. The typed_array.buffer property
should be an ArrayBuffer to avoid confusion: a Buffer doesn't have a
byteLength property and more importantly, its slice() method works...

fe103357 02/10/2013 09:22 AM Ben Noordhuis

typed arrays: make DataView throw on non-ArrayBuffer

Make the DataView constructor throw an exception when the first
argument is not an ArrayBuffer. Follows the spec and the browsers.

234551a2 02/10/2013 09:22 AM Ben Noordhuis

buffer: fix Buffer::HasInstance() check

It was returning true for typed arrays. Check that the object was
instantiated with the Buffer constructor.

144e21ed 02/10/2013 09:22 AM Ben Noordhuis

Revert "typed arrays: only share ArrayBuffer backing store"

We're going to fix this differently. The real bug is that
Buffer::HasInstance() returns true for typed arrays.

This reverts commit 01ee551e704776d8547250ac015a5463613afb45.

fd9d8b5e 02/10/2013 09:22 AM Ben Noordhuis

Revert "typed arrays: copy non-ArrayBuffer in DataView ctor"

We're going to follow browser behavior here.

This reverts commit 7b0770bff56122c245f83e8ee9608e1a0082c15e.

c3c8eee4 02/07/2013 01:34 PM isaacs

Now working on v0.9.10

4b9f0d19 02/07/2013 12:11 PM isaacs

2013.02.07, Version 0.9.9 (Unstable)

  • tls: port CryptoStream to streams2 (Fedor Indutny)
  • typed arrays: only share ArrayBuffer backing store (Ben Noordhuis)
  • stream: make Writable#end() accept a callback function (Nathan Rajlich)
  • buffer: optimize 'hex' handling (Ben Noordhuis)...
5cc3569f 02/06/2013 07:29 PM isaacs

Merge remote-tracking branch 'ry/v0.8' into master

Conflicts:
AUTHORS
ChangeLog
deps/npm/html/api/bin.html
deps/npm/html/api/bugs.html
deps/npm/html/api/commands.html
deps/npm/html/api/config.html
deps/npm/html/api/deprecate.html
deps/npm/html/api/docs.html...

View revisions

Also available in: Atom