1. Sep 10, 2010
  2. Sep 09, 2010
  3. Sep 08, 2010
  4. Sep 05, 2010
  5. Sep 03, 2010
    • Benjamin Thomas's avatar
      Fix bug in process._tickCallback where callbacks can get abandoned. · cda1a384
      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.
      cda1a384
    • isaacs's avatar
      Treat "//some_path" as pathname rather than hostname by default. · 0e311717
      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.
      0e311717
  6. Sep 01, 2010
  7. Aug 31, 2010
  8. Aug 28, 2010
  9. Aug 27, 2010