1. Jan 21, 2012
  2. Jan 20, 2012
    • isaacs's avatar
      Now working on 0.6.9 · ec1d1ee6
      isaacs authored
      ec1d1ee6
    • isaacs's avatar
      2012.01.19, Version 0.6.8 (stable) · d18cebaf
      isaacs authored
      * Update V8 to 3.6.6.19
      
      * Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny)
      
      * Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie)
      
      * path.extname bugfix with . and .. paths (Bert Belder)
      
      * cluster: don't always kill the master on uncaughtException (Ben
      * Noordhuis)
      
      * Update npm to 1.1.0-2 (isaacs)
      
      * typed arrays: set class name (Ben Noordhuis)
      
      * zlib binding cleanup (isaacs, Bert Belder)
      
      * dgram: use slab memory allocator (Michael Bernstein)
      
      * fix segfault #2473
      d18cebaf
    • isaacs's avatar
      Upgrade V8 to 3.6.6.19 · 4afc46d7
      isaacs authored
      4afc46d7
  3. Jan 19, 2012
  4. Jan 18, 2012
  5. Jan 17, 2012
  6. Jan 14, 2012
    • Ben Noordhuis's avatar
      net: make .write() throw on bad input · f0c1376e
      Ben Noordhuis authored
      Passing a non-buffer or non-string argument to Socket.prototype.write triggered
      an assert:
      
        Assertion failed: (Buffer::HasInstance(args[0])), function Write,
        file ../src/stream_wrap.cc, line 289.
      
      Fixes #2532.
      f0c1376e
  7. Jan 13, 2012
    • Guillermo Rauch's avatar
      website: Add "Api Docs" button next to "Download" · 766f6098
      Guillermo Rauch authored
      * Added Docs button and `button` class.
      * Refactored download button style into `.button`
      * Applied color overrides for download/docs buttons.
      * Pointed docs link to latest available docs.
      766f6098
    • mrb's avatar
      dgram: use slab memory allocator · bd9fa2e8
      mrb authored
      Change udp memory allocation scheme from uv_buf_init to slab allocation. Takes
      slab allocation scheme from stream_wrap.
      bd9fa2e8
  8. Jan 12, 2012
  9. Jan 11, 2012
  10. Jan 10, 2012
  11. Jan 09, 2012