- Sep 10, 2010
-
-
Ryan Dahl authored
Previously we would only call it before going into select(). This is needed to fix test/simple/test-next-tick-ordering2.js.
- Sep 09, 2010
-
-
isaacs authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Tobie Langel authored
-
Ryan Dahl authored
-
Tobie Langel authored
-
Tobie Langel authored
-
Tobie Langel authored
-
Herbert Vojčík authored
-
Herbert Vojčík authored
-
Herbert Vojčík authored
Using "global" to push data to require()d modules not supported under NODE_MODULE_CONTEXTS=1.
-
Herbert Vojčík authored
-
Ryan Dahl authored
-
Trent Mick authored
-
Trent Mick authored
FWIW, command-line style (delete back to whitespace) would be: leading = leading.replace(/\S+\s*$/, '');
-
- Sep 08, 2010
-
-
Felix Geisendörfer authored
nextTick should fire before setTimeout in this test, but it doesn't.
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
- Sep 05, 2010
-
-
Ryan Dahl authored
-
- Sep 03, 2010
-
-
Benjamin Thomas authored
Change process._tickCallback so that if a callback throws an error but there are other callbacks after it, we indicate that process._tickCallback needs to be ran again. Currently, if a callback in process._tickCallback throws an error, and that error is caught by an uncaughtException handler and process.nextTick is never called again, then any other callbacks already added to the nextTickQueue won't be called again. Updated the next-tick-errors test to catch this scenario.
-
isaacs authored
Note that "//" is still a special indicator for the hostname, and this does not change the parsing of mailto: and other "slashless" url schemes. It does however remove some oddness in url.parse(req.url) which is the most common use-case for the url.parse function.
-
- Sep 01, 2010
-
-
Ryan Dahl authored
-
- Aug 31, 2010
-
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
Test running already has a timeout mechanism.
-
Marco Rogers authored
-
Marco Rogers authored
-
Bradley Meck authored
-
Fedor Indutny authored
-
Ryan Dahl authored
FIXME
-
Johan Euphrosine authored
-
Russell Haering authored
- Add test case for pumping from unreadable stream. - Document the sys.pump error handling behavior
-
- Aug 28, 2010
-
-
Benjamin Thomas authored
If the function for a process.nextTick throws an error, then the splice() never removes that function from the nextTickQueue array. This makes sure the functions that have been run in _tickCallback get removed regardless of errors. Also add a test for this.
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
- Aug 27, 2010
-
-
Ryan Dahl authored
OpenEmbedded doesn't like it when you look in /usr/lib
-