1831 Commits (ffc8110659854179cd002d8859668deb59c19a30)

Author SHA1 Message Date
Igor Zinkovsky 3060266ff1 windows: enable pending accepts knob 14 years ago
Maciej Małecki b4afe605f4 node: remove `process.compile` 14 years ago
Ben Noordhuis 362b5a6c40 process: fix process.nextTick() error case regression 14 years ago
Ben Noordhuis 4d4900fc65 process: optimize process.nextTick() 14 years ago
koichik f53d092a2a tls, https: add passphrase option 14 years ago
Ben Noordhuis a1fa3efd2b core: fix off-by-one error in node::DLOpen() 14 years ago
Bert Belder a56a95b652 Export some functions from node.h 14 years ago
Bert Belder 4a1efb2b9c Support native extension loading on Windows 14 years ago
Bert Belder dd93c53c4e Make node::DLOpen use uv_dlopen 14 years ago
Bert Belder 889620dcd2 Wrap long lines, strip trailing whitespace 14 years ago
Bert Belder 1e2d777601 Remove outdated comment 14 years ago
Igor Zinkovsky f35a396c54 Revert "remove node_io_watcher" 14 years ago
Ben Noordhuis ccd8b55b01 linux: unbreak build if HAVE_MONOTONIC_CLOCK=0 14 years ago
Igor Zinkovsky cc2ac1ccc7 remove node_io_watcher 14 years ago
Ryan Dahl c5d54010bc node cluster is now a module instead of CLI interface 14 years ago
Ryan Dahl 194511ff1a Return IPv4 addresses before IPv6 addresses from getaddrinfo 14 years ago
Ryan Dahl b3ddb895d2 Don't compile in node_dtrace.cc when not supported 14 years ago
Ben Noordhuis 15628f6735 sunos: don't use exceptions 14 years ago
Ben Noordhuis 680765abec http: fix gcc 3.x build, don't use always_inline 14 years ago
Ryan Dahl 9b808c2d1b Now working on v0.5.11 14 years ago
Ryan Dahl 220e61c1f6 Bump version to v0.5.10 14 years ago
Ben Noordhuis ac379b3be1 net: bring back .setNoDelay() and .setKeepAlive() 14 years ago
isaacs 2d02e6a992 Add useGlobal flag for standard node repl 14 years ago
Igor Zinkovsky 69b73f9cf0 make process.kill a no-op on windows 14 years ago
Ben Noordhuis 84d0b1bcc5 http: improve http parser bindings 14 years ago
Ryan Dahl c83dda89a4 dns.lookup uses cares_wrap::GetAddrInfo 14 years ago
Bert Belder 00bbe958c4 Fix windows build 14 years ago
Ryan Dahl be2320d408 Add binding to uv_getaddrinfo 14 years ago
Ryan Dahl 6cc42927d8 Display sys_errno when UV_UNKNOWN is returned 14 years ago
Ryan Dahl 88af0c8635 Remove os.openOSHandle 14 years ago
Ryan Dahl 67b235735e Remove support for cygwin 14 years ago
Ryan Dahl 9d27faa2c4 Revert "Fix #1801 vm: Use 'sandbox' as global_prototype" 14 years ago
Thomas Parslow b0f78afe58 http: Added support for HTTP PATCH verb 14 years ago
koichik 6a72e52520 buffer: use NO_NULL_TERMINATION flag 14 years ago
elliottcable 200df8641b Fix #1801 vm: Use 'sandbox' as global_prototype 14 years ago
Ryan Dahl 5783a52a9c Remove process.memoryUsage().vsize 14 years ago
Ryan Dahl d77ce4b998 Fixes #1860. Remove process.writeError 14 years ago
Igor Zinkovsky 971c3d90eb win: remove pthread-win32 init code 14 years ago
koichik 19a855382c tls: requestCert unusable with Firefox and Chrome 14 years ago
Ben Noordhuis e0297ca59b node: fix use of potentially uninitialized variable 14 years ago
Ben Noordhuis 87b34c94fa timer_wrap: add sanity check assert 14 years ago
Ben Noordhuis 9193062e70 tcp_wrap: add sanity check asserts 14 years ago
Ben Noordhuis 0dc844de17 node_script: remove unused variable 14 years ago
Ben Noordhuis dc0b7364b5 node: fix arguments to uv_timer_start() 14 years ago
Ben Noordhuis f1d3ae7753 cares_wrap: make destructor virtual 14 years ago
Ben Noordhuis fab68aa1ed platform: support long process names on linux 14 years ago
Arnout Kazemier e3d2ae0bfd sys has been moved to util 14 years ago
Karl Skomski 9557020dc1 New win32 platform function: GetCPUInfo 14 years ago
Ryan Dahl 08cb8fce67 Remove process.ARGV 14 years ago
Ben Noordhuis 752571c7ba Remove --use-legacy switch from --help section. 14 years ago