You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ben Noordhuis 52fc406308 src: move BE/LE buffer conversion to StringSlice() 10 years ago
..
res windows: fix process description to say "Node.js" 10 years ago
async-wrap-inl.h async-wrap: add event hooks 10 years ago
async-wrap.cc async-wrap: add event hooks 10 years ago
async-wrap.h async-wrap: add event hooks 10 years ago
base-object-inl.h src: remove unnecessary template parameter 10 years ago
base-object.h src: mark BaseObject destructor as virtual 10 years ago
cares_wrap.cc src: remove unnecessary template parameter 10 years ago
debug-agent.cc src: replace NULL with nullptr in debug agent 10 years ago
debug-agent.h src: replace NULL with nullptr in debug agent 10 years ago
env-inl.h async-wrap: add event hooks 10 years ago
env.h async-wrap: add event hooks 10 years ago
fs_event_wrap.cc src: mark virtual functions with override keyword 10 years ago
handle_wrap.cc async-wrap: explicitly pass parent 10 years ago
handle_wrap.h async-wrap: explicitly pass parent 10 years ago
node.cc src: redo unaligned access workaround 10 years ago
node.d dtrace: add missing translator 13 years ago
node.h src: move BE/LE buffer conversion to StringSlice() 10 years ago
node.js src: remove the tracing module entirely 10 years ago
node.stp systemtap: add tapset for node user probes 12 years ago
node_buffer.cc src: move BE/LE buffer conversion to StringSlice() 10 years ago
node_buffer.h src: remove `node_isolate` from source 11 years ago
node_constants.cc crypto: wrap ECDH constants in HAVE_OPENSSL 10 years ago
node_constants.h src: lint c++ code 12 years ago
node_contextify.cc src: remove unnecessary template parameter 10 years ago
node_counters.cc src: attach env directly to api functions 10 years ago
node_counters.h src: fixes for win32 10 years ago
node_crypto.cc src: redo unaligned access workaround 10 years ago
node_crypto.h src: mark more destructors with override keyword 10 years ago
node_crypto_bio.cc src: replace NULL with nullptr 10 years ago
node_crypto_bio.h src: replace NULL with nullptr 10 years ago
node_crypto_clienthello-inl.h src: replace NULL with nullptr 10 years ago
node_crypto_clienthello.cc src: replace NULL with nullptr 10 years ago
node_crypto_clienthello.h src: mark empty destructors as default 10 years ago
node_crypto_groups.h src: lint c++ code 12 years ago
node_dtrace.cc src: replace NULL with nullptr 10 years ago
node_dtrace.h src: replace NULL with nullptr 10 years ago
node_file.cc src: remove unnecessary template parameter 10 years ago
node_file.h src: add multi-context support 11 years ago
node_http_parser.cc src: mark more destructors with override keyword 10 years ago
node_http_parser.h src: lint c++ code 12 years ago
node_i18n.cc src: replace NULL with nullptr 10 years ago
node_i18n.h build, i18n: improve Intl build, add "--with-intl" 10 years ago
node_internals.h src: replace NULL with nullptr 10 years ago
node_javascript.cc src: remove `node_isolate` from source 11 years ago
node_javascript.h src: remove `node_isolate` from source 11 years ago
node_main.cc src: replace NULL with nullptr 10 years ago
node_object_wrap.h src, test: fix up ObjectWrap, `make test-addons` 11 years ago
node_os.cc lib,src: make os.endianness() inlinable 10 years ago
node_provider.d src: fix tracing infrastructure after v8 upgrade 11 years ago
node_root_certs.h crypto: update root certificates 10 years ago
node_stat_watcher.cc src: replace NULL with nullptr 10 years ago
node_stat_watcher.h src: mark virtual functions with override keyword 10 years ago
node_v8.cc lib: add setFlagsFromString() to tracing module 10 years ago
node_v8_platform.cc src: fixups after v8 upgrade 10 years ago
node_v8_platform.h src: fixups after v8 upgrade 10 years ago
node_version.h Now working on 0.11.15 10 years ago
node_watchdog.cc src: replace NULL with nullptr 10 years ago
node_watchdog.h watchdog: terminate one specific isolate 11 years ago
node_win32_etw_provider-inl.h src: replace NULL with nullptr 10 years ago
node_win32_etw_provider.cc src: replace NULL with nullptr 10 years ago
node_win32_etw_provider.h src: fixes for win32 10 years ago
node_win32_perfctr_provider.cc src: replace NULL with nullptr 10 years ago
node_win32_perfctr_provider.h src: replace NULL with nullptr 10 years ago
node_wrap.h src: replace NULL with nullptr 10 years ago
node_zlib.cc src: fix windows build error 10 years ago
notrace_macros.py src: rename macros.py to notrace_macros.py 12 years ago
perfctr_macros.py windows: add tracing with performance counters 12 years ago
pipe_wrap.cc async-wrap: explicitly pass parent 10 years ago
pipe_wrap.h async-wrap: explicitly pass parent 10 years ago
process_wrap.cc src: mark empty destructors as default 10 years ago
queue.h src: make queue.h c++ compatible 11 years ago
req_wrap.h src: all wraps now use actual FunctionTemplate 10 years ago
signal_wrap.cc src: mark empty destructors as default 10 years ago
smalloc.cc smalloc: don't allow to dispose typed arrays 10 years ago
smalloc.h smalloc: remove `env.h` include 11 years ago
spawn_sync.cc lib,src: fix spawnSync ignoring its 'env' option 10 years ago
spawn_sync.h src: update uv callbacks after API changes 11 years ago
stream_wrap.cc async-wrap: explicitly pass parent 10 years ago
stream_wrap.h async-wrap: explicitly pass parent 10 years ago
string_bytes.cc src: move BE/LE buffer conversion to StringSlice() 10 years ago
string_bytes.h src: move BE/LE buffer conversion to StringSlice() 10 years ago
tcp_wrap.cc async-wrap: explicitly pass parent 10 years ago
tcp_wrap.h async-wrap: explicitly pass parent 10 years ago
timer_wrap.cc src: mark empty destructors as default 10 years ago
tls_wrap.cc src: remove unnecessary template parameter 10 years ago
tls_wrap.h src: remove static variables from tls_wrap 10 years ago
tree.h dns: don't rely on libuv for c-ares integration 13 years ago
tty_wrap.cc src: replace NULL with nullptr 10 years ago
tty_wrap.h src: don't use class specific Unwrap methods 11 years ago
udp_wrap.cc async-wrap: explicitly pass parent 10 years ago
udp_wrap.h async-wrap: explicitly pass parent 10 years ago
util-inl.h src: replace NULL with nullptr 10 years ago
util.cc src: replace NULL with nullptr 10 years ago
util.h src: update DISALLOW_COPY_AND_ASSIGN() to c++11 10 years ago
uv.cc src: attach env directly to api functions 10 years ago
v8abbr.h dtrace: backport two byte string fix 11 years ago
v8ustack.d dtrace: backport two byte string fix 11 years ago