- Aug 20, 2011
-
-
Maciej Małecki authored
-
- Aug 18, 2011
- Aug 16, 2011
-
-
Ben Noordhuis authored
Reported by Tom Hughes.
-
- Aug 15, 2011
-
-
Mickaël Delahaye authored
Fix bad parameters of fs.chown[Sync], fs.fchown[Sync] and fs.lchown[Sync] in documentation. Fixes #1533.
-
- Aug 14, 2011
-
-
koichik authored
Fixes #1520.
-
- Aug 12, 2011
-
-
Ben Noordhuis authored
-
Ben Noordhuis authored
net.createConnection() creates a net.Socket object and immediately calls net.Socket.connect() on it. There are no event listeners registered yet so defer the error event to the next tick. Fixes #1202.
-
Ben Noordhuis authored
-
Arnout Kazemier authored
Fixes #1507.
-
isaacs authored
-
koichik authored
related to #1472.
-
- Aug 11, 2011
-
-
Christopher Wright authored
Fixes #1489.
-
- Aug 10, 2011
-
-
Tom Hughes authored
-
Tom Hughes authored
-
- Aug 08, 2011
-
-
Ben Noordhuis authored
-
Tom Hughes authored
* Allow overriding install path with CMAKE_INSTALL_PREFIX. * make sure js2min.py can be found when building out of source. * Replace empty macros with void(0). Expressions like "debug(x) && foo()" fail if debug(x) is an empty macro. * Make sure node-natives.h creation is deterministic. * Fix version string. The copyright header made the node_version.h file larger than the previously set file read limit.
-
- Aug 06, 2011
-
-
Logan Smyth authored
Fixes #1443.
-
- Jul 30, 2011
-
-
koichik authored
related to #1391, #1415.
-
- Jul 29, 2011
-
-
koichik authored
Fixes #1417. Fixes #1223.
-
- Jul 28, 2011
-
-
Tom Hughes authored
-
- Jul 27, 2011
-
-
Ben Noordhuis authored
Fixes #1003.
-
- Jul 25, 2011
-
-
koichik authored
Fixes #1318.
-
Ben Noordhuis authored
Fixes compile-time error in strict mode. Fixes #567.
-
isaacs authored
Rather than say it "may disappear", let's just be clear that it *has* disappeared, and exactly how long it'll be supported for.
-
- Jul 23, 2011
-
-
SAWADA Tadashi authored
Fixes #738. Fixes #1205.
-
Vicente Jimenez Aguilar authored
Fixes #968.
-
- Jul 22, 2011
-
-
Bert Belder authored
-
- Jul 21, 2011
-
-
koichik authored
corresponds to #1374 and #1334.
-
Trent Mick authored
Fixes #1374.
-
- Jul 20, 2011
- Jul 19, 2011
-
-
Reid Burke authored
During write(), _hasBody is checked to make sure a body is allowed -- this is now also checked during end(body) when write() isn't used. Concise final chunk for HEAD req's res.end(data). Instead of simply clearing data, check _hasBody earlier to avoid sending cruft when chunkedEncoding is used. Fixes #1291.
-
- Jul 16, 2011
-
-
Ben Noordhuis authored
This is a back-port of r8577 from V8's upstream 3.1 branch. Fixes #829.
-
koichik authored
Fixes #1334.
-
Wojciech Wnętrzak authored
-
- Jul 15, 2011
-
-
koichik authored
Fixes #1327.
-