1. Oct 16, 2014
  2. Oct 15, 2014
  3. Oct 14, 2014
  4. Sep 26, 2014
  5. Sep 23, 2014
  6. Sep 18, 2014
  7. Sep 17, 2014
  8. Sep 16, 2014
  9. Sep 15, 2014
  10. Sep 03, 2014
  11. Aug 27, 2014
  12. Aug 22, 2014
    • Fedor Indutny's avatar
      deps: fix up v8 after fd80a3 · 3122e0ea
      Fedor Indutny authored
      fd80a31e has introduced a segfault
      during redundant boundary check elimination (#8208).
      
      The problem consists of two parts:
      
        1. Abscense of instruction iterator in
           `EliminateRedundantBoundsChecks`. It was present in recent v8, but
           wasn't considered important at the time of backport. However, since
           the function is changing instructions order in block, it is
           important to not rely at `i->next()` at the end of the loop.
        2. Too strict ASSERT in `MoveIndexIfNecessary`. It is essentially a
           backport of a45c96ab from v8's upstream. See
           https://github.com/v8/v8/commit/a45c96ab for details.
      
      fix #8208
      3122e0ea
  13. Aug 20, 2014
  14. Aug 19, 2014
    • Timothy J Fontaine's avatar
      2014.08.19, Version 0.10.31 (Stable) · 7fabdc23
      Timothy J Fontaine authored
      * v8: backport CVE-2013-6668
      
      * openssl: Update to v1.0.1i
      
      * npm: Update to v1.4.23
      
      * cluster: disconnect should not be synchronous (Sam Roberts)
      
      * fs: fix fs.readFileSync fd leak when get RangeError (Jackson Tian)
      
      * stream: fix Readable.wrap objectMode falsy values (James Halliday)
      
      * timers: fix timers with non-integer delay hanging. (Julien Gilli)
      7fabdc23
    • Timothy J Fontaine's avatar
      npm: Update to v1.4.23 · 6a11bfe7
      Timothy J Fontaine authored
      6a11bfe7
  15. Aug 18, 2014
  16. Aug 17, 2014
  17. Aug 14, 2014
  18. Aug 08, 2014