node/src
isaacs 6c5356bfe2 Revert "buffer: allocate memory with mmap()"
Also Revert "buffer: use MAP_ANON, fix OS X build"

This reverts commit ddb15603e7.
This reverts commit 2433ec8276.
2012-12-17 10:47:17 -08:00
..
res windows: add tracing with performance counters 2012-11-21 01:21:53 +01:00
cares_wrap.cc net: More accurate IP address validation and IPv6 dotted notation. 2012-11-06 16:49:21 +01:00
ev-emul.h node: use variadic functions in ev-emul.h 2012-07-28 14:10:13 +02:00
fs_event_wrap.cc fs: fix assert in fs.watch() 2012-09-14 02:37:51 +02:00
handle_wrap.cc handle_wrap: don't abort if wrap == NULL 2012-09-22 03:49:17 +02:00
handle_wrap.h child_process: spawn().ref() and spawn().unref() 2012-06-07 23:20:56 +04:00
macros.py Improve gyp build - now works kind of 2011-08-06 03:12:06 -07:00
ngx-queue.h process: add _getActiveHandles(), _getActiveRequests() 2012-05-15 21:00:27 +02:00
node.cc process: add getgroups(), setgroups(), initgroups() 2012-12-06 17:14:58 +01:00
node.d dtrace: add missing translator 2012-02-03 14:07:32 +00:00
node.h constants: fix wrapping of large constants 2012-11-22 16:10:36 +01:00
node.js tty/stdin: Refactor for streams2 2012-12-14 10:52:30 -08:00
node_buffer.cc Revert "buffer: allocate memory with mmap()" 2012-12-17 10:47:17 -08:00
node_buffer.h Revert "buffer: allocate memory with mmap()" 2012-12-17 10:47:17 -08:00
node_constants.cc constants: add O_DIRECT 2012-08-28 15:04:55 +02:00
node_constants.h core: use proper #include directives 2012-03-10 00:14:14 +01:00
node_counters.cc windows: add tracing with performance counters 2012-11-21 01:21:53 +01:00
node_counters.h windows: add tracing with performance counters 2012-11-21 01:21:53 +01:00
node_crypto.cc deps: upgrade libuv to e079a99 2012-12-13 20:23:01 +01:00
node_crypto.h crypto: fix ssl error handling 2012-11-17 00:52:58 +01:00
node_crypto_groups.h crypto: add function getDiffieHellman() 2012-02-21 14:07:25 +01:00
node_dtrace.cc tracing: add systemtap support 2012-11-01 01:25:22 +01:00
node_dtrace.h core: use proper #include directives 2012-03-10 00:14:14 +01:00
node_extensions.cc Don't use _snprintf() on Windows, it's not safe. 2012-05-08 16:02:14 +02:00
node_extensions.h process: use uv_signal instead of ev_signal 2012-08-21 00:18:10 +02:00
node_file.cc Merge remote-tracking branch 'ry/v0.8' into v0.8-merge 2012-09-28 09:47:48 -07:00
node_file.h core: use proper #include directives 2012-03-10 00:14:14 +01:00
node_http_parser.cc node_http_parser: fix whitespace errors 2012-10-02 14:50:25 +02:00
node_http_parser.h process: expose the http_parser version in process.versions 2012-03-10 00:22:42 +01:00
node_internals.h Externalize node::no_deprecation 2012-06-21 13:55:40 -07:00
node_javascript.cc core: use proper #include directives 2012-03-10 00:14:14 +01:00
node_javascript.h core: use proper #include directives 2012-03-10 00:14:14 +01:00
node_main.cc core: use proper #include directives 2012-03-10 00:14:14 +01:00
node_object_wrap.h unix: don't explicitly instantiate v8::Persistent<x> templates 2012-08-20 18:42:05 +02:00
node_os.cc os: throw when os.networkInterfaces() fails 2012-12-03 22:35:01 +01:00
node_os.h core: use proper #include directives 2012-03-10 00:14:14 +01:00
node_provider.d DTrace probes: support X-Forwarded-For 2011-06-04 16:05:01 +02:00
node_root_certs.h Fixes #1610 Remove DigiNotar CA from trusted list 2011-08-30 08:53:21 -07:00
node_script.cc Report errors properly from --eval and stdin 2012-07-30 08:21:39 -07:00
node_script.h core: use proper #include directives 2012-03-10 00:14:14 +01:00
node_stat_watcher.cc fs: fix use after free in stat watcher 2012-08-20 17:29:58 +02:00
node_stat_watcher.h fs: fix use after free in stat watcher 2012-08-20 17:29:58 +02:00
node_string.cc Update copyright headers 2011-03-14 17:37:05 -07:00
node_string.h core: use proper #include directives 2012-03-10 00:14:14 +01:00
node_systemtap.d tracing: add systemtap support 2012-11-01 01:25:22 +01:00
node_version.h Now working on v0.9.4 2012-10-24 10:10:57 -07:00
node_win32_etw_provider-inl.h windows: generate ETW events to track v8 compiled code positions 2012-11-01 14:06:26 +01:00
node_win32_etw_provider.cc windows: generate ETW events to track v8 compiled code positions 2012-11-01 14:06:26 +01:00
node_win32_etw_provider.h windows: generate ETW events to track v8 compiled code positions 2012-11-01 14:06:26 +01:00
node_win32_perfctr_provider.cc windows: add tracing with performance counters 2012-11-21 01:21:53 +01:00
node_win32_perfctr_provider.h windows: add tracing with performance counters 2012-11-21 01:21:53 +01:00
node_zlib.cc zlib: streams2 2012-12-14 10:52:26 -08:00
perfctr_macros.py windows: add tracing with performance counters 2012-11-21 01:21:53 +01:00
pipe_wrap.cc export HandleWrap Unref Ref in tcp/udp/timer/pipe 2012-07-23 18:31:29 +02:00
pipe_wrap.h core: use proper #include directives 2012-03-10 00:14:14 +01:00
process_wrap.cc child_process: emit error on exec failure 2012-08-21 14:29:20 +02:00
req_wrap.h process: add _getActiveHandles(), _getActiveRequests() 2012-05-15 21:00:27 +02:00
signal_wrap.cc signal_wrap: fix unused variable compiler warning 2012-08-21 12:50:34 +02:00
slab_allocator.cc slab_allocator: fix crash in dtor if V8 is dead 2012-06-05 16:27:57 +02:00
slab_allocator.h core: add reusable slab allocator 2012-03-30 21:24:02 +02:00
stream_wrap.cc windows: add tracing with performance counters 2012-11-21 01:21:53 +01:00
stream_wrap.h deps: upgrade libuv to a478847 2012-05-22 16:14:24 +02:00
tcp_wrap.cc dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalents 2012-08-07 01:57:58 +02:00
tcp_wrap.h child_process: new stdio API for .spawn() method 2012-06-01 20:52:13 +04:00
timer_wrap.cc export HandleWrap Unref Ref in tcp/udp/timer/pipe 2012-07-23 18:31:29 +02:00
tree.h dns: don't rely on libuv for c-ares integration 2012-08-07 01:57:50 +02:00
tty_wrap.cc net: fix net.Server.listen({fd:x}) error reporting 2012-07-12 18:18:38 +02:00
tty_wrap.h child_process: new stdio API for .spawn() method 2012-06-01 20:52:13 +04:00
udp_wrap.cc dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalents 2012-08-07 01:57:58 +02:00
udp_wrap.h child_process: new stdio API for .spawn() method 2012-06-01 20:52:13 +04:00
v8_typed_array.cc typed arrays: fix missing type in SizeOfArrayElementForType() 2012-12-17 17:37:51 +01:00
v8_typed_array.h typed arrays: re-export SizeOfArrayElementForType() 2012-12-17 17:37:51 +01:00
v8abbr.h build: add support for DTrace and postmortem 2012-04-01 00:14:36 +00:00
v8ustack.d build: add support for DTrace and postmortem 2012-04-01 00:14:36 +00:00