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.
 
 
 
 
 
 
Bert Belder c7f0341d88 Include windows.h in node_file.cc 14 years ago
..
node.cc Disable node.cc functions that are not supported on windows 14 years ago
node.h Saner, yet still ugly, fix to displaying syntax errors 14 years ago
node.js Prefer require.cache over native module cache 14 years ago
node_buffer.cc Fix header files for node_buffer.cc 14 years ago
node_buffer.h Revert "Merge branch 'writev'" 14 years ago
node_cares.cc Support CNAME lookups in DNS module. 14 years ago
node_cares.h c-ares based dns module 15 years ago
node_child_process.cc There is no child process support for windows yet 14 years ago
node_child_process.h New api for child_process.spawn; ability to set cwd for spawn()ed process 14 years ago
node_config.h.in Move node version to a single static header file. 15 years ago
node_constants.cc S_IFLNK, S_IFSOCK and SIGCHLD are not available on windows 14 years ago
node_constants.h Prefix all source files with node_ 15 years ago
node_crypto.cc Rename node::SecureStream to node::crypto::Connection 14 years ago
node_crypto.h Rename node::SecureStream to node::crypto::Connection 14 years ago
node_events.cc Remove unnecessary defines in node_events.cc 15 years ago
node_events.h Simply C++ event emitter 15 years ago
node_extensions.cc Register builtin extensions via a macro, rather than a manual strcmp 15 years ago
node_extensions.h There is no child process support for windows yet 14 years ago
node_file.cc Include windows.h in node_file.cc 14 years ago
node_file.h Move the Stat structure functions to node_file.cc 15 years ago
node_http_parser.cc Add support for SSDP methods -_- 14 years ago
node_http_parser.h Implement new http-parser binding using Buffer 15 years ago
node_idle_watcher.cc Safe constructor for ObjectWrapped classes 14 years ago
node_idle_watcher.h Only Ref in idle watcher when wasn't already active. 15 years ago
node_io_watcher.cc Revert "Merge branch 'writev'" 14 years ago
node_io_watcher.h Revert "Merge branch 'writev'" 14 years ago
node_javascript.cc Dynamically load native scripts 14 years ago
node_javascript.h Dynamically load native scripts 14 years ago
node_main.cc Forgot to include node_main.cc 14 years ago
node_net.cc Most of node_net is not yet available on windows 14 years ago
node_net.h Rename node_net2.cc to node_net.cc 15 years ago
node_object_wrap.h ClearWeak on ObjectWraps. I /think/ this is the correct semantics 14 years ago
node_os.cc Add os module and getHostname 14 years ago
node_os.h Add os module and getHostname 14 years ago
node_root_certs.h Move root certs out of JavaScript 14 years ago
node_script.cc Saner, yet still ugly, fix to displaying syntax errors 14 years ago
node_script.h Move evals to extension module. 15 years ago
node_signal_watcher.cc Fix a few compiler warnings... 14 years ago
node_signal_watcher.h fix whitespace errors 15 years ago
node_stat_watcher.cc Stat watchers don't work on windows yet 14 years ago
node_stat_watcher.h Use uniform watcher names 15 years ago
node_stdio.cc node_stdio stub for windows 14 years ago
node_stdio.h Add binding to termios, implement readline for repl 15 years ago
node_stdio_win32.cc node_stdio stub for windows 14 years ago
node_timer.cc Safe constructor for ObjectWrapped classes 14 years ago
node_timer.h Timer clean ups 15 years ago
node_version.h Now working on v0.3.3-pre 14 years ago
platform.h Stub out process.title 14 years ago
platform_cygwin.cc Avoid WCHAR string conversion warning 14 years ago
platform_darwin.cc added read and write support for process.title Darwin 14 years ago
platform_darwin_proctitle.cc added read and write support for process.title Darwin 14 years ago
platform_freebsd.cc Fix executable path on FreeBSD. 14 years ago
platform_linux.cc Fix parsing of linux memory 14 years ago
platform_none.cc Fix OS::GetExecutablePath for platform_none 14 years ago
platform_sunos.cc solaris -> sunos 14 years ago
platform_win32.cc Add errno.h to platform_win32.cc 14 years ago
platform_win32.h Macros for warning about unimplemented APIs 14 years ago