node/src
cjihrig b21110f8a7 2015-12-16, Version 5.3.0 (Stable)
Notable changes:

* buffer:
  - Buffer.prototype.includes() has been added to keep parity
    with TypedArrays. (Alexander Martin) #3567.
* domains:
  - Fix handling of uncaught exceptions.
    (Julien Gilli) #3654.
* https:
  - Added support for disabling session caching.
    (Fedor Indutny) #4252.
* repl:
  - Allow third party modules to be imported using
    require(). This corrects a regression from 5.2.0.
    (Ben Noordhuis) #4215.
* deps:
  - Upgrade libuv to 1.8.0.
    (Saúl Ibarra Corretgé) #4276.

PR-URL: https://github.com/nodejs/node/pull/4281
2015-12-16 13:16:37 -05:00
..
res build,win: fix node.exe resource version 2015-10-01 11:50:51 +01:00
async-wrap-inl.h async_wrap: call callback in destructor 2015-11-07 18:26:12 +11:00
async-wrap.cc async_wrap: call callback in destructor 2015-11-07 18:26:12 +11:00
async-wrap.h async_wrap: call callback in destructor 2015-11-07 18:26:12 +11:00
atomic-polyfill.h src: fix race condition in debug signal on exit 2015-10-29 13:16:32 +11:00
base-object-inl.h Revert "core: set PROVIDER type as Persistent class id" 2015-05-28 21:48:44 +02:00
base-object.h Revert "core: set PROVIDER type as Persistent class id" 2015-05-28 21:48:44 +02:00
cares_wrap.cc dns: prevent undefined values in results 2015-11-11 12:10:46 -05:00
CNNICHashWhitelist.inc crypto: add cert check to CNNIC Whitelist 2015-06-16 23:26:29 +09:00
debug-agent.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
debug-agent.h src: switch from QUEUE to intrusive list 2015-02-11 23:06:29 +01:00
env-inl.h async_wrap: new instances get uid 2015-11-07 18:26:12 +11:00
env.cc src: define getpid() based on OS 2015-12-05 17:42:55 +11:00
env.h domains: fix handling of uncaught exceptions 2015-12-15 14:07:11 -05:00
fs_event_wrap.cc src: Add ABORT macro 2015-09-17 15:25:14 -05:00
handle_wrap.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
handle_wrap.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
js_stream.cc js_stream: prevent abort if isalive doesn't exist 2015-10-08 11:38:21 -06:00
js_stream.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node.cc node: remove unused variables in AppendExceptionLine 2015-12-15 14:13:09 -05:00
node.d
node.h src: fix deprecation message for ErrnoException 2015-12-15 14:12:52 -05:00
node.js module,src: do not wrap modules with -1 lineOffset 2015-12-16 12:42:43 -05:00
node.stp
node_buffer.cc src: add BE support to StringBytes::Encode() 2015-12-05 15:55:57 +11:00
node_buffer.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_constants.cc tls, crypto: add ALPN Support 2015-10-27 09:01:01 +11:00
node_constants.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_contextify.cc module: fix column offsets in errors 2015-12-05 15:50:38 +11:00
node_counters.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_counters.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_crypto.cc tls: support reading multiple cas from one input 2015-12-09 13:16:28 +11:00
node_crypto.h crypto: simplify using pre-existing keys with ECDH 2015-12-08 11:19:45 +11:00
node_crypto_bio.cc src: Add ABORT macro 2015-09-17 15:25:14 -05:00
node_crypto_bio.h src: fix crypto bio integer wraparound on 32 bits 2015-03-18 20:06:20 +01:00
node_crypto_clienthello-inl.h
node_crypto_clienthello.cc
node_crypto_clienthello.h
node_crypto_groups.h
node_dtrace.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_dtrace.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_file.cc fs,doc: use target instead of destination 2015-12-08 11:19:43 +11:00
node_file.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_http_parser.cc http: fix stalled pipeline bug 2015-10-14 12:16:18 -04:00
node_http_parser.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_i18n.cc
node_i18n.h src: hide InitializeICUDirectory symbol 2015-06-02 21:44:18 +02:00
node_internals.h src: remove unused BITS_PER_LONG macro 2015-12-15 14:16:14 -05:00
node_javascript.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_javascript.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_lttng.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_lttng.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_lttng_provider.h lttng: update flags for gc tracing 2015-10-20 23:14:01 -04:00
node_lttng_tp.h tracing: add lttng support for tracing on linux 2015-02-09 18:06:57 +01:00
node_main.cc src: force line buffering for stderr 2015-11-11 12:11:34 -05:00
node_object_wrap.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_os.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_provider.d
node_root_certs.h crypto: update root certificates 2015-12-05 15:50:39 +11:00
node_stat_watcher.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_stat_watcher.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_util.cc src: define Is* util functions with macros 2015-12-05 17:42:56 +11:00
node_v8.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
node_version.h 2015-12-16, Version 5.3.0 (Stable) 2015-12-16 13:16:37 -05:00
node_watchdog.cc vm: remove Watchdog dependency on Environment 2015-10-20 23:14:01 -04:00
node_watchdog.h vm: remove Watchdog dependency on Environment 2015-10-20 23:14:01 -04:00
node_win32_etw_provider-inl.h
node_win32_etw_provider.cc
node_win32_etw_provider.h
node_win32_perfctr_provider.cc
node_win32_perfctr_provider.h
node_wrap.h stream_base: various improvements 2015-08-20 01:14:37 -07:00
node_zlib.cc zlib: decompression throw on truncated input 2015-10-20 23:13:58 -04:00
nolttng_macros.py tracing: add lttng support for tracing on linux 2015-02-09 18:06:57 +01:00
notrace_macros.py
perfctr_macros.py
pipe_wrap.cc async_wrap: update providers and add test 2015-10-01 13:54:44 -06:00
pipe_wrap.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
process_wrap.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
req-wrap-inl.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
req-wrap.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
signal_wrap.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
spawn_sync.cc src: Add ABORT macro 2015-09-17 15:25:14 -05:00
spawn_sync.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
stream_base-inl.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
stream_base.cc http: fix out-of-order 'finish' bug in pipelining 2015-10-06 07:02:20 +11:00
stream_base.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
stream_wrap.cc stream_wrap: support empty TryWrites 2015-10-06 07:02:21 +11:00
stream_wrap.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
string_bytes.cc src: add BE support to StringBytes::Encode() 2015-12-05 15:55:57 +11:00
string_bytes.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
string_search.cc src: replace naive search in Buffer::IndexOf 2015-10-07 21:09:53 -07:00
string_search.h src: replace naive search in Buffer::IndexOf 2015-10-07 21:09:53 -07:00
tcp_wrap.cc async_wrap: update providers and add test 2015-10-01 13:54:44 -06:00
tcp_wrap.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
timer_wrap.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
tls_wrap.cc tls_wrap: inherit from the AsyncWrap first 2015-12-15 14:13:30 -05:00
tls_wrap.h tls_wrap: inherit from the AsyncWrap first 2015-12-15 14:13:30 -05:00
tree.h
tty_wrap.cc src: Add ABORT macro 2015-09-17 15:25:14 -05:00
tty_wrap.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
udp_wrap.cc async_wrap: update providers and add test 2015-10-01 13:54:44 -06:00
udp_wrap.h src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
util-inl.h src: remove __builtin_bswap16 call 2015-12-15 14:16:26 -05:00
util.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
util.h src: add BE support to StringBytes::Encode() 2015-12-05 15:55:57 +11:00
uv.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
v8abbr.h v8abbr: ASCIISTRINGTAG => ONEBYTESTRINGTAG 2015-02-03 19:25:31 +03:00
v8ustack.d