platform/upstream/nodejs.git
2014-09-09 Ben Noordhuisdeps: cherry-pick r21297 from v8 trunk
2014-09-09 Ben Noordhuisdeps: fix up v8 postmortem codegen
2014-09-09 Trevor Norrisv8: Upgrade 3.26.33 with 14 patches
2014-09-09 Trevor Livingstontls: `checkServerIdentity` option
2014-09-05 Ben Noordhuissrc: remove Environment::GetCurrentChecked()
2014-09-05 Ben Noordhuislib: unexport http.parsers
2014-09-05 Ben Noordhuislib: http: poison parser references after freeing
2014-09-05 Ben Noordhuissrc: update and expand comments in base-object.h
2014-09-05 Ben Noordhuislib, src: don't make http parser handles weak
2014-09-05 Ben Noordhuissrc: add ClearWrap() to util.h
2014-09-05 Ben Noordhuissrc: fix handle leak in Parser::Execute()
2014-09-05 Majid Arif... lib: improved forEach object performance
2014-09-04 cjihrigtest: listen on exclusive port in cluster workers
2014-09-03 cjihrignet,dgram: workers can listen on exclusive ports
2014-09-03 Trevor Norrissrc: be more intelligent about use of "arguments"
2014-09-03 Fedor Indutnytls: support multiple keys/certs
2014-09-03 Fedor Indutnytls_wrap: fix use after free
2014-09-03 Fedor Indutnycrypto: use less memory for storing keys
2014-09-03 Jackson Tiannet: Improve Socket.prototype.write()
2014-09-03 Trevor Norrisstream_wrap: Add support to write binary strings
2014-09-02 Trevor Norrisnode,async-wrap: verify domain enter/exit are set
2014-09-02 Jesús Leganés... configure: generate a fully statically linked exec
2014-09-02 Julien Gillicluster: centralize removal from workers list.
2014-09-02 Brian Whitecrypto: unsigned value can't be negative
2014-09-02 Brian Whitecrypto: avoid memory leak
2014-09-02 Jackson Tiansrc: reading/owner/onread/onconnection for tcp
2014-09-01 Isaac Burnscrypto: wrap ECDH constants in HAVE_OPENSSL
2014-08-28 Shigeki Ohtsutls: add DHE-RSA-AES128-SHA256 to the def ciphers
2014-08-28 Shigeki Ohtsutls, crypto: add DHE support
2014-08-28 Fedor Indutnycrypto: introduce ECDH
2014-08-27 Jackson Tiansrc: Add function name for .byteLength/.compare
2014-08-26 Fedor Indutnycrypto: allow padding in RSA methods
2014-08-23 Fedor Indutnycrypto: fix memory leak in Connection::New
2014-08-21 Jackson Tianhttp: avoid create difference hidden class
2014-08-20 Chris Dickinsonnet,stream: add isPaused, don't read() when paused
2014-08-20 cjihrigdns: throw if hostname is not string or falsey
2014-08-19 Ben Noordhuisnode: add missing Isolate::Scope at startup
2014-08-19 Yazhong Liusrc: add missing Isolate arguments
2014-08-18 Alex Kocharinhttp: fix bailout for writeHead
2014-08-17 Fedor Indutnygyp: preserve v8dbg syms on freebsd too
2014-08-13 Alexis Campaillatest: fix dns test
2014-08-13 Julien Gillitests: don't assume IPv4 only in remote addr tests
2014-08-13 Fedor Indutnytest: check ipv6 support before testing it
2014-08-13 Julien Gillitests: do not hardcode service name in test-dns.
2014-08-13 Julien Gillitests: fix invalid hints flags dns test.
2014-08-13 Cheng Zhaosrc: change kIsolateSlot to 3
2014-08-13 Trevor Norrissrc: require EventEmitter via NativeModule
2014-08-13 Jackson Tiandgram: remove new keyword from errnoException
2014-08-13 Kyle Robinson... doc: typo fixes on stream, tls and http
2014-08-13 Ezequiel Rabinovichquerystring: remove prepended ? from query field
2014-08-12 Jackson Tianlib: don't use emitter.listeners(type).length
2014-08-12 Trevor Norrisnode: set names for prototype methods
2014-08-11 seishuncrypto: add RSA encryption
2014-08-11 Alexis Campaillawindows: fix memory leak in WinapiErrnoException
2014-08-08 cjihrigdns: always set variable family in lookup()
2014-08-08 Fedor Indutnyopenssl: fix keypress requirement in apps on win32
2014-08-08 Thorsten Lorenzbuild: linking CoreFoundation framework for OSX
2014-08-08 Alexis Campaillatest: fix test-process-kill-pid on Windows
2014-08-07 Jackson Tiandoc: document max `new Buffer(size)`
2014-08-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-08-07 Julien Gillitests: fix child-process-fork-dgram on SmartOS.
2014-08-07 Maciej Małeckidoc: document arguments for 'error' event on a stream
2014-08-07 Jackson Tianfs: fix fs.readFileSync fd leak when get RangeError
2014-08-07 Saúl Ibarra... src: handle UV_EAGAIN in TryWrite
2014-08-07 Alexis CampaillaCluster: fix shared handles on Windows
2014-08-07 Fedor Indutnydeps: update libuv to v0.11.28
2014-08-07 Fedor Indutnydeps: update openssl to v1.0.1i
2014-08-06 Kevin Simperdoc: clarify factory methods for net.Socket
2014-08-05 Jackson Tianfs: fs.readFile should not throw uncaughtException
2014-08-05 Trevor Norrisdns: fix GetAddrInfo assert
2014-08-04 cjihrignet: don't prefer IPv4 addresses during resolution
2014-08-04 Timothy J Fontainev8: Fix compliation with GCC 4.8
2014-08-04 Julien Gillitest: fix test-net-remote-address-port
2014-08-04 Herman Leepath: isAbsolute() should always return boolean
2014-08-04 Julien Gillitimers: fix timers with non-integer delay hanging.
2014-08-02 Jackson Tianprocess: improve process binding
2014-08-02 Fedor Indutnytest: disable 0-dgram tests on darwin
2014-08-02 Sam Robertscluster: disconnect should not be synchronous
2014-08-02 Lucio M. Tatopath: fix slice OOB in trim
2014-08-02 Sam Robertstest: assert cluster.disconnect is async
2014-08-01 James Hallidaystream: fix Readable.wrap objectMode falsy values
2014-08-01 Jackson Tiantls: throw an error, not string
2014-07-31 cjihrigcluster: support options in Worker constructor
2014-07-31 Jakob Gillichdocs: fix non-string ignore note in path.resolve
2014-07-31 Gabriel WickeAdd fast path for simple URL parsing
2014-07-31 Timothy J FontaineNow working on 0.10.31
2014-07-31 Timothy J FontaineMerge branch 'v0.10.30-release' into v0.10
2014-07-31 Timothy J Fontaine2014.07.31, Version 0.10.30 (Stable) v0.10.30
2014-07-31 Timothy J Fontaineuv: Upgrade to v0.10.28
2014-07-31 Fedor Indutnyv8: Interrupts must not mask stack overflow.
2014-07-31 Timothy J Fontainenpm: Upgrade to v1.4.21
2014-07-31 Maciej Małeckimodule: eliminate double `getenv()`
2014-07-31 Rod Vaggstreams: remove unused require('assert')
2014-07-31 Julien Gillitimers: backport f8193ab
2014-07-31 Fedor IndutnyRevert "Cluster: fix shared handles on Windows"
2014-07-31 Alexis CampaillaCluster: fix shared handles on Windows
2014-07-31 Fedor Indutnyrepl: proper `setPrompt()` and `multiline` support
2014-07-31 Fedor IndutnyRevert "repl: fix overwrite for this._prompt"
2014-07-31 Sam Robertscluster: test events emit on cluster.worker
2014-07-31 Fedor Indutnygyp: do not rm unused openssl syms on osx/linux
next