0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/src
cjihrig 0593528241 src: remove unused variable in node_crypto
env was unused since the ref'd commit

Ref: e34ee1d2c9
PR-URL: https://github.com/nodejs/node/pull/11361
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
2017-02-15 10:41:08 -08:00
..
res
tracing src: fix TracingController cleanup 2017-01-07 13:56:43 +01:00
async-wrap-inl.h async_wrap: mode constructor/destructor to .cc 2016-12-01 16:48:45 -07:00
async-wrap.cc async_wrap: clear destroy_ids vector 2016-12-22 08:34:06 -07:00
async-wrap.h async_wrap: call destroy() callback in uv_idle_t 2016-12-01 16:49:17 -07:00
backtrace_posix.cc src: unbreak build when compiling against uclibc 2016-09-05 10:21:34 +02:00
backtrace_win32.cc src: print backtrace on fatal error 2016-06-29 13:49:37 +02:00
base64.h
base-object-inl.h src: pull OnConnection from pipe_wrap and tcp_wrap 2016-07-25 09:50:51 +02:00
base-object.h src: pull OnConnection from pipe_wrap and tcp_wrap 2016-07-25 09:50:51 +02:00
cares_wrap.cc dns: implement {ttl: true} for dns.resolve6() 2016-11-18 22:01:44 +01:00
CNNICHashWhitelist.inc crypto: Remove expired certs from CNNIC whitelist 2017-02-04 00:20:10 +09:00
connect_wrap.cc src: unifying PipeConnectWrap and TCPConnectWrap 2016-07-28 18:00:00 +02:00
connect_wrap.h src: unifying PipeConnectWrap and TCPConnectWrap 2016-07-28 18:00:00 +02:00
connection_wrap.cc src: remove unnecessary req_wrap_obj 2017-01-23 09:36:10 -08:00
connection_wrap.h src: pull AfterConnect from pipe_wrap and tcp_wrap 2016-09-11 14:48:56 +02:00
debug-agent.cc inspector: move options parsing 2016-12-09 09:07:50 -08:00
debug-agent.h inspector: move options parsing 2016-12-09 09:07:50 -08:00
env-inl.h async_wrap: close the destroy_ids_idle_handle_ 2016-12-23 23:00:17 -08:00
env.cc async_wrap: call destroy() callback in uv_idle_t 2016-12-01 16:49:17 -07:00
env.h src: refactor CopyProperties to remove JS 2017-02-05 09:59:51 +01:00
fs_event_wrap.cc src: remove unneeded ABORT after CHECK 2016-09-22 10:18:06 -07:00
handle_wrap.cc src: rename handle__ to handle_ in HandleWrap 2016-09-24 21:01:49 +02:00
handle_wrap.h src: rename handle__ to handle_ in HandleWrap 2016-09-24 21:01:49 +02:00
inspector_agent.cc inspector: no crash when WS server can't start 2017-01-20 09:10:37 -08:00
inspector_agent.h inspector: move options parsing 2016-12-09 09:07:50 -08:00
inspector_socket_server.cc inspector: no crash when WS server can't start 2017-01-20 09:10:37 -08:00
inspector_socket_server.h inspector: no crash when WS server can't start 2017-01-20 09:10:37 -08:00
inspector_socket.cc inspector: zero out structure members 2016-09-20 10:20:06 -07:00
inspector_socket.h inspector: zero out structure members 2016-09-20 10:20:06 -07:00
js_stream.cc
js_stream.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_buffer.cc buffer: allow Uint8Array input to methods 2016-12-21 07:48:14 +01:00
node_buffer.h
node_config.cc src: make --icu-data-dir= switch testable 2017-02-11 15:23:51 +01:00
node_constants.cc zlib: move constants into zlib.constants 2016-06-11 17:24:35 -07:00
node_constants.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_contextify.cc src: fix delete operator on vm context 2017-02-11 09:01:15 -08:00
node_counters.cc
node_counters.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_crypto_bio.cc src: remove unneeded ABORT after CHECK 2016-09-22 10:18:06 -07:00
node_crypto_bio.h src: fix runtime/int cpplint warnings 2016-06-28 21:21:21 +02:00
node_crypto_clienthello-inl.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_crypto_clienthello.cc crypto: fix undefined behavior in ParseExtension 2016-07-11 02:23:28 -04:00
node_crypto_clienthello.h crypto: fix undefined behavior in ParseExtension 2016-07-11 02:23:28 -04:00
node_crypto_groups.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_crypto.cc src: remove unused variable in node_crypto 2017-02-15 10:41:08 -08:00
node_crypto.h crypto: allow adding extra certs to well-known CAs 2016-11-23 08:35:22 -08:00
node_debug_options.cc src, inspector: add --inspect-brk option 2017-01-03 15:47:40 -08:00
node_debug_options.h inspector: move options parsing 2016-12-09 09:07:50 -08:00
node_dtrace.cc dtrace: resolve conversion warnings from SLURP_INT 2016-12-27 14:37:13 -08:00
node_dtrace.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_file.cc src: speed up module loading, don't resize buffer 2016-10-24 22:31:07 +02:00
node_file.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_http_parser.cc src: fix readability/braces cpplint warnings 2016-06-28 21:21:21 +02:00
node_http_parser.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_i18n.cc src: make --icu-data-dir= switch testable 2017-02-11 15:23:51 +01:00
node_i18n.h src: make --icu-data-dir= switch testable 2017-02-11 15:23:51 +01:00
node_internals.h crypto: support OPENSSL_CONF again 2017-02-09 12:26:39 -08:00
node_javascript.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_lttng_provider.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_lttng_tp.h src: lint node_lttng_tp.h 2016-06-28 21:21:21 +02:00
node_lttng.cc
node_lttng.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_main.cc src,win: use correct exit code in old versions 2016-08-31 04:22:43 +08:00
node_mutex.h src: use RAII for mutexes and condition variables 2016-06-21 10:29:14 +02:00
node_object_wrap.h
node_os.cc src: add a missing space in node_os.cc 2017-01-23 09:33:31 -08:00
node_provider.d
node_revert.cc
node_revert.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_root_certs.h crypto: update root certificates 2016-06-23 09:25:32 +02:00
node_stat_watcher.cc
node_stat_watcher.h src: fix readability/inheritance cpplint warnings 2016-06-28 21:21:21 +02:00
node_url.cc src: remove usage of V8 deprecated API in node_url.cc 2017-01-31 23:55:38 -08:00
node_url.h url: adding WHATWG URL support 2016-10-11 12:41:42 -07:00
node_util.cc buffer: allow Uint8Array input to methods 2016-12-21 07:48:14 +01:00
node_v8.cc lib,src: support values > 4GB in heap statistics 2016-12-11 14:45:52 +01:00
node_version.h src: update NODE_MODULE_VERSION to 52 2017-01-26 22:46:18 +01:00
node_watchdog.cc watchdog: add flag to mark handler as disabled 2016-12-23 02:32:08 +00:00
node_watchdog.h watchdog: add flag to mark handler as disabled 2016-12-23 02:32:08 +00:00
node_win32_etw_provider-inl.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_win32_etw_provider.cc src: check uv_async_init() return value 2016-06-29 12:19:48 +02:00
node_win32_etw_provider.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_win32_perfctr_provider.cc src: lint node_win32_perfctr_provider.cc 2016-06-28 21:21:21 +02:00
node_win32_perfctr_provider.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_wrap.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
node_zlib.cc zlib: fix raw inflate with custom dictionary 2016-09-20 23:05:35 +02:00
node.cc src: remove unused typedef 2017-02-14 19:31:21 +01:00
node.d
node.h src: move trace_event.h include to internal header 2017-01-26 01:48:25 +01:00
node.stp
nolttng_macros.py
notrace_macros.py
perfctr_macros.py
pipe_wrap.cc src: enable writev for pipe handles on Unix 2017-01-11 16:32:44 -08:00
pipe_wrap.h src: pull AfterConnect from pipe_wrap and tcp_wrap 2016-09-11 14:48:56 +02:00
process_wrap.cc src: remove redundant spawn/spawnSync type checks 2016-12-25 12:48:55 -05:00
req-wrap-inl.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
req-wrap.h src: make ReqWrap req_ member private 2016-09-23 08:46:06 +02:00
signal_wrap.cc src: remove unused using decls 2016-08-08 09:17:12 -07:00
spawn_sync.cc child_process: exit spawnSync with null on signal 2017-02-14 11:44:24 -05:00
spawn_sync.h child_process: allow Infinity as maxBuffer value 2017-01-17 10:47:28 -05:00
StartComAndWoSignData.inc crypto: add cert check issued by StartCom/WoSign 2017-02-04 00:19:59 +09:00
stream_base-inl.h buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
stream_base.cc stream_base: homogenize req_wrap_obj use 2016-12-19 17:20:07 -05:00
stream_base.h src: make ReqWrap req_ member private 2016-09-23 08:46:06 +02:00
stream_wrap.cc src: provide allocation + nullptr check shortcuts 2016-09-29 09:46:42 +02:00
stream_wrap.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
string_bytes.cc src: fix build for older clang 2016-10-04 09:28:18 +01:00
string_bytes.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
string_search.cc src: fix readability/namespace cpplint warnings 2016-06-28 21:21:21 +02:00
string_search.h src: remove obsolete NOLINT comments 2016-06-28 21:21:21 +02:00
tcp_wrap.cc src: make ReqWrap req_ member private 2016-09-23 08:46:06 +02:00
tcp_wrap.h src: pull AfterConnect from pipe_wrap and tcp_wrap 2016-09-11 14:48:56 +02:00
timer_wrap.cc timers: remove unused repeat param in timer_wrap 2016-08-09 12:26:10 -07:00
tls_wrap.cc src: provide allocation + nullptr check shortcuts 2016-09-29 09:46:42 +02:00
tls_wrap.h src: remove unused data member write_queue_size_ 2016-06-29 12:21:01 +02:00
tree.h
tty_wrap.cc src: remove unused using decls 2016-08-08 09:17:12 -07:00
tty_wrap.h src: add include guards to internal headers 2016-05-25 09:54:24 +02:00
udp_wrap.cc src: remove out-of-date TODO comment 2016-10-10 08:45:52 -07:00
udp_wrap.h src: remove unused function declaration 2016-10-03 13:02:09 +02:00
util-inl.h src: squelch unused function warnings in util.h 2016-11-18 08:29:56 -08:00
util.cc src: notify V8 for low memory when alloc fails 2016-09-29 09:46:42 +02:00
util.h src: squelch unused function warnings in util.h 2016-11-18 08:29:56 -08:00
uv.cc src: remove unused using decls 2016-08-08 09:17:12 -07:00
v8abbr.h src: lint v8abbr.h 2016-06-28 21:21:21 +02:00
v8ustack.d dtrace: fix ustack helper for V8 5.1 2016-06-29 10:44:27 +02:00