Skip to content
Tags give the ability to mark specific points in history as being important
  • h0.1.90
  • h0.1.91
  • h0.1.93
  • h0.1.94
  • h0.1.97a
  • h0.1.98
  • h0.1.99
  • heads/tags/v0.5.6
  • henk
  • i0.1.90a
  • i0.1.91
  • ry0.1.33
  • ry0.1.90
  • ry0.1.91
  • works
  • v0.6.3
    b159c6d6 · Bump version to v0.6.3 ·
    2011.11.25, Version 0.6.3 (stable)
    
    * #2083 Land NPM in Node. It is included in packages/installers and installed
      on `make install`.
    
    * #2076 Add logos to windows installer.
    
    * #1711 Correctly handle http requests without headers. (Ben Noordhuis,
      Felix Geisendörfer)
    
    * TLS: expose more openssl SSL context options and constants. (Ben Noordhuis)
    
    * #2177 Windows: don't kill UDP socket when a packet fails to reach its
      destination. (Bert Belder)
    
    * Windows: support paths longer than 260 characters. (Igor Zinkovsky)
    
    * Windows: correctly resolve drive-relative paths. (Bert Belder)
    
    * #2166 Don't leave file descriptor open after lchmod. (Isaac Schlueter)
    
    * #2084 Add OS X .pkg build script to make file.
    
    * #2160 Documentation improvements. (Ben Noordhuis)
  • v0.6.2
    a4402f0b · Bump version to v0.6.2 ·
    2011.11.18, Version 0.6.2 (stable)
    
     * doc improvements (Artur Adib, Trevor Burnham, Ryan Emery, Trent Mick)
    
     * timers: remember extra setTimeout() arguments when timeout==0
    
     * punycode: use Mathias Bynens's punycode library, it's more compliant
    
     * repl: improved tab completion (Ryan Emery)
    
     * buffer: fix range checks in .writeInt() functions (Lukasz Walukiewicz)
    
     * tls: make cipher list configurable
    
     * addons: make Buffer and ObjectWrap visible to Windows add-ons (Bert Belder)
    
     * crypto: add PKCS#1 a.k.a RSA public key verification support
    
     * windows: fix stdout writes when redirected to nul
    
     * sunos: fix build on Solaris and Illumos
    
     * Upgrade V8 to 3.6.6.8
  • v0.6.1
    170f2add · Bump version to v0.6.1 ·
    2011.11.11, Version 0.6.1 (stable)
    
    * doc improvements (Eric Lovett, Ben Noordhuis, Scott Anderson, Yoji SHIDARA)
    
    * crypto: make thread-safe (Ben Noordhuis)
    
    * fix process.kill error object
    
    * debugger: correctly handle source with multi-byte characters (Shigeki Ohtsu)
    
    * make stdout and stderr non-destroyable (Igor Zinkovsky)
    
    * fs: don't close uninitialized fs.watch handle (Ben Noordhuis)
    
    * #2026 fix man page install on BSDs (Ben Noordhuis)
    
    * #2040 fix unrecognized errno assert in uv_err_name
    
    * #2043 fs: mkdir() should call callback if mode is omitted
    
    * #2045 fs: fix fs.realpath on windows to return on error (Benjamin Pasero)
    
    * #2047 minor cluster improvements
    
    * #2052 readline get window columns correctly
    
    * Upgrade V8 to 3.6.6.7
  • v0.6.0
    865b0778 · Bump version to v0.6.0 ·
    2011.11.04, Version 0.6.0 (stable)
    
    * print undefined on undefined values in REPL (Nathan Rajlich)
    
    * doc improvements (koichik, seebees, bnoordhuis,
      Maciej Małecki, Jacob Kragh)
    
    * support native addon loading in windows (Bert Belder)
    
    * rename getNetworkInterfaces() to networkInterfaces() (bnoordhuis)
    
    * add pending accepts knob for windows (igorzi)
    
    * http.request(url.parse(x)) (seebees)
    
    * #1929 zlib Respond to 'resume' events properly (isaacs)
    
    * stream.pipe: Remove resume and pause events
    
    * test fixes for windows (igorzi)
    
    * build system improvements (bnoordhuis)
    
    * #1936 tls: does not emit 'end' from EncryptedStream (koichik)
    
    * #758 tls: add address(), remoteAddress/remotePort
    
    * #1399 http: emit Error object after .abort() (bnoordhuis)
    
    * #1999 fs: make mkdir() default to 0777 permissions (bnoordhuis)
    
    * #2001 fix pipe error codes
    
    * #2002 Socket.write should reset timeout timer
    
    * stdout and stderr are blocking when associated with file too.
    
    * remote debugger support on windows (Bert Belder)
    
    * convenience methods for zlib (Matt Robenolt)
    
    * process.kill support on windows (igorzi)
    
    * process.uptime() support on windows (igorzi)
    
    * Return IPv4 addresses before IPv6 addresses from getaddrinfo
    
    * util.inspect improvements (Nathan Rajlich)
    
    * cluster module api changes
    
    * Downgrade V8 to 3.6.6.6
  • v0.5.10
    220e61c1 · Bump version to v0.5.10 ·
    2011.10.21, Version 0.5.10 (unstable)
    
    * Remove cmake build system, support for Cygwin, legacy code base,
    	process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
    
    * Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
    koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
    
    * Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)
    
    * Long process.title support (Ben Noordhuis)
    
    * net: register net.Server callback only once (Simen Brekken)
    
    * net: fix connect queue bugs (Ben Noordhuis)
    
    * debugger: fix backtrace err handling (Fedor Indutny)
    
    * Use getaddrinfo instead of c-ares for dns.lookup
    
    * Emit 'end' from crypto streams on close
    
    * repl: print out `undefined` (Nathan Rajlich)
    
    * #1902 buffer: use NO_NULL_TERMINATION flag (koichik)
    
    * #1907 http: Added support for HTTP PATCH verb (Thomas Parslow)
    
    * #1644 add GetCPUInfo on windows (Karl Skomski)
    
    * #1484, #1834, #1482, #771 Don't use a separate context for the repl.
      (isaacs)
    
    * #1882 zlib Update 'availOutBefore' value, and test (isaacs)
    
    * #1888 child_process.fork: don't modify args (koichik)
    
    * #1516 tls: requestCert unusable with Firefox and Chrome (koichik)
    
    * #1467 tls: The TLS API is inconsistent with the TCP API (koichik)
    
    * #1894 net: fix error handling in listen() (koichik)
    
    * #1860 console.error now goes through uv_tty_t
    
    * Upgrade V8 to 3.7.0
    
    * Upgrade GYP to r1081