0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/src
Anna Henningsen 86c4655a0f src: fix build on certain platforms
The `double` fields in `performance_state` could previously have
been aligned at 4-byte instead of 8-byte boundaries, which would
have made creating an Float64Array them as a array buffer view
for an ArrayBuffer extending over the entire struct an invalid
operation.

Ref: 67269fd7f3

Comments out related flaky failure

PR-URL: https://github.com/nodejs/node/pull/14996
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2017-08-23 19:01:19 -07:00
..
res
tracing src: Node implementation of v8::Platform 2017-08-17 20:26:55 +02:00
async-wrap-inl.h src: return MaybeLocal in AsyncWrap::MakeCallback 2017-08-02 12:03:21 +02:00
async-wrap.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
async-wrap.h src: reduce code duplication 2017-08-23 10:35:34 -07:00
backtrace_posix.cc
backtrace_win32.cc
base64.h src: fix decoding base64 with whitespace 2017-06-16 19:09:50 +03:00
base-object-inl.h
base-object.h
cares_wrap.cc dns: add verbatim option to dns.lookup() 2017-08-23 14:53:47 -07:00
CNNICHashWhitelist.inc
connect_wrap.cc async_wrap,src: add GetAsyncId() method 2017-05-10 22:22:15 +02:00
connect_wrap.h async_wrap,src: add GetAsyncId() method 2017-05-10 22:22:15 +02:00
connection_wrap.cc src: implement native changes for async_hooks 2017-05-10 22:22:20 +02:00
connection_wrap.h src: implement native changes for async_hooks 2017-05-10 22:22:20 +02:00
env-inl.h perf_hooks: implementation of the perf timing API 2017-08-23 16:00:09 -07:00
env.cc src: remove duplicate loop 2017-08-11 21:33:36 +02:00
env.h perf_hooks: implementation of the perf timing API 2017-08-23 16:00:09 -07:00
freelist.h http2: introducing HTTP/2 2017-08-04 12:55:44 -07:00
fs_event_wrap.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
handle_wrap.cc src: implement native changes for async_hooks 2017-05-10 22:22:20 +02:00
handle_wrap.h src: implement native changes for async_hooks 2017-05-10 22:22:20 +02:00
inspector_agent.cc src: Node implementation of v8::Platform 2017-08-17 20:26:55 +02:00
inspector_agent.h src: Node implementation of v8::Platform 2017-08-17 20:26:55 +02:00
inspector_io.cc inspector: send messages after the Node is done 2017-07-26 12:14:22 -07:00
inspector_io.h inspector: perform DNS lookup for host 2017-06-16 09:46:36 -07:00
inspector_socket_server.cc inspector: perform DNS lookup for host 2017-06-16 09:46:36 -07:00
inspector_socket_server.h inspector: perform DNS lookup for host 2017-06-16 09:46:36 -07:00
inspector_socket.cc src: replace ASSERT with CHECK 2017-07-27 17:11:08 +02:00
inspector_socket.h inspector: perform DNS lookup for host 2017-06-16 09:46:36 -07:00
js_stream.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
js_stream.h src: implement native changes for async_hooks 2017-05-10 22:22:20 +02:00
node_api_types.h n-api: add napi_get_node_version 2017-08-12 21:28:59 +02:00
node_api.cc n-api: add ability to remove a wrapping 2017-08-22 12:31:22 +03:00
node_api.h n-api: add ability to remove a wrapping 2017-08-22 12:31:22 +03:00
node_buffer.cc src: replace ASSERT with CHECK 2017-07-27 17:11:08 +02:00
node_buffer.h buffer: remove a wrongly added attribute specifier 2017-07-29 18:00:56 -04:00
node_config.cc src: fixup strings, reduce duplication 2017-08-23 10:35:19 -07:00
node_constants.cc zlib: improve performance 2017-06-13 11:48:59 -07:00
node_constants.h
node_contextify.cc vm: fix race condition with timeout param 2017-05-23 21:00:40 +02:00
node_counters.cc
node_counters.h
node_crypto_bio.cc http2: address initial pr feedback 2017-08-04 12:57:09 -07:00
node_crypto_bio.h src: move crypto_bio/clienthello to crypto ns 2017-06-30 07:23:25 +02:00
node_crypto_clienthello-inl.h src: move crypto_bio/clienthello to crypto ns 2017-06-30 07:23:25 +02:00
node_crypto_clienthello.cc src: move crypto_bio/clienthello to crypto ns 2017-06-30 07:23:25 +02:00
node_crypto_clienthello.h src: move crypto_bio/clienthello to crypto ns 2017-06-30 07:23:25 +02:00
node_crypto_groups.h
node_crypto.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
node_crypto.h src: remove unused Connection::ClearError() 2017-08-07 14:23:35 +02:00
node_debug_options.cc src,lib,test,doc: correct misspellings 2017-06-17 19:17:46 +02:00
node_debug_options.h inspector: allow --inspect=host:port from js 2017-06-06 14:41:17 -07:00
node_dtrace.cc
node_dtrace.h
node_file.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
node_http2_core-inl.h http2: ignore invalid headers explicitly 2017-08-24 01:27:10 +02:00
node_http2_core.h http2: ignore invalid headers explicitly 2017-08-24 01:27:10 +02:00
node_http2.cc src: fix build on certain platforms 2017-08-23 19:01:19 -07:00
node_http2.h http2: minor refactor of passing headers to JS 2017-08-17 22:55:01 +02:00
node_http_parser.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
node_i18n.cc util: implement WHATWG Encoding Standard API 2017-07-24 14:04:13 -07:00
node_i18n.h build: fix build without icu 2017-08-01 14:25:56 -04:00
node_internals.h perf_hooks: implementation of the perf timing API 2017-08-23 16:00:09 -07:00
node_javascript.h
node_lttng_provider.h
node_lttng_tp.h
node_lttng.cc
node_lttng.h
node_main.cc src: add linux getauxval(AT_SECURE) in SafeGetenv 2017-05-25 19:05:14 +02:00
node_mutex.h
node_object_wrap.h
node_os.cc src: do proper StringBytes error handling 2017-05-03 19:21:32 +02:00
node_perf_common.h src: fix build on certain platforms 2017-08-23 19:01:19 -07:00
node_perf.cc perf_hooks: implementation of the perf timing API 2017-08-23 16:00:09 -07:00
node_perf.h perf_hooks: implementation of the perf timing API 2017-08-23 16:00:09 -07:00
node_platform.cc src: Node implementation of v8::Platform 2017-08-17 20:26:55 +02:00
node_platform.h src: Node implementation of v8::Platform 2017-08-17 20:26:55 +02:00
node_provider.d
node_revert.h src: minor cleanup for node_revert 2017-08-18 15:02:12 -07:00
node_root_certs.h crypto: update root certificates 2017-05-29 08:45:07 -07:00
node_serdes.cc src: fixup strings, reduce duplication 2017-08-23 10:35:19 -07:00
node_stat_watcher.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
node_stat_watcher.h
node_url.cc src: remove extra copy from Copy() in node_url.cc 2017-08-21 16:54:38 +02:00
node_url.h url: fix C0 control and whitespace handling 2017-05-19 23:19:57 -07:00
node_util.cc util: implement WHATWG Encoding Standard API 2017-07-24 14:04:13 -07:00
node_v8.cc
node_version.h n-api: add napi_get_node_version 2017-08-12 21:28:59 +02:00
node_watchdog.cc vm: fix race condition with timeout param 2017-05-23 21:00:40 +02:00
node_watchdog.h vm: fix race condition with timeout param 2017-05-23 21:00:40 +02: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
node_zlib.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
node.cc perf_hooks: implementation of the perf timing API 2017-08-23 16:00:09 -07:00
node.d
node.h http2: address initial pr feedback 2017-08-04 12:57:09 -07:00
node.stp
nolttng_macros.py
notrace_macros.py
perfctr_macros.py
pipe_wrap.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
pipe_wrap.h src: implement native changes for async_hooks 2017-05-10 22:22:20 +02:00
process_wrap.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
req-wrap-inl.h async_wrap,src: add GetAsyncId() method 2017-05-10 22:22:15 +02:00
req-wrap.h
signal_wrap.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
spawn_sync.cc
spawn_sync.h
StartComAndWoSignData.inc
stream_base-inl.h src: implement native changes for async_hooks 2017-05-10 22:22:20 +02:00
stream_base.cc http2: address initial pr feedback 2017-08-04 12:57:09 -07:00
stream_base.h http2: introducing HTTP/2 2017-08-04 12:55:44 -07:00
stream_wrap.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
stream_wrap.h src: remove unnecessary helper function 2017-08-23 08:23:15 -07:00
string_bytes.cc src: replace ASSERT with CHECK 2017-07-27 17:11:08 +02:00
string_bytes.h src: remove unused parameters 2017-05-22 16:09:27 -04:00
string_search.cc
string_search.h src: replace ASSERT with CHECK 2017-07-27 17:11:08 +02:00
tcp_wrap.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
tcp_wrap.h src: implement native changes for async_hooks 2017-05-10 22:22:20 +02:00
timer_wrap.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
tls_wrap.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
tls_wrap.h src: move crypto_bio/clienthello to crypto ns 2017-06-30 07:23:25 +02:00
tty_wrap.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
tty_wrap.h tty_wrap: throw when uv_tty_init() returns error 2017-05-10 22:21:53 +02:00
udp_wrap.cc src: reduce code duplication 2017-08-23 10:35:34 -07:00
udp_wrap.h src: implement native changes for async_hooks 2017-05-10 22:22:20 +02:00
util-inl.h
util.cc
util.h src: adjust windows abort behavior 2017-08-07 22:46:01 -04:00
uv.cc uv: improvements to process.binding('uv') 2017-08-23 10:51:15 -07:00
v8abbr.h
v8ustack.d