- Jan 09, 2010
-
-
Ryan Dahl authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
Also make normalizeArray a bit more proper wrt handling dots when keepBlanks is enabled. Fix indentation.
-
Benjamin Thomas authored
-
Ryan Dahl authored
Should call eio_poll() when given a done_poll signal as well. Bug report and test case by Kris Zyp <kriszyp@gmail.com>
-
- Jan 08, 2010
-
-
Ryan Dahl authored
Fixes \n problem that psanford <pms.mail@gmail.com> reported.
-
- Jan 07, 2010
-
-
Vanilla Hsu authored
-
Ryan Dahl authored
-
- Jan 06, 2010
-
-
Benjamin Thomas authored
-
Ryan Dahl authored
Oops. Last commit broke a few tests. Should work now!
-
Ryan Dahl authored
Finally (hopefully) fix the issue that Felix reported. It's only appearing on macintosh (test/mjsunit/test-eio-race3.js) The trick/hack is to call eio_poll() again before reentering the event loop. Additionally this commit implements a more complex method of calling eio_poll(), occasionally dropping to an ev_idle watcher. See also: 3f397728 http://lists.schmorp.de/pipermail/libev/2010q1/000855.html http://groups.google.com/group/nodejs/browse_thread/thread/9f8db11c792a68bb/a89705f68971f53c
-
Ryan Dahl authored
Reverts the change to deps/libeio/eio.c added in 04dd2d51 It wasn't a bug, I was just using eio incorrectly. See http://lists.schmorp.de/pipermail/libev/2010q1/000855.html
-
Felix Geisendörfer authored
-
Felix Geisendörfer authored
-
Felix Geisendörfer authored
-
Felix Geisendörfer authored
So far this didn't have any test coverage.
-
Felix Geisendörfer authored
When using the multipart parser with an regular http request, the parser did not complain and just never finished.
-
- Jan 05, 2010
-
-
elliottcable authored
-
Ryan Dahl authored
Reported by shansen and hassox http://github.com/ry/node/issues#issue/38 Will send upstream.
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Charles Lehner authored
-
visionmedia authored
-
isaacs authored
Deprecate the URI module and remove tests for it. - Rename "uri" to "url". - Use the "url" module instead of the "uri" module. - Remove the url parsing from http.js - Update http.cat with the changed field names. - Update tests for changes to http.js - Update documentation for changes in http.js
-
isaacs authored
Also, make a slight change from original on url-module to put the spacePattern into the function. On closer inspection, it turns out that the nonlocal-var cost is higher than the compiling-a-regexp cost. Also, documentation.
-
isaacs authored
-
isaacs authored
1. Provide a switch to tell it to not remove empty path parts when normalizing. 2. Correct the handling of some edge cases when you have lots of dots and empty bits, such as paths like "././/./..//." and so on.
-
- Jan 04, 2010
-
-
Tim Caswell authored
-
- Jan 03, 2010
-
-
Tim Caswell authored
but to display them as special. Add unit tests to match
-
- Jan 01, 2010
-
-
Tim Caswell authored
-
- Dec 31, 2009
- Dec 30, 2009