1. Mar 07, 2012
  2. Mar 06, 2012
  3. Mar 05, 2012
  4. Mar 04, 2012
  5. Mar 03, 2012
    • Jimb Esser's avatar
      tls: proxy set(Timeout|NoDelay|KeepAlive) methods · 78db1873
      Jimb Esser authored
      - fix crash calling ClientRequest::setKeepAlive if the underlying request is
        HTTPS.
      - fix discarding of callback parameter when calling ClientRequest::setTimeout on
        HTTPS requests.
      - fix discarding of noDelay parameter when calling ClientRequest::setNoDelay on
        HTTPS requests.
      78db1873
    • isaacs's avatar
      Now working on v0.6.13 · 2f256af4
      isaacs authored
      2f256af4
    • isaacs's avatar
      Merge branch 'v0.6.12-release' into v0.6 · 353bfbaf
      isaacs authored
      353bfbaf
    • isaacs's avatar
      2012.03.02 Version 0.6.12 (stable) · 48a2d34c
      isaacs authored
      * Upgrade V8 to 3.6.6.24
      
      * dtrace ustack helper improvements (Dave Pacheco)
      
      * API Documentation refactor (isaacs)
      
      * #2827 net: fix race write() before and after connect() (koichik)
      
      * #2554 #2567 throw if fs args for 'start' or 'end' are strings (AJ ONeal)
      
      * punycode: Update to v1.0.0 (Mathias Bynens)
      
      * Make a fat binary for the OS X pkg (isaacs)
      
      * Fix hang on accessing process.stdin (isaacs)
      
      * repl: make tab completion work on non-objects (Nathan Rajlich)
      
      * Fix fs.watch on OS X (Ben Noordhuis)
      
      * Fix #2515 nested setTimeouts cause premature process exit (Ben Noordhuis)
      
      * windows: fix time conversion in stat (Igor Zinkovsky)
      
      * windows: fs: handle EOF in read (Brandon Philips)
      
      * windows: avoid IOCP short-circuit on non-ifs lsps (Igor Zinkovsky)
      
      * Upgrade npm to 1.1.4 (isaacs)
        - windows fixes
        - Bundle nested bundleDependencies properly
        - install: support --save with url install targets
        - shrinkwrap: behave properly with url-installed modules
        - support...
      48a2d34c
    • isaacs's avatar
      css: Fix fonts on api index page navigation · ef5b0f4c
      isaacs authored
      ef5b0f4c
    • Dave Pacheco's avatar
      b47ba2c4