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.
 
 
 
 
 
 
Trevor Norris bf08ac462e node: compare AsyncListener instances, not uid's 11 years ago
..
res windows: add support for '_Total' perf counters 12 years ago
async-wrap-inl.h async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
async-wrap.h async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
base-object-inl.h base-object: add BaseObject 11 years ago
base-object.h src: add comments about implicit dependencies 11 years ago
cares_wrap.cc dns: add resolveSoa and 'SOA' rrtype 11 years ago
env-inl.h node: AsyncListener use separate storage mechanism 11 years ago
env.h async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
fs_event_wrap.cc src: fix Context::Scope usage 11 years ago
handle_wrap.cc Merge remote-tracking branch 'upstream/v0.10' 11 years ago
handle_wrap.h node: add AsyncListener support 11 years ago
node.cc async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
node.d dtrace: add missing translator 13 years ago
node.h src: don't mark addon_register_func as dllimport 11 years ago
node.js node: compare AsyncListener instances, not uid's 11 years ago
node.stp systemtap: add tapset for node user probes 12 years ago
node_buffer.cc src: fix Environment::GetCurrent() usage 11 years ago
node_buffer.h src: add multi-context support 11 years ago
node_constants.cc crypto: introduce .setEngine(engine, [flags]) 11 years ago
node_constants.h src: lint c++ code 12 years ago
node_contextify.cc base-object: add BaseObject 11 years ago
node_contextify.h src: Remove unused refs to node_object_wrap.h 11 years ago
node_counters.cc src: use v8::String::NewFrom*() functions 12 years ago
node_counters.h src: more lint after cpplint tightening 12 years ago
node_crypto.cc crypto: remove most of the `node_isolate` uses 11 years ago
node_crypto.h lib: introduce `.setMaxSendFragment(size)` 11 years ago
node_crypto_bio.cc crypto: fix moving read head 11 years ago
node_crypto_bio.h tls_wrap: use writev when possible 11 years ago
node_crypto_clienthello-inl.h tls: asynchronous SNICallback 12 years ago
node_crypto_clienthello.cc crypto: fix signed/unsigned comparison warning 12 years ago
node_crypto_clienthello.h tls: asynchronous SNICallback 12 years ago
node_crypto_groups.h src: lint c++ code 12 years ago
node_dtrace.cc build: use zero overhead systemtap probes 11 years ago
node_dtrace.h src: lint c++ code 12 years ago
node_extensions.cc src: lint c++ code 12 years ago
node_extensions.h vm, core, module: re-do vm to fix known issues 12 years ago
node_file.cc Merge branch 'v0.10' 11 years ago
node_file.h src: add multi-context support 11 years ago
node_http_parser.cc http: parse the status message in a http response. 11 years ago
node_http_parser.h src: lint c++ code 12 years ago
node_internals.h src: remove container_of, use CONTAINER_OF 11 years ago
node_javascript.cc src: use v8::String::NewFrom*() functions 12 years ago
node_javascript.h src: lint c++ code 12 years ago
node_main.cc core: use proper #include directives 13 years ago
node_object_wrap.h win: fix ObjectWrap for latest v8 11 years ago
node_os.cc Merge remote-tracking branch 'upstream/v0.10' 11 years ago
node_provider.d dtrace: actually use the _handle.fd value 12 years ago
node_root_certs.h crypto: update root certificates 11 years ago
node_stat_watcher.cc base-object: add BaseObject 11 years ago
node_stat_watcher.h base-object: add BaseObject 11 years ago
node_version.h Now working on 0.11.11 11 years ago
node_watchdog.cc util: introduce CHECK_EQ/CHECK_NE 11 years ago
node_watchdog.h vm: fix race condition in timeout 11 years ago
node_win32_etw_provider-inl.h src: lint c++ code 12 years ago
node_win32_etw_provider.cc src: fix up unused/unordered imports 11 years ago
node_win32_etw_provider.h src: more lint after cpplint tightening 12 years ago
node_win32_perfctr_provider.cc build: un-break the windows build 12 years ago
node_win32_perfctr_provider.h src: lint c++ code 12 years ago
node_wrap.h src: shorten Object{Wrap,Unwrap} 11 years ago
node_zlib.cc base-object: add BaseObject 11 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/timers: remove Add/RemoveAsyncListener 11 years ago
pipe_wrap.h src: don't use class specific Unwrap methods 11 years ago
process_wrap.cc src: fix Context::Scope usage 11 years ago
queue.h src: make queue.h c++ compatible 11 years ago
req_wrap.h src: revert domain using AsyncListeners 11 years ago
signal_wrap.cc src: fix Context::Scope usage 11 years ago
smalloc.cc smalloc: check if object has external memory 11 years ago
smalloc.h smalloc: check if object has external memory 11 years ago
stream_wrap.cc Merge remote-tracking branch 'upstream/v0.10' 11 years ago
stream_wrap.h async-wrap: integrate with WeakObject 11 years ago
string_bytes.cc v8: upgrade to 3.22.24 11 years ago
string_bytes.h string_bytes: export GetExternalParts 12 years ago
tcp_wrap.cc async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
tcp_wrap.h src: don't use class specific Unwrap methods 11 years ago
timer_wrap.cc src: fix Context::Scope usage 11 years ago
tls_wrap.cc Merge branch 'v0.10' 11 years ago
tls_wrap.h Merge branch 'v0.10' 11 years ago
tree.h dns: don't rely on libuv for c-ares integration 13 years ago
tty_wrap.cc src: fix Environment::GetCurrent() usage 11 years ago
tty_wrap.h src: don't use class specific Unwrap methods 11 years ago
udp_wrap.cc async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
udp_wrap.h src: don't use class specific Unwrap methods 11 years ago
util-inl.h src: shorten Object{Wrap,Unwrap} 11 years ago
util.h util: introduce CHECK_EQ/CHECK_NE 11 years ago
uv.cc cpplint: disallow if one-liners 11 years ago
v8abbr.h dtrace: backport two byte string fix 11 years ago
v8ustack.d dtrace: backport two byte string fix 11 years ago