1. Jan 13, 2012
    • 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
  2. Jan 12, 2012
  3. Jan 11, 2012
  4. Jan 10, 2012
  5. Jan 09, 2012
  6. Jan 07, 2012
    • koichik's avatar
      docs: fix ChangeLog · 9ef3c623
      koichik authored
      9ef3c623
    • koichik's avatar
      docs: small changes. · 57653add
      koichik authored
      57653add
    • isaacs's avatar
      Now working on v0.6.8 · ff4096f9
      isaacs authored
      ff4096f9
    • isaacs's avatar
      2012.01.06, Version 0.6.7 (stable) · d5a189ac
      isaacs authored
      * V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
      
      * Upgrade V8 to 3.6.6.15
      
      * Upgrade npm to 1.1.0-beta-10 (isaacs)
      
      * many doc updates (Ben Noordhuis, Jeremy Martin, koichik, Dave Irvine,
        Seong-Rak Choi, Shannen, Adam Malcontenti-Wilson, koichik)
      
      * Fix segfault in node_http_parser.cc
      
      * dgram, timers: fix memory leaks (Ben Noordhuis, Yoshihiro Kukuchi)
      
      * repl: fix repl.start not passing the `ignoreUndefined` arg (Damon Oehlman)
      
      * #1980: Socket.pause null reference when called on a closed Stream (koichik)
      
      * #2263: XMLHttpRequest piped in a writable file stream hang (koichik)
      
      * #2069: http resource leak (koichik)
      
      * buffer.readInt global pollution fix (Phil Sung)
      
      * timers: fix performance regression (Ben Noordhuis)
      
      * #2308, #2246: node swallows openssl error on request (koichik)
      
      * #2114: timers: remove _idleTimeout from item in .unenroll() (James Hartig)
      
      * #2379: debugger: Request backtrace w/o refs (Fedor Indutny)
      
      * simple DTrace ustack helper (Dave Pacheco)
      
      * crypto: rewrite HexDecode without snprintf (Roman Shtylman)
      
      * crypto: don't ignore DH init errors (Ben Noordhuis)
      d5a189ac
    • isaacs's avatar
      Remove snapshot from Mac binary build · d84a6ba3
      isaacs authored
      d84a6ba3
    • Ryan Dahl's avatar
      support nosnapshot in vcbuild.bat · bca88b2d
      Ryan Dahl authored
      bca88b2d
    • Ryan Dahl's avatar
      Revert "crypto: add SecureContext.clearOptions() method" · be67fa7e
      Ryan Dahl authored
      API addition needs to go in master. Also openssl-0.9.8k doesn't have
      SSL_CTX_clear_options().
      
      This reverts commit 6f8839d2.
      be67fa7e
    • Ryan Dahl's avatar
      fix test-sys for hash randomization · 8bd80f49
      Ryan Dahl authored
      broken in 4a899c92
      8bd80f49
    • Bert Belder's avatar
      Land hash collision fix for V8 3.6 by Erik Corry. · 4a899c92
      Bert Belder authored
      - If V8 snapshots are enabled then the hash is only randomized at build time.
      - Breaks MIPS
      
      ---
      Backport hash collision workaround to 3.6.
      This is made up of 9956, 10351, 10338 and 10330.
      This change bakes the string hash key into the snapshot, so
      it is determined at build time for shapshot configs.
      Review URL: http://codereview.chromium.org/9124004
      4a899c92
  7. Jan 06, 2012
  8. Jan 05, 2012
  9. Jan 04, 2012
  10. Jan 02, 2012
  11. Dec 31, 2011
  12. Dec 30, 2011