- Jul 27, 2012
-
-
isaacs authored
Conflicts: AUTHORS ChangeLog src/node_version.h
-
- Jul 26, 2012
- Jul 25, 2012
-
-
isaacs authored
* V8: Upgrade to 3.11.10.17 * npm: Upgrade to 1.1.45 * net: fix Socket({ fd: 42 }) api (Ben Noordhuis) * readline: Remove event listeners on close (isaacs) * windows: correctly prep long path for fs.exists(Sync) (Bert Belder) * debugger: wake up the event loop when a debugger command is dispatched (Peter Rybin) * tls: verify server's identity (Fedor Indutny) * net: ignore socket.setTimeout(Infinity or NaN) (Fedor Indutny) -
isaacs authored
-
isaacs authored
-
Ben Noordhuis authored
Make the implementation match the documentation. This should work: var s = new net.Socket({ fd: 42, allowHalfOpen: true }; And now it does. -
isaacs authored
Fix #3756
-
isaacs authored
-
isaacs authored
-
isaacs authored
This includes node-gyp 0.6.1
-
- Jul 24, 2012
-
-
Bert Belder authored
Conflicts: lib/tls.js
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
Timothy J Fontaine authored
-
- Jul 23, 2012
-
-
Bert Belder authored
Closes GH-3739
-
Peter Rybin authored
When the event loop was blocked in epoll / kqueue or similar, debugger commands wouldn't be processed. This patch fixes that by adding an uv_async handle which is triggered when a debugger command is dispatched. The async handle's callback makes sure that V8 is entered. Closes GH-3626 Closes GH-3718
-
Brian White authored
Closes GH-3754
-
- Jul 22, 2012
-
-
koichik authored
Fixes #3750.
-
- Jul 21, 2012
-
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
* punycode: update to v1.1.1 (Mathias Bynens) * c-ares: upgrade to 1.9.0 (Saúl Ibarra Corretgé) * dns: ignore rogue DNS servers reported by windows (Saúl Ibarra Corretgé) * unix: speed up uv_async_send() (Ben Noordhuis) * darwin: get cpu model correctly on mac (Xidorn Quan) * nextTick: Handle tick callbacks before any other I/O (isaacs) * Enable color customization of `util.inspect` (Pavel Lang) * tls: Speed and memory improvements (Fedor Indutny) * readline: Use one history item for reentered line (Vladimir Beloborodov) * Fix #3521 Make process.env more like a regular Object (isaacs)
-
isaacs authored
-
Fedor Indutny authored
-
Fedor Indutny authored
-
Fedor Indutny authored
And fix last failing tests
-
Fedor Indutny authored
This reverts commit 53716eb0.
-
Fedor Indutny authored
And fix last failing tests
-
Fedor Indutny authored
socket.authorizationError should always be string. Also make sni test pass.
-
Fedor Indutny authored
socket.authorizationError should always be string. Also make sni test pass.
-
Fedor Indutny authored
-
Fedor Indutny authored
This reverts commit 53716eb0.
-
Fedor Indutny authored
-