- 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
-
- Aug 24, 2010
-
-
Johan Euphrosine authored
-
Brian authored
-
- Aug 23, 2010
-
-
Russell Haering authored
-
Johan Euphrosine authored
-
Johan Euphrosine authored
-
Felix Geisendörfer authored
-
isaacs authored
-
isaacs authored
-
Aria Stewart authored
-
Johan Euphrosine authored
-
Johan Euphrosine authored
-
Aria Stewart authored
-
- Aug 22, 2010
-
-
Ryan Dahl authored
-
- Aug 21, 2010
- Aug 20, 2010
-
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
-
Tim Caswell authored
-