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 @ 0544a586

Name Size
  res
cares_wrap.cc 18.8 KB
eio-emul.h 5.63 KB
ev-emul.h 7.29 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 73.8 KB
node.d 12 KB
node.h 8.84 KB
node.js 18.5 KB
node_buffer.cc 23.4 KB
node_buffer.h 5.08 KB
node_constants.cc 18.3 KB
node_constants.h 1.31 KB
node_crypto.cc 125 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.53 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.79 KB
node_stat_watcher.h 1.98 KB
node_string.cc 1.43 KB
node_string.h 2.11 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 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.99 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
0544a586 08/07/2012 02:56 PM isaacs

2012.08.07, Version 0.8.6 (Stable)

  • npm: Upgrade to v1.1.48
  • Add 'make binary' to build binary tarballs for all Unixes (Nathan Rajlich)
  • zlib: Emit 'close' on destroy(). (Dominic Tarr)
  • child_process: Fix stdout=null when stdio=['pipe'] (Tyler Neylon)...
02dae998 08/02/2012 05:58 PM isaacs

Now working on 0.8.6

9b86a445 08/02/2012 04:56 PM isaacs

2012.08.02, Version 0.8.5 (Stable)

  • node: tag Encode and friends NODE_EXTERN (Ben Noordhuis)
  • fs: fix ReadStream / WriteStream missing callback (Gil Pedersen)
  • fs: fix readFileSync("/proc/cpuinfo") regression (Ben Noordhuis)
  • installer: don't assume bash is installed (Ben Noordhuis)...
53f3b128 08/01/2012 07:35 PM Ben Noordhuis

node: tag Encode and friends NODE_EXTERN

Makes the symbols visible on Windows. They were already visible on Unices.

Fixes #3811.

b3cf3f35 07/30/2012 11:21 AM isaacs

Report errors properly from --eval and stdin

d559bed0 07/28/2012 08:10 AM Ben Noordhuis

node: use variadic functions in ev-emul.h

Fixes #3786.

3d34590f 07/25/2012 01:28 PM isaacs

Now working on v0.8.5

f98562fc 07/24/2012 08:06 PM isaacs

2012.07.25, Version 0.8.4 (Stable)

  • V8: Upgrade to 3.11.10.17
  • npm: Upgrade to 1.1.45
  • net: fix Socket({ fd: 42 }) api (Ben Noordhuis)
  • readline: Remove event listeners on close (isaacs)
  • windows: correctly prep long path for fs.exists(Sync) (Bert Belder)...
688859af 07/23/2012 07:15 AM Peter Rybin

debugger: wake up the event loop when a debugger command is dispatched

When the event loop was blocked in epoll / kqueue or similar, debugger
commands wouldn't be processed. This patch fixes that by adding an
uv_async handle which is triggered when a debugger command is...

eb2ca104 07/19/2012 05:49 PM Fedor Indutny

tls: veryify server's identity

View revisions

Also available in: Atom