1. Jun 16, 2011
  2. Jun 15, 2011
  3. Jun 14, 2011
  4. Jun 13, 2011
  5. Jun 11, 2011
  6. Jun 08, 2011
  7. Jun 05, 2011
    • isaacs's avatar
      typo · 794cb60f
      isaacs authored
      794cb60f
    • isaacs's avatar
      Avoid instanceof for native object types · 580ab7ba
      isaacs authored
      For classes defined in the module, this is fine.  For 'Error'
      it's probably not very hazardous.  However, testing 'Object'
      and 'String' is much more reliable using typeof, to work with
      the repl and NODE_MODULE_CONTEXT modes.
      580ab7ba
  8. Jun 04, 2011
  9. Jun 03, 2011
  10. Jun 01, 2011
  11. May 29, 2011
  12. May 28, 2011
    • Ryan Petrello's avatar
      Close #562 Close #1078 Parse file:// urls properly · 58a1d7ec
      Ryan Petrello authored
      The file:// protocol *always* has a hostname; it's frequently
      abbreviated as an empty string, which represents 'localhost'
      implicitly.
      
      According to RFC 1738 (http://tools.ietf.org/html/rfc1738):
      
      A file URL takes the form:
      
         file://<host>/<path>
      
      where <host> is the fully qualified domain name of the system on
      which the <path> is accessible...
      
      As a special case, <host> can be the string "localhost" or the empty
      string; this is interpreted as 'the machine from which the URL is
      being interpreted'.
      58a1d7ec
  13. May 26, 2011
  14. May 25, 2011