0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/src
Dean McNamee ba09409479 src: export additional startup functions
This allows embedders enough control to initialize node, run the
event loop, and cleanly exit (including calling handlers).

Signed-off-by: Fedor Indutny <fedor@indutny.com>
2014-07-23 22:47:05 +04:00
..
res
async-wrap-inl.h async_wrap: add provider types/pass to constructor 2014-02-05 13:30:56 -08:00
async-wrap.h dns: introduce lookupService function 2014-06-27 04:02:19 +04:00
base-object-inl.h
base-object.h
cares_wrap.cc dns: introduce lookupService function 2014-06-27 04:02:19 +04:00
env-inl.h src: replace CONTAINER_OF with type-safe function 2014-05-30 11:45:37 +01:00
env.h node: remove duplicate tickInfo assignment 2014-05-12 13:52:33 -07:00
fs_event_wrap.cc Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
handle_wrap.cc node: add signature to SET_PROTOTYPE_METHOD 2014-04-02 01:48:34 -07:00
handle_wrap.h headers: fix spelling error 2014-02-08 00:19:50 +04:00
node_buffer.cc Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
node_buffer.h src: remove node_isolate from source 2014-02-22 03:20:56 +04:00
node_constants.cc Merge branch 'v0.10' 2014-06-05 07:28:39 -07:00
node_constants.h
node_contextify.cc contextify: throw timeout error properly 2014-06-12 18:30:41 -07:00
node_counters.cc src: fix tracing infrastructure after v8 upgrade 2014-03-16 16:15:34 +04:00
node_counters.h src: remove node_isolate from source 2014-02-22 03:20:56 +04:00
node_crypto_bio.cc tls: stop NodeBIO::Gets from reading off end of buffer 2014-02-26 17:33:10 +04:00
node_crypto_bio.h
node_crypto_clienthello-inl.h
node_crypto_clienthello.cc crypto: fix version check in hello parser 2014-05-16 12:48:58 +04:00
node_crypto_clienthello.h tls: support OCSP on client and server 2014-04-18 02:21:16 +04:00
node_crypto_groups.h
node_crypto.cc Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
node_crypto.h crypto: improve memory usage 2014-05-16 01:33:08 +04:00
node_dtrace.cc Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
node_dtrace.h src: remove node_isolate from source 2014-02-22 03:20:56 +04:00
node_file.cc Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
node_file.h
node_http_parser.cc src: replace CONTAINER_OF with type-safe function 2014-05-30 11:45:37 +01:00
node_http_parser.h
node_internals.h fs: improve performance of all stat functions 2014-03-31 15:02:17 -07:00
node_javascript.cc src: remove node_isolate from source 2014-02-22 03:20:56 +04:00
node_javascript.h src: remove node_isolate from source 2014-02-22 03:20:56 +04:00
node_main.cc
node_object_wrap.h src, test: fix up ObjectWrap, make test-addons 2014-03-14 00:41:04 +04:00
node_os.cc src: update to v8 3.24 APIs 2014-03-13 20:56:55 +04:00
node_provider.d src: fix tracing infrastructure after v8 upgrade 2014-03-16 16:15:34 +04:00
node_root_certs.h crypto: update root certificates 2014-02-04 01:42:52 +04:00
node_stat_watcher.cc Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
node_stat_watcher.h src: remove node_isolate from source 2014-02-22 03:20:56 +04:00
node_v8.cc src: replace CONTAINER_OF with type-safe function 2014-05-30 11:45:37 +01:00
node_version.h Now working on 0.10.30 2014-06-09 10:52:27 -07:00
node_watchdog.cc watchdog: terminate one specific isolate 2014-06-12 18:30:26 -07:00
node_watchdog.h watchdog: terminate one specific isolate 2014-06-12 18:30:26 -07:00
node_win32_etw_provider-inl.h src: fix tracing infrastructure after v8 upgrade 2014-03-16 16:15:34 +04:00
node_win32_etw_provider.cc src: update uv callbacks after API changes 2014-04-07 16:37:20 +04:00
node_win32_etw_provider.h src: fix tracing infrastructure after v8 upgrade 2014-03-16 16:15:34 +04:00
node_win32_perfctr_provider.cc
node_win32_perfctr_provider.h
node_wrap.h src: remove node_isolate from source 2014-02-22 03:20:56 +04:00
node_zlib.cc src: replace CONTAINER_OF with type-safe function 2014-05-30 11:45:37 +01:00
node.cc src: pass the v8::Context to CreateEnvironment 2014-07-13 23:07:46 +04:00
node.d
node.h src: export additional startup functions 2014-07-23 22:47:05 +04:00
node.js configure: --v8-options option 2014-03-29 11:51:41 +04:00
node.stp
notrace_macros.py
perfctr_macros.py
pipe_wrap.cc Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
pipe_wrap.h
process_wrap.cc Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
queue.h
req_wrap.h src: update to v8 3.24 APIs 2014-03-13 20:56:55 +04:00
signal_wrap.cc src: replace CONTAINER_OF with type-safe function 2014-05-30 11:45:37 +01:00
smalloc.cc smalloc: rework double free bug fix 2014-05-23 15:21:35 -07:00
smalloc.h smalloc: remove env.h include 2014-03-02 12:05:13 +04:00
spawn_sync.cc child_process: copy spawnSync() cwd option to proper buffer 2014-07-12 12:46:16 +03:00
spawn_sync.h src: update uv callbacks after API changes 2014-04-07 16:37:20 +04:00
stream_wrap.cc src: replace CONTAINER_OF with type-safe function 2014-05-30 11:45:37 +01:00
stream_wrap.h src: update from uv_read2_start removal 2014-03-10 17:51:47 -07:00
string_bytes.cc Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
string_bytes.h Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
tcp_wrap.cc Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
tcp_wrap.h
timer_wrap.cc src: update uv callbacks after API changes 2014-04-07 16:37:20 +04:00
tls_wrap.cc tls_wrap: fix interleaving in InvokeQueued 2014-06-11 16:10:11 -07:00
tls_wrap.h crypto: make NewSessionDoneCb public 2014-02-18 03:22:18 +04:00
tree.h
tty_wrap.cc node: add signature to SET_PROTOTYPE_METHOD 2014-04-02 01:48:34 -07:00
tty_wrap.h
udp_wrap.cc udp: make it possible to receive empty udp packets 2014-07-02 20:59:27 -07:00
udp_wrap.h
util-inl.h src: replace CONTAINER_OF with type-safe function 2014-05-30 11:45:37 +01:00
util.cc Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
util.h Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
uv.cc src: update to v8 3.24 APIs 2014-03-13 20:56:55 +04:00
v8abbr.h
v8ustack.d