0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/src
Nick Filatov f3e107aeef
src: add punctuation in --inspector doc url message
PR-URL: https://github.com/nodejs/node/pull/19871
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
2018-04-10 01:28:02 +02:00
..
res
tracing trace_events: add file pattern cli option 2018-03-04 12:07:39 +01:00
aliased_buffer.h src: fix warnings in aliased_buffer 2018-03-30 22:56:19 -07:00
async_wrap-inl.h src: add helper for before/after scope without JS calls 2018-03-15 12:53:07 +01:00
async_wrap.cc async_wrap: fix use-after-free for inspector session 2018-03-30 13:53:35 +02:00
async_wrap.h async_wrap: fix use-after-free for inspector session 2018-03-30 13:53:35 +02:00
backtrace_posix.cc src: remove superfluous check in backtrace_posix.cc 2017-11-18 20:58:12 +01:00
backtrace_win32.cc src: implement backtrace-on-abort for windows 2017-11-15 19:28:13 +01:00
base64.h src: make base64.h self-contained 2017-11-27 07:21:08 +01:00
base_object-inl.h src: remove unnecessary Reset() calls 2018-02-21 15:24:18 +01:00
base_object.h src: remove unnecessary Reset() calls 2018-02-21 15:24:18 +01:00
cares_wrap.cc src: remove unused stdlib.h include 2018-03-20 07:33:45 +01:00
connect_wrap.cc src: rename req-wrap -> req_wrap 2017-11-17 12:49:20 +01:00
connect_wrap.h src: rename req-wrap -> req_wrap 2017-11-17 12:49:20 +01:00
connection_wrap.cc src: refactor stream callbacks and ownership 2018-02-01 10:53:26 +01:00
connection_wrap.h
env-inl.h src: use unordered_map for perf marks 2018-03-27 01:39:51 +01:00
env.cc fs: refactor stats array to be more generic 2018-04-04 15:25:59 +08:00
env.h fs: refactor stats array to be more generic 2018-04-04 15:25:59 +08:00
freelist.h
fs_event_wrap.cc src: remove unused stdlib.h include 2018-03-20 07:33:45 +01:00
handle_wrap.cc src: remove unnecessary Reset() calls 2018-02-21 15:24:18 +01:00
handle_wrap.h src: remove unnecessary Reset() calls 2018-02-21 15:24:18 +01:00
inspector_agent.cc src: prevent persistent handle resource leaks 2018-02-21 15:24:18 +01:00
inspector_agent.h src: prevent persistent handle resource leaks 2018-02-21 15:24:18 +01:00
inspector_io.cc src: add "icu::" prefix before ICU symbols 2018-02-09 18:09:08 -08:00
inspector_io.h inspector: Fix crash for WS connection 2017-12-11 15:53:21 -08:00
inspector_js_api.cc src: name all builtin init functions Initialize 2018-03-26 08:23:49 +02:00
inspector_socket_server.cc src: add punctuation in --inspector doc url message 2018-04-10 01:28:02 +02:00
inspector_socket_server.h inspector: report client-visible host and port 2018-04-02 10:20:30 -07:00
inspector_socket.cc inspector: report client-visible host and port 2018-04-02 10:20:30 -07:00
inspector_socket.h inspector: report client-visible host and port 2018-04-02 10:20:30 -07:00
js_stream.cc src: refactor WriteWrap and ShutdownWraps 2018-02-14 10:00:29 +01:00
js_stream.h src: remove redundant JSStream::DoAfterWrite 2017-12-21 20:56:13 +01:00
module_wrap.cc module: move options checks from C++ to JS 2018-04-07 15:10:27 +02:00
module_wrap.h src: prevent persistent handle resource leaks 2018-02-21 15:24:18 +01:00
node_api_types.h n-api: add methods to open/close callback scope 2018-02-05 17:10:19 -05:00
node_api.cc n-api: add more int64_t tests 2018-04-08 11:31:12 -07:00
node_api.h n-api: add napi_fatal_exception 2018-03-20 15:48:14 -04:00
node_buffer.cc src: fix upcoming V8 deprecation warnings 2018-03-23 08:50:03 +01:00
node_buffer.h buffer: use v8::TypedArray::kMaxLength as buffer::kMaxLength 2018-04-04 14:09:51 +08:00
node_config.cc src: name all builtin init functions Initialize 2018-03-26 08:23:49 +02:00
node_constants.cc crypto: remove deperecated methods of TLS version 2018-04-10 06:45:45 +09:00
node_constants.h
node_context_data.h vm: add code generation options 2018-03-12 14:39:21 -05:00
node_contextify.cc module: move options checks from C++ to JS 2018-04-07 15:10:27 +02:00
node_contextify.h module: move options checks from C++ to JS 2018-04-07 15:10:27 +02:00
node_counters.cc
node_counters.h
node_crypto_bio.cc crypto: remove BIO_set_shutdown 2017-12-11 07:19:55 +01:00
node_crypto_bio.h crypto: make node_crypto_bio compat w/ OpenSSL 1.1 2017-11-11 20:42:49 +11:00
node_crypto_clienthello-inl.h crypto: add ocsp_request ClientHelloParser::Reset 2017-12-27 19:46:48 +01:00
node_crypto_clienthello.cc
node_crypto_clienthello.h crypto: remove unused header in clienthello.h 2017-12-19 14:36:55 +01:00
node_crypto_groups.h
node_crypto.cc crypto: remove deperecated methods of TLS version 2018-04-10 06:45:45 +09:00
node_crypto.h crypto: add support for AES-CCM 2018-04-06 13:02:43 +02:00
node_debug_options.cc
node_debug_options.h
node_domain.cc domain: further abstract usage in C++ 2018-01-29 11:37:29 -05:00
node_dtrace.cc
node_dtrace.h
node_errors.h src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONG 2018-04-10 01:08:10 +02:00
node_file.cc fs: refactor stats array to be more generic 2018-04-04 15:25:59 +08:00
node_file.h fs: refactor stats array to be more generic 2018-04-04 15:25:59 +08:00
node_http2_state.h http2: use aliased buffer for perf stats, add stats 2018-01-09 12:33:13 -08:00
node_http2.cc src: ensure that SetImmediate()s have HandleScopes 2018-03-25 18:37:57 +02:00
node_http2.h http2: clean up Http2Settings 2018-03-18 09:08:30 -07:00
node_http_parser.cc src: name all builtin init functions Initialize 2018-03-26 08:23:49 +02:00
node_i18n.cc src: name all builtin init functions Initialize 2018-03-26 08:23:49 +02:00
node_i18n.h
node_internals.h fs: refactor stats array to be more generic 2018-04-04 15:25:59 +08:00
node_javascript.h src: move internal loaders out of bootstrap_node.js 2018-03-06 22:12:46 +08:00
node_main.cc test: shared lib build doesn't handle SIGPIPE 2018-03-12 16:56:04 -07:00
node_mutex.h
node_object_wrap.h
node_os.cc src: use nullptr instead of NULL 2017-12-01 07:45:00 +01:00
node_perf_common.h perf_hooks,trace_events: emit perf milestone trace events 2018-03-16 10:54:05 -07:00
node_perf.cc perf_hooks: simplify perf_hooks 2018-04-03 13:57:41 -07:00
node_perf.h perf_hooks,trace_events: emit perf milestone trace events 2018-03-16 10:54:05 -07:00
node_persistent.h src: prevent persistent handle resource leaks 2018-02-21 15:24:18 +01:00
node_platform.cc src: implement getting current time in NodePlatform 2017-12-06 12:52:07 +01:00
node_platform.h src: implement getting current time in NodePlatform 2017-12-06 12:52:07 +01:00
node_postmortem_metadata.cc src: standardise context embedder indices 2018-03-07 12:19:38 -06:00
node_provider.d
node_revert.h
node_root_certs.h src: drop CNNIC+StartCom certificate whitelisting 2018-03-26 18:20:16 -04:00
node_serdes.cc src: name all builtin init functions Initialize 2018-03-26 08:23:49 +02:00
node_stat_watcher.cc fs: refactor stats array to be more generic 2018-04-04 15:25:59 +08:00
node_stat_watcher.h fs: improve errors in watchFile and unwatchFile 2018-03-19 07:40:47 +08:00
node_trace_events.cc src: name all builtin init functions Initialize 2018-03-26 08:23:49 +02:00
node_types.cc util: introduce util.types.is[…] type checks 2018-03-05 17:41:26 +00:00
node_url.cc src: general C++ cleanup in node_url.cc 2018-03-30 14:30:40 +02:00
node_url.h src: improve module loader readability 2017-11-03 01:10:31 +01:00
node_util.cc util: introduce util.types.is[…] type checks 2018-03-05 17:41:26 +00:00
node_v8.cc src: name all builtin init functions Initialize 2018-03-26 08:23:49 +02:00
node_version.h n-api: bump version of n-api supported 2018-03-27 01:33:39 +01:00
node_watchdog.cc
node_watchdog.h
node_win32_etw_provider-inl.h tools: add cpplint rule for NULL usage 2017-12-01 07:45:05 +01:00
node_win32_etw_provider.cc
node_win32_etw_provider.h
node_win32_perfctr_provider.cc src: fix size of CounterSet 2017-11-18 20:53:38 +01:00
node_win32_perfctr_provider.h
node_wrap.h
node_zlib.cc zlib: fix windowBits validation to allow 0 for decompression mode 2018-04-10 00:56:10 +02:00
node.cc tls: drop NPN (next protocol negotiation) support 2018-03-27 16:22:37 +02:00
node.d
node.h src: make process.dlopen() load well-known symbol 2018-03-01 13:45:57 +01:00
node.stp
noperfctr_macros.py
notrace_macros.py
pipe_wrap.cc src: add convenience ctor for async trigger id scope 2018-03-11 18:20:38 +01:00
pipe_wrap.h async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
process_wrap.cc src: refactor stream callbacks and ownership 2018-02-01 10:53:26 +01:00
req_wrap-inl.h src: remove unnecessary Reset() calls 2018-02-21 15:24:18 +01:00
req_wrap.h src: refactor WriteWrap and ShutdownWraps 2018-02-14 10:00:29 +01:00
signal_wrap.cc src: rename async-wrap -> async_wrap 2017-11-17 12:49:00 +01:00
spawn_sync.cc src: remove unused stdlib.h include 2018-03-20 07:33:45 +01:00
spawn_sync.h src: make ownership of stdio_pipes explicit 2017-11-16 16:54:00 +01:00
stream_base-inl.h src: clean up req.bytes tracking 2018-03-30 14:20:52 +02:00
stream_base.cc src: clean up req.bytes tracking 2018-03-30 14:20:52 +02:00
stream_base.h src: clean up req.bytes tracking 2018-03-30 14:20:52 +02:00
stream_pipe.cc src: introduce native-layer stream piping 2018-03-15 12:53:13 +01:00
stream_pipe.h src: introduce native-layer stream piping 2018-03-15 12:53:13 +01:00
stream_wrap.cc src: remove unused stdlib.h include 2018-03-20 07:33:45 +01:00
stream_wrap.h src: refactor WriteWrap and ShutdownWraps 2018-02-14 10:00:29 +01:00
string_bytes.cc src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONG 2018-04-10 01:08:10 +02:00
string_bytes.h src: fix fs.write() externalized string handling 2018-01-23 19:17:39 +01:00
string_decoder-inl.h string_decoder: reimplement in C++ 2018-02-10 14:38:56 +01:00
string_decoder.cc string_decoder: reimplement in C++ 2018-02-10 14:38:56 +01:00
string_decoder.h string_decoder: reimplement in C++ 2018-02-10 14:38:56 +01:00
string_search.cc
string_search.h module: speed up package.json parsing more 2017-11-15 12:01:20 +01:00
tcp_wrap.cc src: add convenience ctor for async trigger id scope 2018-03-11 18:20:38 +01:00
tcp_wrap.h src: remove unnecessary Reset() calls 2018-02-21 15:24:18 +01:00
timer_wrap.cc timers: refactor timer list processing 2018-02-09 14:59:07 -05:00
tls_wrap.cc src: remove unused util.h from tls_wrap.h 2018-04-09 16:37:12 +02:00
tls_wrap.h src: remove unused util.h from tls_wrap.h 2018-04-09 16:37:12 +02:00
tty_wrap.cc src: refactor stream callbacks and ownership 2018-02-01 10:53:26 +01:00
tty_wrap.h
udp_wrap.cc src: remove unused stdlib.h include 2018-03-20 07:33:45 +01:00
udp_wrap.h src: replace SetAccessor w/ SetAccessorProperty 2017-12-17 12:45:39 -05:00
util-inl.h src: prevent persistent handle resource leaks 2018-02-21 15:24:18 +01:00
util.cc src: use uv_os_getpid() to get process id 2017-12-04 10:34:28 -05:00
util.h http: align parser with StreamBase interface changes 2018-03-15 12:53:22 +01:00
uv.cc src: name all builtin init functions Initialize 2018-03-26 08:23:49 +02:00
v8abbr.h src: update postmortem constant name 2018-01-24 15:02:43 -08:00
v8ustack.d