Skip to content
Branch: master
Find file History
codebytere src: isolate->Dispose() order consistency
PR-URL: #30181
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: David Carlier <devnexen@gmail.com>
Latest commit 312c02d Oct 31, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
api src: expose granular SetIsolateUpForNode Nov 1, 2019
inspector src: change env.h includes for forward declarations Oct 31, 2019
large_pages src: refine maps parsing for large pages Oct 16, 2019
res build: update Windows icon to Feb 2016 rebrand Jul 9, 2019
tracing src: expose TraceEventHelper with NODE_EXTERN Jul 21, 2019
aliased_buffer.h src: remove util-inl.h from header files May 13, 2019
async_wrap-inl.h src: do not reuse async resource in http parsers Apr 22, 2019
async_wrap.cc src: allow generic C++ callables in SetImmediate() Jul 31, 2019
async_wrap.h fs: introduce `opendir()` and `fs.Dir` Oct 8, 2019
base64.h src: apply clang-tidy rule modernize-deprecated-headers Feb 27, 2019
base_object-inl.h http2: refactor ping + settings object lifetime management Jun 17, 2019
base_object.h src: do not include partial AsyncWrap instances in heap dump Jul 22, 2019
cares_wrap.cc src: allow generic C++ callables in SetImmediate() Jul 31, 2019
connect_wrap.cc src: refactor `BaseObject` internal field management May 3, 2018
connect_wrap.h src: name EmbededderGraph edges and use class names for nodes Oct 4, 2018
connection_wrap.cc src: use bool instead of integer literal in connection_wrap.cc Feb 7, 2019
connection_wrap.h src: change env.h includes for forward declarations Oct 31, 2019
debug_utils.cc src: fix OpenBSD build Jul 30, 2019
debug_utils.h src: remove env-inl.h from header files May 23, 2019
diagnosticfilename-inl.h src: change env.h includes for forward declarations Oct 31, 2019
env-inl.h src: implement v8 host weakref hooks Oct 13, 2019
env.cc src: implement v8 host weakref hooks Oct 13, 2019
env.h module: resolve self-references Oct 24, 2019
fs_event_wrap.cc src: apply clang-tidy rule modernize-use-equals-default Apr 24, 2019
handle_wrap.cc src: fix closing weak `HandleWrap`s on GC Sep 21, 2019
handle_wrap.h src: make ELDHistogram a HandleWrap Sep 8, 2019
heap_utils.cc src: move DiagnosticFilename inlines into a -inl.h May 26, 2019
histogram-inl.h perf_hooks: implement histogram based api Feb 8, 2019
histogram.h perf_hooks: implement histogram based api Feb 8, 2019
inspector_agent.cc inspector: turn platform tasks that outlive Agent into no-ops Oct 23, 2019
inspector_agent.h inspector: new API - Session.connectToMainThread Sep 16, 2019
inspector_io.cc inspector: reduce InspectorIo API surface Jul 6, 2019
inspector_io.h inspector: reduce InspectorIo API surface Jul 6, 2019
inspector_js_api.cc inspector: new API - Session.connectToMainThread Sep 16, 2019
inspector_profiler.cc src: fix compiler warning in inspector_profiler.cc Sep 26, 2019
inspector_profiler.h src: change env.h includes for forward declarations Oct 31, 2019
inspector_socket.cc http: remove legacy parser Sep 20, 2019
inspector_socket.h src: remove util-inl.h from header files May 13, 2019
inspector_socket_server.cc inspector: update faviconUrl Oct 4, 2019
inspector_socket_server.h inspector: reduce InspectorIo API surface Jul 6, 2019
js_native_api.h n-api: add `napi_detach_arraybuffer` Oct 14, 2019
js_native_api_types.h n-api: add `napi_detach_arraybuffer` Oct 14, 2019
js_native_api_v8.cc n-api: add `napi_detach_arraybuffer` Oct 14, 2019
js_native_api_v8.h src: render N-API weak callbacks as cleanup hooks Oct 13, 2019
js_native_api_v8_internals.h src: render N-API weak callbacks as cleanup hooks Oct 13, 2019
js_stream.cc src: refactor uncaught exception handling Jun 19, 2019
js_stream.h src: change env.h includes for forward declarations Oct 31, 2019
memory_tracker-inl.h src: prefer v8::Global over node::Persistent Apr 29, 2019
memory_tracker.h src: prefer v8::Global over node::Persistent Apr 29, 2019
module_wrap.cc src: fix crash with SyntheticModule#setExport Oct 26, 2019
module_wrap.h module: use v8 synthetic modules Oct 6, 2019
node.cc cli: add --trace-uncaught flag Oct 22, 2019
node.d dtrace: add missing translator Feb 3, 2012
node.h src: isolate->Dispose() order consistency Nov 1, 2019
node.stp src: fix Systemtap node_gc_stop probe Apr 25, 2018
node_api.cc src: allow generic C++ callables in SetImmediate() Jul 31, 2019
node_api.h n-api: mark thread-safe function as stable Jan 22, 2019
node_api_types.h n-api: change #ifdef to #if in node_api_types Jan 23, 2019
node_binding.cc fs: introduce `opendir()` and `fs.Dir` Oct 8, 2019
node_binding.h src: inline macro DISALLOW_COPY_AND_ASSIGN Mar 18, 2019
node_buffer.cc util: add encodeInto to TextEncoder Sep 13, 2019
node_buffer.h src: remove public API for option variables Oct 3, 2018
node_code_cache_stub.cc build: improve embedded code-cache detection Apr 22, 2019
node_config.cc src: remove memory_tracker-inl.h from header files May 23, 2019
node_constants.cc src,lib: expose memory file mapping flag Sep 11, 2019
node_constants.h tls: support TLSv1.3 Mar 20, 2019
node_context_data.h src: refactor `Environment::GetCurrent()` usage Sep 17, 2018
node_contextify.cc src: remove unused using declarations Aug 23, 2019
node_contextify.h src: make `CompiledFnEntry` a `BaseObject` Jul 22, 2019
node_credentials.cc src: use RAII in setgroups implementation Jun 6, 2019
node_crypto.cc crypto: guard with OPENSSL_NO_GOST Oct 24, 2019
node_crypto.h crypto: add Hash.prototype.copy() method Oct 16, 2019
node_crypto_bio.cc src: remove TLS code for unsupported OpenSSLs Jun 10, 2019
node_crypto_bio.h src: change env.h includes for forward declarations Oct 31, 2019
node_crypto_clienthello-inl.h src: remove util-inl.h from header files May 13, 2019
node_crypto_clienthello.cc tls: support TLSv1.3 Mar 20, 2019
node_crypto_clienthello.h tls: support TLSv1.3 Mar 20, 2019
node_crypto_groups.h meta: restore original copyright header Mar 10, 2017
node_dir.cc fs: add `bufferSize` option to `fs.opendir()` Oct 28, 2019
node_dir.h fs: add `bufferSize` option to `fs.opendir()` Oct 28, 2019
node_domain.cc src: reduce includes of node_internals.h Jan 21, 2019
node_dtrace.cc src: remove util-inl.h from header files May 13, 2019
node_dtrace.h src: change env.h includes for forward declarations Oct 31, 2019
node_env_var.cc src: use libuv to get env vars Sep 18, 2019
node_errors.cc cli: add --trace-uncaught flag Oct 22, 2019
node_errors.h src: add buildflag to force context-aware addons Sep 25, 2019
node_file.cc fs: introduce `opendir()` and `fs.Dir` Oct 8, 2019
node_file.h fs: introduce `opendir()` and `fs.Dir` Oct 8, 2019
node_http2.cc http2: set default maxConcurrentStreams Oct 5, 2019
node_http2.h src: bring 425 status code name into accordance with RFC 8470 Oct 10, 2019
node_http2_state.h http2: remove callback-based padding Aug 18, 2019
node_http_parser.cc http: remove legacy parser Sep 20, 2019
node_i18n.cc src: add error codes to errors thrown in node_i18n.cc Jun 21, 2019
node_i18n.h src: reduce includes of node_internals.h Jan 21, 2019
node_internals.h src: expose granular SetIsolateUpForNode Nov 1, 2019
node_main.cc src: apply clang-tidy rule modernize-deprecated-headers Feb 27, 2019
node_main_instance.cc src: expose granular SetIsolateUpForNode Nov 1, 2019
node_main_instance.h src, tools: replace raw ptr with smart ptr Jul 13, 2019
node_messaging.cc worker: prevent event loop starvation through MessagePorts Sep 9, 2019
node_messaging.h worker: make transfer list behave like web MessagePort Sep 6, 2019
node_metadata.cc http: remove legacy parser Sep 20, 2019
node_metadata.h http: remove legacy parser Sep 20, 2019
node_mutex.h src: inline macro DISALLOW_COPY_AND_ASSIGN Mar 18, 2019
node_native_module.cc src: make a Environment-independent proxy class for NativeModuleLoader Apr 13, 2019
node_native_module.h tools: fix js2c regression Jun 2, 2019
node_native_module_env.cc src: fix typos May 9, 2019
node_native_module_env.h build: improve embedded code-cache detection Apr 22, 2019
node_object_wrap.h src: apply clang-tidy modernize-deprecated-headers found by Jenkins CI Apr 26, 2019
node_options-inl.h src: remove redundant call in node_options-inl.h Apr 16, 2019
node_options.cc cli: whitelist new V8 flag in NODE_OPTIONS Oct 28, 2019
node_options.h module: resolve self-references Oct 24, 2019
node_os.cc os: assume UTF-8 for hostname May 26, 2019
node_perf.cc src: make ELDHistogram a HandleWrap Sep 8, 2019
node_perf.h src: change env.h includes for forward declarations Oct 31, 2019
node_perf_common.h perf_hooks: add HttpRequest statistics monitoring #28445 Jul 11, 2019
node_platform.cc src: make implementing CancelPendingDelayedTasks for platform optional Oct 22, 2019
node_platform.h src: make implementing CancelPendingDelayedTasks for platform optional Oct 22, 2019
node_postmortem_metadata.cc src: expose ListNode<T>::prev_ on postmortem metadata Oct 22, 2019
node_process.h src: inline ProcessCliArgs in the Environment constructor Jun 3, 2019
node_process_events.cc src: apply clang-tidy rule modernize-deprecated-headers Feb 27, 2019
node_process_methods.cc process: expose uv_rusage on process.resourcesUsage() Jul 1, 2019
node_process_object.cc doc, lib, src, test, tools: fix assorted typos Aug 12, 2019
node_provider.d src: remove unused dtrace probes Feb 2, 2015
node_report.cc src: remove unnecessary std::endl usage Oct 22, 2019
node_report.h src: extract common macro to util.h May 11, 2019
node_report_module.cc src: remove util-inl.h from header files May 13, 2019
node_report_utils.cc src: move DiagnosticFilename inlines into a -inl.h May 26, 2019
node_revert.h http2: remove security revert flags Aug 18, 2019
node_root_certs.h crypto: update root certificates Jul 24, 2019
node_serdes.cc src: use ArrayBufferViewContents more frequently May 29, 2019
node_snapshot_stub.cc src: use std::vector<size_t> instead of IndexArray Apr 23, 2019
node_stat_watcher.cc src: remove memory_tracker-inl.h from header files May 23, 2019
node_stat_watcher.h src: change env.h includes for forward declarations Oct 31, 2019
node_symbols.cc src: remove util-inl.h from header files May 13, 2019
node_task_queue.cc src: implement v8 host weakref hooks Oct 13, 2019
node_trace_events.cc src: move DiagnosticFilename inlines into a -inl.h May 26, 2019
node_types.cc src: reduce includes of node_internals.h Jan 21, 2019
node_union_bytes.h src: simplify UnionBytes Aug 16, 2019
node_url.cc src: remove util-inl.h from header files May 13, 2019
node_url.h src: change env.h includes for forward declarations Oct 31, 2019
node_util.cc src: do not crash when accessing empty WeakRefs Sep 2, 2019
node_v8.cc src: use non-deprecated overload of V8::SetFlagsFromString Aug 1, 2019
node_v8_platform-inl.h src: make implementing CancelPendingDelayedTasks for platform optional Oct 22, 2019
node_version.h 2019-10-22, Version 13.0.0 (Current) Oct 22, 2019
node_watchdog.cc src: do not use pointer for loop in node_watchdog Jun 13, 2019
node_watchdog.h src: do not use pointer for loop in node_watchdog Jun 13, 2019
node_win32_etw_provider-inl.h src, tools: add check for left leaning pointers Jun 7, 2018
node_win32_etw_provider.cc src : elevate v8 namespaces Jul 24, 2019
node_win32_etw_provider.h src, tools: add check for left leaning pointers Jun 7, 2018
node_worker.cc src: isolate->Dispose() order consistency Nov 1, 2019
node_worker.h src: fewer uses of NODE_USE_V8_PLATFORM Oct 21, 2019
node_zlib.cc src: remove memory_tracker-inl.h from header files May 23, 2019
pipe_wrap.cc src: refactor deprecated UVException usage in pipe-wrap.cc May 10, 2019
pipe_wrap.h src: change env.h includes for forward declarations Oct 31, 2019
process_wrap.cc src: replace FromJust() with Check() when possible Apr 12, 2019
req_wrap-inl.h src: remove util-inl.h from header files May 13, 2019
req_wrap.h src: change env.h includes for forward declarations Oct 31, 2019
sharedarraybuffer_metadata.cc worker: keep allocators for transferred SAB instances alive longer Sep 25, 2019
sharedarraybuffer_metadata.h worker: keep allocators for transferred SAB instances alive longer Sep 25, 2019
signal_wrap.cc src: replace FromJust() with Check() when possible Apr 12, 2019
spawn_sync.cc src: remove util-inl.h from header files May 13, 2019
spawn_sync.h src: apply clang-tidy rule modernize-use-equals-default Apr 24, 2019
stream_base-inl.h src: replace FromJust() with Check() when possible Apr 12, 2019
stream_base.cc net: allow reading data into a static buffer Aug 23, 2019
stream_base.h src: change env.h includes for forward declarations Oct 31, 2019
stream_pipe.cc src: allow generic C++ callables in SetImmediate() Jul 31, 2019
stream_pipe.h src: allocate Buffer memory using ArrayBuffer allocator Feb 25, 2019
stream_wrap.cc src: replace FromJust() with Check() when possible Apr 12, 2019
stream_wrap.h src: change env.h includes for forward declarations Oct 31, 2019
string_bytes.cc src: add error codes to errors thrown in C++ Aug 9, 2019
string_bytes.h src: add error codes to errors thrown in C++ Aug 9, 2019
string_decoder-inl.h string_decoder: reimplement in C++ Feb 10, 2018
string_decoder.cc src: remove util-inl.h from header files May 13, 2019
string_decoder.h string_decoder: reimplement in C++ Feb 10, 2018
string_search.h src: remove redundant cast in string_search.h Mar 6, 2019
tcp_wrap.cc src: replace FromJust() with Check() when possible Apr 12, 2019
tcp_wrap.h src: change env.h includes for forward declarations Oct 31, 2019
threadpoolwork-inl.h src: move ThreadPoolWork inlines into a -inl.h May 23, 2019
timers.cc src: remove util-inl.h from header files May 13, 2019
tls_wrap.cc src: allow generic C++ callables in SetImmediate() Jul 31, 2019
tls_wrap.h src: change env.h includes for forward declarations Oct 31, 2019
tty_wrap.cc src: move guessHandleType in the util binding Apr 20, 2019
tty_wrap.h src: change env.h includes for forward declarations Oct 31, 2019
udp_wrap.cc dgram: add source-specific multicast support Oct 17, 2019
udp_wrap.h src: change env.h includes for forward declarations Oct 31, 2019
util-inl.h fs: allow int64 offset in fs.read/readSync/fd.read Aug 17, 2019
util.cc src: remove env-inl.h from header files May 23, 2019
util.h fs: allow int64 offset in fs.read/readSync/fd.read Aug 17, 2019
uv.cc src: remove util-inl.h from header files May 13, 2019
v8abbr.h src: update v8abbr.h for V8 7.7 Aug 19, 2019
v8ustack.d src: update ustack offset identifiers Oct 19, 2017
You can’t perform that action at this time.