1. Apr 11, 2012
  2. Apr 09, 2012
    • isaacs's avatar
      fs.WriteStream: Handle modifications to fs.open · 06ada03e
      isaacs authored
      If the fs.open method is modified via AOP-style extension, in between
      the creation of an fs.WriteStream and the processing of its action
      queue, then the test of whether or not the method === fs.open will fail,
      because fs.open has been replaced.
      
      The solution is to save a reference to fs.open on the stream itself when
      the action is placed in the queue.
      
      This fixes isaacs/node-graceful-fs#6.
      06ada03e
    • isaacs's avatar
      Revert "build: target OSX 10.5 when building on darwin" · 93eca95a
      isaacs authored
      This reverts commit b6d6a54f,
      which fixed #3072, so we'll have to figure out another way
      to make that work.
      93eca95a
  3. Apr 07, 2012
  4. Apr 06, 2012
  5. Apr 05, 2012
  6. Apr 03, 2012
  7. Apr 01, 2012
  8. Mar 31, 2012