1. Oct 12, 2012
    • isaacs's avatar
      2012.10.12, Version 0.8.12 (Stable) · 38c72d4e
      isaacs authored
      * npm: Upgrade to 1.1.63
      
      * crypto: Reduce stability index to 2-Unstable (isaacs)
      
      * windows: fix handle leak in uv_fs_utime (Bert Belder)
      
      * windows: fix application crashed popup in debug version (Bert Belder)
      
      * buffer: report proper retained size in profiler (Ben Noordhuis)
      
      * buffer: fix byteLength with UTF-16LE (koichik)
      
      * repl: make "end of input" JSON.parse() errors throw in the REPL (Nathan Rajlich)
      
      * repl: make invalid RegExp modifiers throw in the REPL (Nathan Rajlich)
      
      * http: handle multiple Proxy-Authenticate values (Willi Eggeling)
      38c72d4e
    • isaacs's avatar
      npm: Upgrade to 1.1.63 · 218f08db
      isaacs authored
      218f08db
  2. Oct 11, 2012
  3. Oct 10, 2012
  4. Oct 09, 2012
  5. Oct 08, 2012
  6. Oct 06, 2012
  7. Oct 04, 2012
  8. Oct 03, 2012
  9. Oct 02, 2012
  10. Oct 01, 2012
  11. Sep 28, 2012
  12. Sep 26, 2012
    • Bert Belder's avatar
      test: pick another CNAME record to test dns queries · b5db5fc9
      Bert Belder authored
      Google.com no longer has a CNAME record.
      b5db5fc9
    • Ben Noordhuis's avatar
      fs: fix stat() reporting for large files · ec03c47c
      Ben Noordhuis authored
      Use Number::New(), not Integer::New(). Large values won't fit in an Integer.
      
      Apply to the size, ino and blocks fields.
      ec03c47c
    • isaacs's avatar
      blog: Post about v0.8.10 · 8ca44f99
      isaacs authored
      8ca44f99
    • isaacs's avatar
      Now working on 0.8.11 · 37869f1c
      isaacs authored
      37869f1c
    • isaacs's avatar
      Merge branch 'v0.8.10-release' into v0.8 · 02897bd8
      isaacs authored
      02897bd8
    • isaacs's avatar
      2012.09.25, Version 0.8.10 (Stable) · 0bc273da
      isaacs authored
      * npm: Upgrade to 1.1.62
      
      * repl: make invalid RegExps throw in the REPL (Nathan Rajlich)
      
      * v8: loosen artificial mmap constraint (Bryan Cantrill)
      
      * process: fix setuid() and setgid() error reporting (Ben Noordhuis)
      
      * domain: Properly exit() on domain disposal (isaacs)
      
      * fs: fix watchFile() missing deletion events (Ben Noordhuis)
      
      * fs: fix assert in fs.watch() (Ben Noordhuis)
      
      * fs: don't segfault on deeply recursive stat() (Ben Noordhuis)
      
      * http: Remove timeout handler when data arrives (Frédéric Germain)
      
      * http: make the client "res" object gets the same domain as "req" (Nathan Rajlich)
      
      * windows: don't blow up when an invalid FD is used (Bert Belder)
      
      * unix: map EDQUOT to UV_ENOSPC (Charlie McConnell)
      
      * linux: improve /proc/cpuinfo parser (Ben Noordhuis)
      
      * win/tty: reset background brightness when color is set to default (Bert Belder)
      
      * unix: put child process stdio fds in blocking mode (Ben Noordhuis)
      
      * unix: fix EMFILE busy loop (Ben Noordhuis)
      
      * sunos: don't set TCP_KEEPALIVE (Ben Noordhuis)
      
      * tls: Use slab allocator for memory management (Fedor Indutny)
      
      * openssl: Use optimized assembly code for x86 and x64 (Bert Belder)
      0bc273da
    • Bert Belder's avatar
      openssl: fix compilation issues on SmartOS x64 · d05d6a35
      Bert Belder authored
      the SunOS linker is more strict than usual, so we have to be more
      correct.
      d05d6a35
    • isaacs's avatar
      ea2ceb73
    • isaacs's avatar
      tls: lint · 411d4608
      isaacs authored
      cc @indutny >_<
      411d4608
    • isaacs's avatar
      domain: Remove stray console.log · 2a9a5e23
      isaacs authored
      2a9a5e23
  13. Sep 25, 2012