1. Apr 16, 2012
  2. Apr 15, 2012
  3. Apr 11, 2012
  4. Apr 10, 2012
    • isaacs's avatar
      Now working on v0.6.16 · e8067cb6
      isaacs authored
      e8067cb6
    • isaacs's avatar
      Merge branch 'v0.6.15-release' into v0.6 · 163d3cdf
      isaacs authored
      163d3cdf
    • isaacs's avatar
      2012.04.09 Version 0.6.15 (stable) · f160a45b
      isaacs authored
      * Update npm to 1.1.16
      
      * Show licenses in binary installers.
      
      * unix: add uv_fs_read64, uv_fs_write64 and uv_fs_ftruncate64 (Ben Noordhuis)
      
      * add 64bit offset fs functions (Igor Zinkovsky)
      
      * windows: don't report ENOTSOCK when attempting to bind an udp handle twice (Bert Belder)
      
      * windows: backport pipe-connect-to-file fixes from master (Bert Belder)
      
      * windows: never call fs event callbacks after closing the watcher (Bert Belder)
      
      * fs.readFile: don't make the callback before the fd is closed (Bert Belder)
      
      * windows: use 64bit offsets for uv_fs apis (Igor Zinkovsky)
      
      * Fix #2061: segmentation fault on OS X due to stat size mismatch (Ben Noordhuis)
      f160a45b
    • isaacs's avatar
      fs.WriteStream: Handle modifications to fs.open · c75f71dd
      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.
      c75f71dd
  5. Apr 08, 2012
  6. Apr 07, 2012
  7. Apr 06, 2012
  8. Apr 03, 2012
  9. Apr 01, 2012
  10. Mar 31, 2012
  11. Mar 24, 2012
  12. Mar 23, 2012
  13. Mar 22, 2012
  14. Mar 18, 2012