- Sep 16, 2011
- Sep 14, 2011
-
-
Ben Noordhuis authored
Test case for #1569. Verify that http_parser parses multi-line headers.
-
Ben Noordhuis authored
Fixes #1569, parse error on multi-line HTTP headers.
-
- Sep 04, 2011
-
-
koichik authored
Fixes #1586.
-
- Sep 03, 2011
-
-
koichik authored
Refs #1633.
-
- Sep 02, 2011
-
-
koichik authored
Fixes #1624.
-
- Aug 30, 2011
-
- Aug 26, 2011
-
-
Nathan Rajlich authored
An overloaded toString() method may have side effects so don't call it for a simple type check. Back-port of 54b409d6 to the v0.4 branch.
-
- Aug 24, 2011
-
-
Ryan Dahl authored
Thanks Tobi
-
- Aug 23, 2011
-
-
koichik authored
-
- Aug 21, 2011
-
- 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.
-