platform/upstream/nodejs.git
2016-01-19 Wyatt Preuldoc: stronger suggestion for userland assert
2016-01-19 Davedoc: close backtick in process.title description
2016-01-19 Rich Trotttest: fix flaky test-http-agent-keepalive
2016-01-19 Rich Trotttest: remove flaky designations for tests
2016-01-19 Rich Trotttest: fix flaky streams test
2016-01-19 Johan Bergströmtest: inherit JOBS from environment
2016-01-19 Rich Trotttest: remove time check
2016-01-19 Rich Trotttest: refactor test-fs-empty-readStream
2016-01-19 Rich Trotttest: clarify role of domains in test
2016-01-19 James M Snelldoc: improvements to events.markdown copy
2016-01-19 Rich Trotttest: improve assert message
2016-01-19 Ben Ripkensdoc: explain ClientRequest#setTimeout time unit
2016-01-19 James M Snelldoc: improvements to errors.markdown copy
2016-01-19 James M Snelldoc: improvements to dns.markdown copy
2016-01-19 iamchenxindoc: add anchors for _transform _flush _writev in strea...
2016-01-19 Rich Trotttest: remove unused assert module imports
2016-01-19 Rich Trottchild_process: guard against race condition
2016-01-19 Damian Schenkelmanhttp: use `self.keepAlive` instead of `self.options...
2016-01-19 Rich Trotttest: remove unused var from test-assert.js
2016-01-19 Rich Trottrepl: remove unused function
2016-01-19 Fedor Indutnyhttps: use `servername` in agent key
2016-01-19 Jackson Tianbuffer: refactor create buffer
2016-01-19 Claudio Rodriguezassert: typed array deepequal performance fix
2016-01-19 Jackson Tianbuffer: faster case for create Buffer from new Buffer(0)
2016-01-19 Bo Borgersonhttp: Remove an unnecessary assignment
2016-01-19 Martin Barkos: fix crash in GetInterfaceAddresses
2016-01-19 Julien Gillitest: add test-domain-exit-dispose-again back
2016-01-19 Davehttp: remove excess calls to removeSocket
2016-01-19 Fedor Indutnycrypto: load PFX chain the same way as regular one
2016-01-19 Mudit Ametarepl: Fixed node repl history edge case.
2016-01-19 Davechild_process: flush consuming streams
2016-01-19 Jackson Tianutil: faster arrayToHash
2016-01-19 Evan Lucasrepl: use String#repeat instead of Array#join
2016-01-19 Ali Ijaz Sheikhdeps: backport 066747e from upstream V8
2016-01-19 Rich Trotttest: remove unused `util` imports
2016-01-19 Rich Trotttest: remove unnecessary assignments
2016-01-19 Ben Noordhuisrepl: fix require('3rdparty') regression
2016-01-19 cjihrigsrc: define Is* util functions with macros
2016-01-19 cjihrigutil: determine object types in C++
2016-01-19 cjihrigtest: move ArrayStream to common
2016-01-19 Ben Noordhuisutil: move .decorateErrorStack to internal/util
2016-01-19 Ben Noordhuismodule,repl: remove repl require() hack
2016-01-19 cjihrigrepl: attach location info to syntax errors
2016-01-19 cjihrigutil: add decorateErrorStack()
2016-01-19 cjihrigutil,src: allow lookup of hidden values
2016-01-19 Vladimir Kurchatkindeps: backport 200315c from V8 upstream
2016-01-19 James M Snelldoc: improvements to dgram.markdown copy
2016-01-19 James M Snelldoc: improvements to debugger.markdown copy
2016-01-19 James M Snelldoc: improvements to console.markdown copy
2016-01-19 Nik Nybydoc: fix spelling error in lib/url.js comment
2016-01-19 Rich Trotttest: refactor test-net-connect-options-ipv6
2016-01-19 Brian Whitetest: use platformTimeout() in more places
2016-01-19 James M Snelldoc: improve assert.markdown copy
2016-01-19 Devin Nakamuratest: fix race condition in test-http-client-onerror
2016-01-19 Brian Whitetest: fix flaky test-net-error-twice
2016-01-19 Brian Whitetest: try other ipv6 localhost alternatives
2016-01-19 Saúl Ibarra... deps: upgrade libuv to 1.8.0
2016-01-19 Rod Vaggsrc: refactor vcbuild configure args creation
2016-01-19 Rich Trottdoc: copyedit releases.md
2016-01-19 James M Snelldoc: catch the WORKING_GROUPS.md bootstrap docs up...
2016-01-19 Nicholas Youngdoc: fix link in addons.markdown
2016-01-19 chrisjohn404doc: Typo in buffer.markdown referencing buf.write()
2016-01-19 Ben Noordhuistest: fix debug-port-cluster flakiness
2016-01-19 ronkorvingudp: remove a needless instanceof Buffer check
2016-01-19 Jackson Tiandoc: document the cache parameter for fs.realpathSync
2016-01-19 Evan Lucastest: add test for tls.parseCertString
2016-01-19 James M Snelldoc: fix, modernize examples in docs
2016-01-19 Lenny Markusdoc: clarify error events in HTTP module documentation
2016-01-19 Martin von... src: fix deprecation message for ErrnoException
2016-01-19 Fedor Indutnytls_wrap: inherit from the `AsyncWrap` first
2016-01-19 Yazhong Liunode: remove unused variables in AppendExceptionLine
2016-01-19 Hideki Yamamuradoc: fix improper http.get sample code
2016-01-19 cjihrigsrc: fix line numbers on core errors
2016-01-19 Jeremiah Senkpieltest: use regular timeout times for ARMv8
2016-01-19 Jeremiah Senkpieltest: parallelize test-repl-persistent-history
2016-01-19 Tom Gallacherdoc: Fixing broken links to the v8 wiki
2016-01-19 janriemerdoc: move description of 'equals' method to right place
2016-01-19 Rich Trottdoc: copyedit console doc
2016-01-19 Matteo Collinadoc: add mcollina to collaborators
2016-01-19 Ryan Grahamdoc: add rmg to collaborators
2016-01-19 Calvin Metcalfdoc: add calvinmetcalf to collaborators
2016-01-19 Ben Noordhuisdoc: harmonize description of `ca` argument
2016-01-19 Santiago Gimenotest: fix domain-top-level-error-handler-throw
2016-01-19 Ben Noordhuistest: don't assume openssl s_client supports -ssl3
2016-01-19 Jörg Krauseconfigure: fix arm vfpv2
2016-01-19 Santiago Gimenotest: fix tls-inception flakiness
2016-01-19 Santiago Gimenotest: fix tls-inception
2016-01-19 Fedor Indutnytls_wrap: slice buffer properly in `ClearOut`
2016-01-19 Rich Trottdoc: copyedit child_process doc
2016-01-19 Rich Trottdoc: copyedit buffer doc
2016-01-19 Rich Trottdoc: clarify assert.fail doc
2016-01-19 Rich Trottdoc: copyedit addons doc
2016-01-19 Rod Vaggdoc: update AUTHORS list
2016-01-19 Roman Klaukedoc: change references from node to Node.js
2016-01-19 wurdedoc: add brief Node.js overview to README
2016-01-19 Prince J Wesleyrepl: display error message when loading directory
2016-01-19 Rod Vaggnode: s/doNTCallbackX/nextTickCallbackWithXArgs/
2016-01-19 Ben Noordhuissrc: use GetCurrentProcessId() for process.pid
2016-01-19 Rich Trotttest: mark test-cluster-shared-leak flaky
2016-01-19 Bryce Barilbuffer: Prevent Buffer constructor deopt
next