..
api
src: only open HandleScope when necessary
2019-03-22 00:45:48 +01:00
inspector
src: apply clang-tidy rule modernize-make-unique
2019-03-12 20:34:36 +01:00
large_pages
src: de-lint header usage
2019-03-12 09:57:19 -04:00
res
tracing
src: inline macro DISALLOW_COPY_AND_ASSIGN
2019-03-17 21:58:22 -04:00
aliased_buffer.h
src: simplify AliasedBuffer lifetime management
2019-02-21 22:22:04 +01:00
async_wrap-inl.h
async_wrap.cc
src: remove AddPromiseHook()
2019-03-21 19:09:45 +01:00
async_wrap.h
src: use deleted function instead of private function in class AsyncWrap
2019-03-17 21:58:27 -04:00
base64.h
src: apply clang-tidy rule modernize-deprecated-headers
2019-02-27 05:35:53 +01:00
base_object-inl.h
base_object.h
src: apply clang-tidy rule modernize-use-override
2019-02-18 05:43:22 +01:00
cares_wrap.cc
src: apply clang-tidy rule modernize-make-unique
2019-03-12 20:34:36 +01:00
connect_wrap.cc
connect_wrap.h
connection_wrap.cc
src: use bool instead of integer literal in connection_wrap.cc
2019-02-07 08:14:47 +01:00
connection_wrap.h
debug_utils.cc
src: de-lint header usage
2019-03-12 09:57:19 -04:00
debug_utils.h
src: add PrintLibuvHandleInformation debug helper
2019-02-05 21:53:18 +01:00
env-inl.h
src: do not make Resize(0)
’d buffers base nullptr
2019-03-22 00:47:15 +01:00
env.cc
src: add fast path for equal size to Reallocate()
2019-03-22 00:53:11 +01:00
env.h
src: refactor thread stopping mechanism
2019-03-22 00:44:25 +01:00
fs_event_wrap.cc
src: elevate v8 namespaces for PropertyAttribute
2019-03-18 20:22:13 +08:00
handle_wrap.cc
handle_wrap.h
heap_utils.cc
src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshot
2019-03-19 01:04:51 +08:00
histogram-inl.h
perf_hooks: implement histogram based api
2019-02-08 09:20:18 -08:00
histogram.h
perf_hooks: implement histogram based api
2019-02-08 09:20:18 -08:00
http_parser_adaptor.h
inspector_agent.cc
inspector: patch C++ debug options instead of process._breakFirstLine
2019-03-19 05:45:40 +08:00
inspector_agent.h
src: de-lint header usage
2019-03-12 09:57:19 -04:00
inspector_io.cc
src: remove redundant call in inspector_io.cc
2019-03-07 04:28:00 +01:00
inspector_io.h
src: de-lint header usage
2019-03-12 09:57:19 -04:00
inspector_js_api.cc
src: apply clang-tidy rule modernize-make-unique
2019-03-12 20:34:36 +01:00
inspector_profiler.cc
src: refactor coverage connection
2019-03-12 07:03:53 +08:00
inspector_socket_server.cc
inspector: print all listening addresses
2019-03-04 02:19:27 +01:00
inspector_socket_server.h
src: remove unused variable in class InspectorSocketServer
2019-03-18 05:57:57 +01:00
inspector_socket.cc
src: apply clang-tidy rule modernize-use-emplace
2019-03-21 07:23:44 +01:00
inspector_socket.h
src: inline macro DISALLOW_COPY_AND_ASSIGN
2019-03-17 21:58:22 -04:00
js_native_api_types.h
n-api: implement date object
2019-02-28 17:43:37 -05:00
js_native_api_v8_internals.h
js_native_api_v8.cc
n-api: improve performance creating strings
2019-03-09 00:21:50 +01:00
js_native_api_v8.h
n-api: turn NAPI_CALL_INTO_MODULE into a function
2019-02-17 18:18:50 +01:00
js_native_api.h
n-api: implement date object
2019-02-28 17:43:37 -05:00
js_stream.cc
src: remove templating from StreamBase
2019-03-08 09:25:30 +01:00
js_stream.h
src: remove unused method in js_stream.h
2019-02-02 00:20:59 +01:00
memory_tracker-inl.h
src: track memory retainer fields
2019-02-28 10:02:33 +05:30
memory_tracker.h
src: de-lint header usage
2019-03-12 09:57:19 -04:00
module_wrap.cc
src: shutdown node in-flight
2019-03-16 12:50:26 +05:30
module_wrap.h
module: revert module._compile to original state if module is patched
2019-02-19 20:58:37 +05:30
node_api_types.h
n-api: change #ifdef to #if in node_api_types
2019-01-23 05:23:38 +01:00
node_api.cc
src: apply clang-tidy various improvement
2019-03-09 21:39:08 -05:00
node_api.h
n-api: mark thread-safe function as stable
2019-01-21 22:30:11 -08:00
node_binding.cc
lib: move DTRACE_* probes out of global scope
2019-03-12 14:19:36 +00:00
node_binding.h
src: inline macro DISALLOW_COPY_AND_ASSIGN
2019-03-17 21:58:22 -04:00
node_buffer.cc
src: inline macro DISALLOW_COPY_AND_ASSIGN
2019-03-17 21:58:22 -04:00
node_buffer.h
node_code_cache_stub.cc
node_config.cc
lib: move DTRACE_* probes out of global scope
2019-03-12 14:19:36 +00:00
node_constants.cc
tls: support TLSv1.3
2019-03-20 07:48:25 -07:00
node_constants.h
tls: support TLSv1.3
2019-03-20 07:48:25 -07:00
node_context_data.h
node_contextify.cc
src: shutdown node in-flight
2019-03-16 12:50:26 +05:30
node_contextify.h
module: revert module._compile to original state if module is patched
2019-02-19 20:58:37 +05:30
node_credentials.cc
src: split ownsProcessState off isMainThread
2019-02-05 21:55:54 +01:00
node_crypto_bio.cc
src: apply clang-tidy various improvement
2019-03-09 21:39:08 -05:00
node_crypto_bio.h
src: apply clang-tidy rule modernize-use-override
2019-02-18 05:43:22 +01:00
node_crypto_clienthello-inl.h
node_crypto_clienthello.cc
tls: support TLSv1.3
2019-03-20 07:48:25 -07:00
node_crypto_clienthello.h
tls: support TLSv1.3
2019-03-20 07:48:25 -07:00
node_crypto_groups.h
node_crypto.cc
tls: support TLSv1.3
2019-03-20 07:48:25 -07:00
node_crypto.h
tls: support TLSv1.3
2019-03-20 07:48:25 -07:00
node_domain.cc
src: reduce includes of node_internals.h
2019-01-21 07:54:42 +01:00
node_dtrace.cc
src: fix DTrace GC callbacks DCHECKs and add cleanup
2019-03-21 05:37:25 +01:00
node_dtrace.h
lib: move DTRACE_* probes out of global scope
2019-03-12 14:19:36 +00:00
node_env_var.cc
src: use object to pass Environment
to functions
2019-03-05 00:56:37 +01:00
node_errors.cc
process: refactor global.queueMicrotask()
2019-03-11 06:11:12 +01:00
node_errors.h
worker: remove ERR_CLOSED_MESSAGE_PORT
2019-03-11 09:56:56 +00:00
node_file.cc
src: apply clang-tidy rule modernize-use-emplace
2019-03-21 07:23:44 +01:00
node_file.h
src: use explicit casts to silence conversion warnings
2019-03-22 05:47:47 +01:00
node_http2_state.h
node_http2.cc
lib,src: remove usage of _externalStream
2019-03-11 09:32:40 +01:00
node_http2.h
http2: delete unused enum in node_http2.h
2019-03-19 21:36:12 +08:00
node_http_parser_impl.h
src: de-lint header usage
2019-03-12 09:57:19 -04:00
node_http_parser_llhttp.cc
node_http_parser_traditional.cc
node_i18n.cc
src: remove unused Converter object
2019-03-01 21:40:44 +01:00
node_i18n.h
src: reduce includes of node_internals.h
2019-01-21 07:54:42 +01:00
node_internals.h
src: remove AddPromiseHook()
2019-03-21 19:09:45 +01:00
node_main.cc
src: apply clang-tidy rule modernize-deprecated-headers
2019-02-27 05:35:53 +01:00
node_messaging.cc
src: apply clang-tidy rule modernize-use-emplace
2019-03-21 07:23:44 +01:00
node_messaging.h
worker: implement worker.moveMessagePortToContext()
2019-03-15 16:54:19 +01:00
node_metadata.cc
node_metadata.h
node_mutex.h
src: inline macro DISALLOW_COPY_AND_ASSIGN
2019-03-17 21:58:22 -04:00
node_native_module.cc
src: apply clang-tidy rule modernize-use-emplace
2019-03-21 07:23:44 +01:00
node_native_module.h
process: split execution into main scripts
2019-01-30 21:03:17 +08:00
node_object_wrap.h
src: remove usage of deprecated IsNearDeath
2019-03-15 15:59:00 +01:00
node_options-inl.h
src: reduce to simple const char*
in OptionsParser
2019-03-04 02:34:29 +01:00
node_options.cc
tls: support TLSv1.3
2019-03-20 07:48:25 -07:00
node_options.h
tls: support TLSv1.3
2019-03-20 07:48:25 -07:00
node_os.cc
src: de-lint header usage
2019-03-12 09:57:19 -04:00
node_perf_common.h
src: unify uptime base used across the code base
2019-02-18 17:58:22 +08:00
node_perf.cc
perf_hooks: reset prev_ before starting ELD timer
2019-03-20 10:53:04 +08:00
node_perf.h
perf_hooks: implement histogram based api
2019-02-08 09:20:18 -08:00
node_persistent.h
node_platform.cc
src: clean up MultiIsolatePlatform interface
2019-03-13 00:12:56 +00:00
node_platform.h
src: clean up MultiIsolatePlatform interface
2019-03-13 00:12:56 +00:00
node_postmortem_metadata.cc
src: move req_wrap_queue to base class of ReqWrap
2019-02-20 16:49:02 +01:00
node_process_events.cc
src: apply clang-tidy rule modernize-deprecated-headers
2019-02-27 05:35:53 +01:00
node_process_methods.cc
src: apply clang-tidy rule modernize-use-emplace
2019-03-21 07:23:44 +01:00
node_process_object.cc
process: create legacy process properties during pre-execution
2019-03-12 08:00:19 +08:00
node_process.h
src: use object to pass Environment
to functions
2019-03-05 00:56:37 +01:00
node_provider.d
node_report_module.cc
src: de-lint header usage
2019-03-12 09:57:19 -04:00
node_report_utils.cc
report: add fallback for uv_getnameinfo() failures
2019-03-02 00:02:05 +01:00
node_report.cc
report: remove duplicate TIME_TYPE
2019-03-20 05:46:28 +01:00
node_report.h
report: remove duplicate TIME_TYPE
2019-03-20 05:46:28 +01:00
node_revert.h
src: pass along errors from --security-reverts
2019-01-22 22:53:26 +01:00
node_root_certs.h
node_serdes.cc
src: allocate Buffer memory using ArrayBuffer allocator
2019-02-25 02:01:11 +01:00
node_stat_watcher.cc
src: apply clang-tidy rule modernize-deprecated-headers
2019-02-27 05:35:53 +01:00
node_stat_watcher.h
node_symbols.cc
node_task_queue.cc
process: refactor global.queueMicrotask()
2019-03-11 06:11:12 +01:00
node_trace_events.cc
process: set the trace category update handler during bootstrap
2019-03-19 05:37:20 +08:00
node_types.cc
src: reduce includes of node_internals.h
2019-01-21 07:54:42 +01:00
node_union_bytes.h
src: inline macro DISALLOW_COPY_AND_ASSIGN
2019-03-17 21:58:22 -04:00
node_url.cc
src: apply clang-tidy rule modernize-use-emplace
2019-03-21 07:23:44 +01:00
node_url.h
src: apply clang-tidy rule performance-unnecessary-value-param
2019-02-19 12:54:41 +01:00
node_util.cc
process: refactor global.queueMicrotask()
2019-03-11 06:11:12 +01:00
node_v8_platform-inl.h
src: apply clang-tidy rule modernize-make-unique
2019-03-12 20:34:36 +01:00
node_v8.cc
src: reduce includes of node_internals.h
2019-01-21 07:54:42 +01:00
node_version.h
src: update NODE_MODULE_VERSION to 71
2019-03-14 18:49:39 +01:00
node_watchdog.cc
src: make watchdog async callback a lambda
2019-02-08 13:01:25 +05:30
node_watchdog.h
src: make watchdog async callback a lambda
2019-02-08 13:01:25 +05:30
node_win32_etw_provider-inl.h
node_win32_etw_provider.cc
src: de-lint header usage
2019-03-12 09:57:19 -04:00
node_win32_etw_provider.h
node_worker.cc
src: refactor thread stopping mechanism
2019-03-22 00:44:25 +01:00
node_worker.h
src: initialize worker's stack_base_ field
2019-03-22 09:19:03 +01:00
node_zlib.cc
src: inline macro DISALLOW_COPY_AND_ASSIGN
2019-03-17 21:58:22 -04:00
node.cc
src: refactor thread stopping mechanism
2019-03-22 00:44:25 +01:00
node.d
node.h
src: remove AddPromiseHook()
2019-03-21 19:09:45 +01:00
node.stp
notrace_macros.py
pipe_wrap.cc
src: remove templating from StreamBase
2019-03-08 09:25:30 +01:00
pipe_wrap.h
src: pass along errors from stream obj instantiation
2019-01-29 20:01:59 +01:00
process_wrap.cc
src: apply clang-tidy rule modernize-deprecated-headers
2019-02-27 05:35:53 +01:00
req_wrap-inl.h
src: move req_wrap_queue to base class of ReqWrap
2019-02-20 16:49:02 +01:00
req_wrap.h
src: move req_wrap_queue to base class of ReqWrap
2019-02-20 16:49:02 +01:00
sharedarraybuffer_metadata.cc
src: de-lint header usage
2019-03-12 09:57:19 -04:00
sharedarraybuffer_metadata.h
signal_wrap.cc
src: make node::SignalWrap::OnSignal
into lambda
2019-02-21 20:25:57 +05:30
spawn_sync.cc
src: apply clang-tidy rule modernize-deprecated-headers
2019-02-27 05:35:53 +01:00
spawn_sync.h
src: reduce includes of node_internals.h
2019-01-21 07:54:42 +01:00
stream_base-inl.h
lib,src: remove usage of _externalStream
2019-03-11 09:32:40 +01:00
stream_base.cc
src: elevate v8 namespaces for PropertyAttribute
2019-03-18 20:22:13 +08:00
stream_base.h
src: remove templating from StreamBase
2019-03-08 09:25:30 +01:00
stream_pipe.cc
lib,src: remove usage of _externalStream
2019-03-11 09:32:40 +01:00
stream_pipe.h
src: allocate Buffer memory using ArrayBuffer allocator
2019-02-25 02:01:11 +01:00
stream_wrap.cc
src: remove templating from StreamBase
2019-03-08 09:25:30 +01:00
stream_wrap.h
string_bytes.cc
buffer: do not affect memory after target for utf16 write
2019-03-07 00:40:21 +01:00
string_bytes.h
string_decoder-inl.h
string_decoder.cc
src: de-lint header usage
2019-03-12 09:57:19 -04:00
string_decoder.h
string_search.h
src: remove redundant cast in string_search.h
2019-03-07 00:31:39 +01:00
tcp_wrap.cc
src: remove templating from StreamBase
2019-03-08 09:25:30 +01:00
tcp_wrap.h
src: pass along errors from stream obj instantiation
2019-01-29 20:01:59 +01:00
timers.cc
src: apply clang-tidy rule modernize-deprecated-headers
2019-02-27 05:35:53 +01:00
tls_wrap.cc
tls: support TLSv1.3
2019-03-20 07:48:25 -07:00
tls_wrap.h
tls: support TLSv1.3
2019-03-20 07:48:25 -07:00
tty_wrap.cc
src: remove templating from StreamBase
2019-03-08 09:25:30 +01:00
tty_wrap.h
udp_wrap.cc
src: elevate v8 namespaces for PropertyAttribute
2019-03-18 20:22:13 +08:00
udp_wrap.h
src: pass along errors from stream obj instantiation
2019-01-29 20:01:59 +01:00
util-inl.h
src: remove redundant cast in util-inl.h
2019-03-08 04:24:12 +01:00
util.cc
v8: integrate node-heapdump into core
2019-03-13 15:50:32 +00:00
util.h
src: inline macro DISALLOW_COPY_AND_ASSIGN
2019-03-17 21:58:22 -04:00
uv.cc
src: reduce includes of node_internals.h
2019-01-21 07:54:42 +01:00
v8abbr.h
v8ustack.d