- Jan 24, 2012
- Jan 23, 2012
-
-
Igor Zinkovsky authored
-
Igor Zinkovsky authored
-
Ben Noordhuis authored
`retry` is not used if SSL_PRINT_DEBUG is not defined.
-
- Jan 22, 2012
-
-
koichik authored
Fixes #1333.
-
koichik authored
-
Brandon Benvie authored
Change formatProperty in util.js to use Object.getOwnPropertyDescriptor instead of __lookup[GS]etter__. Use the cached value from the descriptor to reduce number of property lookups from 3 to 1. Fallback to standard lookup if the descriptor is empty. This doesn't ever happen with normal JS objects (this function is called only when the key exists) but apparently does with Node's custom ENV interface. Fixes: #2109.
-
koichik authored
As RFC 2616 says we should, assume that servers will provide a persistent connection by default. > A significant difference between HTTP/1.1 and earlier versions of > HTTP is that persistent connections are the default behavior of any > HTTP connection. That is, unless otherwise indicated, the client > SHOULD assume that the server will maintain a persistent connection, > even after error responses from the server. > HTTP/1.1 applications that do not support persistent connections MUST > include the "close" connection option in every message. Fixes #2436.
-
- Jan 21, 2012
-
-
Dan VerWeire authored
Removed during the early stages of node 0.5 refactoring to libuv.
-
Dan VerWeire authored
Removed during the early stages of node 0.5 refactoring to libuv.
-
Roman Shtylman authored
Removed during the early stages of node 0.5 refactoring to libuv.
-
Ben Noordhuis authored
-
koichik authored
Fixes #2577.
-
Nicolas LaCasse authored
Fix zlib crashes on error due to improper use of removeListener in the error handler
-
isaacs authored
This was a very significant improvement that should have been called out explicitly. I added 'review all libuv changes' to my build checklist. It won't happen again. Sorry, @igorzi.
-
- Jan 20, 2012
-
-
isaacs authored
-
isaacs authored
* Update V8 to 3.6.6.19 * Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny) * Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie) * path.extname bugfix with . and .. paths (Bert Belder) * cluster: don't always kill the master on uncaughtException (Ben * Noordhuis) * Update npm to 1.1.0-2 (isaacs) * typed arrays: set class name (Ben Noordhuis) * zlib binding cleanup (isaacs, Bert Belder) * dgram: use slab memory allocator (Michael Bernstein) * fix segfault #2473
-
isaacs authored
-
- Jan 19, 2012
-
-
Fedor Indutny authored
Update with fixes from: http://codereview.chromium.org/9190001/
-
Artur Adib authored
-
- Jan 18, 2012
-
-
Brandon Benvie authored
-
Bert Belder authored
Closes GH-2526
-
Ben Noordhuis authored
uncaughtException handlers installed by the user override the default one that the cluster module installs, the one that kills off the master process. Fixes #2556.
-
Dan Williams authored
-
Ryan Dahl authored
-
Bert Belder authored
-
Andreas Madsen authored
-
Andreas Madsen authored
In case of a write failure when using fork() an error would be thrown. The thrown exception was missing the `errno` property.
-
Fedor Indutny authored
- If V8 snapshots are enabled then the hash is only randomized at build time. --- backport @10366, @10367 and @10402 to 3.6 Add seed to hash of numeric keyed properties. Minor cleanups of numeric seeded hashing patch. Split NumberDictionary into a randomly seeded and an unseeded version. We don't want to randomize the stub cache. Review URL: http://codereview.chromium.org/9190001/
-
koichik authored
Fixes #2549.
-
- Jan 17, 2012
-
-
Ben Noordhuis authored
Make obj.toString and Object.prototype.toString work correctly for typed arrays.
-
isaacs authored
-
- Jan 14, 2012
-
-
Ben Noordhuis authored
Passing a non-buffer or non-string argument to Socket.prototype.write triggered an assert: Assertion failed: (Buffer::HasInstance(args[0])), function Write, file ../src/stream_wrap.cc, line 289. Fixes #2532.
-
- Jan 13, 2012
-
-
Guillermo Rauch authored
* Added Docs button and `button` class. * Refactored download button style into `.button` * Applied color overrides for download/docs buttons. * Pointed docs link to latest available docs.
-