- Dec 13, 2012
- Dec 12, 2012
-
-
Ben Noordhuis authored
Close the file descriptor when a write operation fails. Fixes #4387.
-
Ben Noordhuis authored
Close the file descriptor when a read operation fails. Fixes #4387.
-
Ben Noordhuis authored
Verifies that the callback gets invoked <n> times during the lifetime of the test script. This is a back-port of commit d0e6c3f5 from the master branch.
-
- Dec 11, 2012
-
-
isaacs authored
-
- Dec 07, 2012
-
-
Ben Noordhuis authored
Fixes #4384.
-
- Dec 04, 2012
-
-
Fedor Indutny authored
-
- Dec 02, 2012
-
-
Ben Noordhuis authored
This is a back-port of upstream gyp commit r1482.
-
Ben Noordhuis authored
Man pages go into $PREFIX/man on FreeBSD, not $PREFIX/share/man.
-
- Dec 01, 2012
-
-
Lewuathe authored
-
Trevor Norris authored
Fix #4331 Using double negate forces values into 32bit space. Because of this Math.ceil needs to be used. Since NaN comparisons are always false, use that to our advantage to return 0 if it is. Also added two tests to verify the changes.
-
- Nov 30, 2012
-
-
Kyle Robinson Young authored
-
- Nov 29, 2012
-
-
Joshua Erickson authored
* Added isIP method to make use of inet_pton to cares_wrap.cc * Modified net.isIP() to make use of new C++ isIP method. * Added new tests to test-net-isip.js. This is a back-port of commit fb6377eb from the master branch.
-
- Nov 28, 2012
-
-
Ryunosuke SATO authored
-
- Nov 27, 2012
-
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
* npm: Upgrade to 1.1.66 (isaacs) * linux: use /proc/cpuinfo for CPU frequency (Ben Noordhuis) * windows: map WSAESHUTDOWN to UV_EPIPE (Ben Noordhuis) * windows: map ERROR_GEN_FAILURE to UV_EIO (Bert Belder) * unix: do not set environ unless one is provided (Charlie McConnell) * domains: don't crash if domain is set to null (Bert Belder) * windows: fix the x64 debug build (Bert Belder) * net, tls: fix connect() resource leak (Ben Noordhuis)
-
- Nov 26, 2012
-
-
Ben Noordhuis authored
The 'secureConnect' event listener was attached with .on(), which blocked it from getting garbage collected. Use .once() instead. Fixes #4308.
-
- Nov 24, 2012
-
-
Ben Noordhuis authored
The 'connect' event listener was attached with .on(), which blocked it from getting garbage collected. Use .once() instead. Fixes #4308.
-
isaacs authored
This causes too many people to ask me why it's broken.
-
isaacs authored
-
- Nov 23, 2012
-
-
Trevor Norris authored
That Buffers can be used with Typed Array Views and DataViews. Included are a couple simple examples. Closes #4257.
-
- Nov 21, 2012
-
-
Ben Noordhuis authored
-
- Nov 09, 2012
-
-
Bert Belder authored
Closes #4256
-
Bert Belder authored
-
- Oct 30, 2012
-
-
Francois Marier authored
-
Francois Marier authored
The documentation for http.request and https.request states that `hostname` is preferred over `host` so the code examples should use that option name.
-
- Oct 26, 2012
-
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
* events: Don't clobber pre-existing _events obj in EE ctor (isaacs)
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
* V8: Upgrade to 3.11.10.25 * npm: Upgrade to 1.1.65 * url: parse hostnames that start with - or _ (Ben Noordhuis) * repl: Fix Windows 8 terminal issue (Bert Belder) * typed arrays: use signed char for signed int8s (Aaron Jacobs) * crypto: fix bugs in DiffieHellman (Ben Noordhuis) * configure: turn on VFPv3 on ARMv7 (Ben Noordhuis) * Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis) * repl: ensure each REPL instance gets its own "context" (Nathan Rajlich)
-
isaacs authored
-