node/src
Samuel Attard 8bc5d171a0
chore: use new NMV of 69. Refs: https://github.com/nodejs/TSC/issues/651
2019-01-31 14:31:34 -08:00
..
inspector inspector generator paths changed 2018-10-05 09:53:36 -07:00
res meta: restore original copyright header 2017-03-10 11:23:48 -08:00
tracing fix: expose TraceEventHelper 2018-10-02 11:36:13 -07:00
aliased_buffer.h src: add missing `NODE_WANT_INTERNALS` guards 2018-09-06 08:52:21 +02:00
async_wrap-inl.h src: do proper error checking in `AsyncWrap::MakeCallback` 2018-06-14 20:34:51 +02:00
async_wrap.cc fix: avoid exposing trace_event.h to prevent include conflicts 2018-10-02 11:36:13 -07:00
async_wrap.h process: use owner_symbol for `_getActive*` 2018-09-06 08:52:21 +02:00
base64.h src: make base64.h self-contained 2017-11-27 07:21:08 +01:00
base_object-inl.h src: enable more detailed memory tracking 2018-07-14 12:03:01 +02:00
base_object.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
bootstrapper.cc feat: add flags for low-level hooks and exceptions 2018-10-02 17:00:53 -07:00
callback_scope.cc FIXME: remove async_id assertion check 2018-10-02 11:36:13 -07:00
cares_wrap.cc fix: avoid exposing trace_event.h to prevent include conflicts 2018-10-02 11:36:13 -07:00
connect_wrap.cc src: refactor `BaseObject` internal field management 2018-05-08 14:22:25 -07:00
connect_wrap.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
connection_wrap.cc src: add CHECK_NULL/CHECK_NOT_NULL macros 2018-05-29 14:02:29 +02:00
connection_wrap.h src: make CleanupHandles() tear down handles/reqs 2018-05-14 19:19:32 +02:00
debug_utils.cc worker,src: display remaining handles if `uv_loop_close` fails 2018-06-13 13:01:28 +02:00
debug_utils.h worker,src: display remaining handles if `uv_loop_close` fails 2018-06-13 13:01:28 +02:00
env-inl.h src: refactor `Environment::GetCurrent()` usage 2018-09-20 07:41:47 +02:00
env.cc src: initialize PerIsolateData eagerly 2018-10-06 00:26:40 +05:30
env.h Revert "fix: Allow creation and registration of isolates before they are" 2018-10-06 00:14:38 +05:30
exceptions.cc src,deps: add isolate parameter to String::Concat 2018-09-06 08:52:56 +02:00
fs_event_wrap.cc src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
handle_wrap.cc src: add HandleWrap::AddWrapMethods 2018-07-14 14:20:18 +02:00
handle_wrap.h src: add HandleWrap::AddWrapMethods 2018-07-14 14:20:18 +02:00
heap_utils.cc EmbedderGraph::AddEdge now takes a name 2018-10-05 09:53:36 -07:00
inspector_agent.cc fix: build and expose inspector agent 2018-10-02 11:36:13 -07:00
inspector_agent.h fix: build and expose inspector agent 2018-10-02 11:36:13 -07:00
inspector_io.cc fix: build and expose inspector agent 2018-10-02 11:36:13 -07:00
inspector_io.h src: add missing `NODE_WANT_INTERNALS` guards 2018-09-06 08:52:21 +02:00
inspector_js_api.cc src: refactor `Environment::GetCurrent()` usage 2018-09-20 07:41:47 +02:00
inspector_socket.cc inspector: code cleanup 2018-06-06 10:33:35 +02:00
inspector_socket.h src: add missing `NODE_WANT_INTERNALS` guards 2018-09-06 08:52:21 +02:00
inspector_socket_server.cc inspector: split main thread interface from transport 2018-07-14 12:03:01 +02:00
inspector_socket_server.h src: add missing `NODE_WANT_INTERNALS` guards 2018-09-06 08:52:21 +02:00
js_stream.cc src: remove calls to deprecated V8 functions (Int32Value) 2018-09-06 08:54:58 +02:00
js_stream.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
memory_tracker-inl.h src: use V8 graph heap snapshot API 2018-07-16 20:53:33 +02:00
memory_tracker.h src: use V8 graph heap snapshot API 2018-07-16 20:53:33 +02:00
module_wrap.cc src: refactor `Environment::GetCurrent()` usage 2018-09-20 07:41:47 +02:00
module_wrap.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
node.cc src: initialize PerIsolateData eagerly 2018-10-06 00:26:40 +05:30
node.d dtrace: add missing translator 2012-02-03 14:07:32 +00:00
node.h src: initialize PerIsolateData eagerly 2018-10-06 00:26:40 +05:30
node.stp src: fix Systemtap node_gc_stop probe 2018-05-04 11:49:32 -04:00
node_api.cc src: refactor `Environment::GetCurrent()` usage 2018-09-20 07:41:47 +02:00
node_api.h fix: export napi symbols (#77) 2018-10-15 15:15:58 -07:00
node_api_types.h napi: add bigint support 2018-07-14 12:03:01 +02:00
node_buffer.cc fix: allocate memory of Buffer with V8's allocator 2018-10-02 11:36:13 -07:00
node_buffer.h src: deprecate option variables in public API 2018-09-06 08:53:57 +02:00
node_code_cache.h src: perform integrity checks on built-in code cache 2018-09-03 17:56:23 +02:00
node_code_cache_stub.cc src: perform integrity checks on built-in code cache 2018-09-03 17:56:23 +02:00
node_config.cc process: generate list of allowed env flags programmatically 2018-09-20 07:41:47 +02:00
node_constants.cc fix: avoid exposing trace_event.h to prevent include conflicts 2018-10-02 11:36:13 -07:00
node_constants.h src: refactor options parsing 2018-09-06 08:52:21 +02:00
node_context_data.h src: refactor `Environment::GetCurrent()` usage 2018-09-20 07:41:47 +02:00
node_contextify.cc fix: avoid exposing trace_event.h to prevent include conflicts 2018-10-02 11:36:13 -07:00
node_contextify.h vm: add bindings for v8::CompileFunctionInContext 2018-09-06 08:53:57 +02:00
node_counters.cc src: add node_internal.h includes for arraysize 2018-04-16 16:08:26 -07:00
node_counters.h src: refactor `#include` handling 2017-09-14 17:38:38 +02:00
node_crypto.cc fix: remove OCB support when OPENSSL_NO_OCB is defined 2018-10-02 11:36:13 -07:00
node_crypto.h fix: allocate memory of Buffer with V8's allocator 2018-10-02 11:36:13 -07:00
node_crypto_bio.cc src: avoid possible race during NodeBIO initialization 2018-08-15 20:23:17 +10:00
node_crypto_bio.h src: avoid possible race during NodeBIO initialization 2018-08-15 20:23:17 +10:00
node_crypto_clienthello-inl.h src: add CHECK_NULL/CHECK_NOT_NULL macros 2018-05-29 14:02:29 +02:00
node_crypto_clienthello.cc src: do not include x.h if x-inl.h is included 2017-10-30 18:56:38 +08:00
node_crypto_clienthello.h crypto: remove unused header in clienthello.h 2017-12-19 14:36:55 +01:00
node_crypto_groups.h meta: restore original copyright header 2017-03-10 11:23:48 -08:00
node_domain.cc domain: further abstract usage in C++ 2018-01-29 11:37:29 -05:00
node_dtrace.cc src: remove calls to deprecated V8 functions (Int32Value) 2018-09-06 08:54:58 +02:00
node_dtrace.h src: refactor `#include` handling 2017-09-14 17:38:38 +02:00
node_encoding.cc src: rework (mostly internal) functions to use Maybes 2018-09-06 08:53:57 +02:00
node_errors.h src: use `%zx` in printf for size_t 2018-06-14 20:34:52 +02:00
node_file.cc src: refactor `Environment::GetCurrent()` usage 2018-09-20 07:41:47 +02:00
node_file.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
node_http2.cc src: use String::Write{OneByte,Utf8} with isolate 2018-09-06 08:53:45 +02:00
node_http2.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
node_http2_state.h http2: rename http2_state class to Http2State 2018-05-08 18:26:16 -07:00
node_http_parser.cc src: remove calls to deprecated v8 functions (IntegerValue) 2018-09-06 08:54:58 +02:00
node_i18n.cc src: remove calls to deprecated V8 functions (Int32Value) 2018-09-06 08:54:58 +02:00
node_i18n.h src: refactor options parsing 2018-09-06 08:52:21 +02:00
node_internals.h fix: expose InternalCallbackScope 2018-10-02 11:36:13 -07:00
node_javascript.h src: perform integrity checks on built-in code cache 2018-09-03 17:56:23 +02:00
node_main.cc src, tools: add check for left leaning pointers 2018-06-13 08:45:04 +02:00
node_messaging.cc fix: allocate memory of Buffer with V8's allocator 2018-10-02 11:36:13 -07:00
node_messaging.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
node_mutex.h src: add missing `NODE_WANT_INTERNALS` guards 2018-09-06 08:52:21 +02:00
node_object_wrap.h src: remove `MarkIndependent()` calls 2018-04-23 07:12:15 -07:00
node_options-inl.h src: make CLI options programatically accesible 2018-09-06 08:53:57 +02:00
node_options.cc fix: export DebugOptions parser in a cross-platform-compatible way 2018-10-02 11:36:13 -07:00
node_options.h fix: export DebugOptions parser in a cross-platform-compatible way 2018-10-02 11:36:13 -07:00
node_os.cc os: add os.{get,set}Priority() 2018-09-03 17:56:53 +02:00
node_perf.cc fix: avoid exposing trace_event.h to prevent include conflicts 2018-10-02 11:36:13 -07:00
node_perf.h perf_hooks,trace_events: emit perf milestone trace events 2018-03-16 10:54:05 -07:00
node_perf_common.h src: add missing `NODE_WANT_INTERNALS` guards 2018-09-06 08:52:21 +02:00
node_persistent.h src: prevent persistent handle resource leaks 2018-02-21 15:24:18 +01:00
node_platform.cc src: initialize PerIsolateData eagerly 2018-10-06 00:26:40 +05:30
node_platform.h src: initialize PerIsolateData eagerly 2018-10-06 00:26:40 +05:30
node_postmortem_metadata.cc src: standardise context embedder indices 2018-03-07 12:19:38 -06:00
node_process.cc fix: avoid exposing trace_event.h to prevent include conflicts 2018-10-02 11:36:13 -07:00
node_provider.d src: remove unused dtrace probes 2015-02-02 21:55:56 +01:00
node_revert.h meta: merge TSC and CTC back into a single body 2017-08-29 08:39:25 -07:00
node_root_certs.h src: drop CNNIC+StartCom certificate whitelisting 2018-03-26 18:20:16 -04:00
node_serdes.cc src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
node_stat_watcher.cc src: add HandleWrap::AddWrapMethods 2018-07-14 14:20:18 +02:00
node_stat_watcher.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
node_trace_events.cc fix: avoid exposing trace_event.h to prevent include conflicts 2018-10-02 11:36:13 -07:00
node_types.cc util: add util.types.isBoxedPrimitive 2018-09-07 00:11:43 +02:00
node_url.cc src: encode 0x27 (') for special URLs 2018-09-03 17:56:23 +02:00
node_url.h url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flag 2018-05-22 14:13:28 -04:00
node_util.cc repl: tab auto complete big arrays 2018-09-03 17:56:23 +02:00
node_v8.cc src: start annotating native code side effect 2018-07-14 14:19:12 +02:00
node_version.h chore: use new NMV of 69. Refs: https://github.com/nodejs/TSC/issues/651 2019-01-31 14:31:34 -08:00
node_watchdog.cc worker,src: display remaining handles if `uv_loop_close` fails 2018-06-13 13:01:28 +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 src, tools: add check for left leaning pointers 2018-06-13 08:45:04 +02:00
node_win32_etw_provider.cc src: fix etw provider include on Windows 2017-10-31 07:53:49 -07:00
node_win32_etw_provider.h src, tools: add check for left leaning pointers 2018-06-13 08:45:04 +02:00
node_win32_perfctr_provider.cc src, tools: add check for left leaning pointers 2018-06-13 08:45:04 +02:00
node_win32_perfctr_provider.h meta: restore original copyright header 2017-03-10 11:23:48 -08:00
node_worker.cc src: initialize PerIsolateData eagerly 2018-10-06 00:26:40 +05:30
node_worker.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
node_wrap.h src: remove unnecessary else 2018-07-24 20:49:04 +02:00
node_zlib.cc zlib: fix memory leak for invalid input 2018-09-06 22:07:14 +02:00
noperfctr_macros.py src: rename perfctr_macros.py->noperfctr_macros.py 2017-10-11 07:42:02 +02:00
notrace_macros.py src: remove unused dtrace probes 2015-02-02 21:55:56 +01:00
pipe_wrap.cc src: remove calls to deprecated V8 functions (Int32Value) 2018-09-06 08:54:58 +02:00
pipe_wrap.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
process_wrap.cc src: remove calls to deprecated V8 functions (Equals) 2018-09-06 08:54:58 +02:00
req_wrap-inl.h src: add CHECK_NULL/CHECK_NOT_NULL macros 2018-05-29 14:02:29 +02:00
req_wrap.h src: keep track of open requests 2018-05-14 19:19:32 +02:00
sharedarraybuffer_metadata.cc src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
sharedarraybuffer_metadata.h worker: add `SharedArrayBuffer` sharing 2018-06-13 08:43:39 +02:00
signal_wrap.cc src: remove calls to deprecated V8 functions (Int32Value) 2018-09-06 08:54:58 +02:00
spawn_sync.cc src: remove calls to deprecated V8 functions (Int32Value) 2018-09-06 08:54:58 +02:00
spawn_sync.h src: rework (mostly internal) functions to use Maybes 2018-09-06 08:53:57 +02:00
stream_base-inl.h src: start annotating native code side effect 2018-07-14 14:19:12 +02:00
stream_base.cc fix: allocate memory of Buffer with V8's allocator 2018-10-02 11:36:13 -07:00
stream_base.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
stream_pipe.cc http2: fix issues with aborted `respondWithFile()`s 2018-07-16 21:14:20 +02:00
stream_pipe.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
stream_wrap.cc src: use available ReqWrap instance for libuv req 2018-07-31 09:35:46 +02:00
stream_wrap.h src: remove StreamBase::kFlagHasWritev 2018-07-03 08:39:34 +02:00
string_bytes.cc src: allow UTF-16 in generic StringBytes decode call 2018-09-06 08:54:25 +02:00
string_bytes.h src: allow UTF-16 in generic StringBytes decode call 2018-09-06 08:54:25 +02:00
string_decoder-inl.h string_decoder: reimplement in C++ 2018-02-10 14:38:56 +01:00
string_decoder.cc src: allow UTF-16 in generic StringBytes decode call 2018-09-06 08:54:25 +02:00
string_decoder.h string_decoder: reimplement in C++ 2018-02-10 14:38:56 +01:00
string_search.h src: fix typo string_search.h comment 2018-06-06 10:32:48 +02:00
tcp_wrap.cc src: remove calls to deprecated v8 functions (IntegerValue) 2018-09-06 08:54:58 +02:00
tcp_wrap.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
timer_wrap.cc lib,src: standardize `owner_symbol` for handles 2018-09-06 08:52:21 +02:00
tls_wrap.cc src: remove unnecessary writes in tls_wrap.cc 2018-08-15 20:23:17 +10:00
tls_wrap.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
tty_wrap.cc src: remove calls to deprecated V8 functions (Int32Value) 2018-09-06 08:54:58 +02:00
tty_wrap.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
udp_wrap.cc fix: allocate memory of Buffer with V8's allocator 2018-10-02 11:36:13 -07:00
udp_wrap.h src: add proper MemoryInfoName to wrappers 2018-07-31 09:35:46 +02:00
util-inl.h src: make CLI options programatically accesible 2018-09-06 08:53:57 +02:00
util.cc src: make CLI options programatically accesible 2018-09-06 08:53:57 +02:00
util.h fix: allocate memory of Buffer with V8's allocator 2018-10-02 11:36:13 -07:00
uv.cc src: remove calls to deprecated V8 functions (Int32Value) 2018-09-06 08:54:58 +02:00
v8abbr.h src: update postmortem constant name 2018-06-01 16:45:27 +02:00
v8ustack.d src: update ustack offset identifiers 2017-10-18 17:03:11 -07:00