platform/upstream/nodejs.git
2016-03-02 Roman Reisstools: enable assorted ESLint error rules
2016-03-02 Drew Foltatest: fs.link() test runs on same device
2016-03-02 Rich Trotttest: scope redeclared variable
2016-03-02 Rich Trotttls: scope loop vars with let
2016-03-02 Chris911src: remove no longer relevant comments
2016-03-02 Evan Lucasdns: throw a TypeError in lookupService with invalid...
2016-03-02 Jeff Harrisdoc: undo move http.IncomingMessage.statusMessage
2016-03-02 Rich Trottstream: refactor redeclared variables
2016-03-02 cjihrigtest: update arrow function style
2016-03-02 cjihrigtools: add arrow function rules to eslint
2016-03-02 Rich Trotttest: mark test-tick-processor flaky
2016-03-02 Robert Jefe... doc: proper markdown escaping -> \_\_, \*, \_
2016-03-02 Brian Whitetools: fix setting path containing an ampersand
2016-03-02 Rich Trotttest: refactor test-net-settimeout
2016-03-02 cjihrigprocess: support symbol events
2016-03-02 Dmitriy Lazarevdoc: remove unnecessary bind(this)
2016-03-02 Rich Trotttest: remove race condition in http flood test
2016-03-02 Rich Trotttest: remove test-http-exit-delay
2016-03-02 Rich Trotttest: refactor test-fs-watch
2016-03-02 Santiago Gimenotest: fix `net-socket-timeout-unref` flakiness
2016-03-02 Vladimir Kurchatkintest: remove Object.observe from tests
2016-03-02 Fedor Indutnyinternal/child_process: call postSend on error
2016-03-02 José F. Romaniellohttp: handle errors on idle sockets
2016-03-02 Ben Noordhuissrc: remove __builtin_bswap16 call
2016-03-02 Ben Noordhuissrc: remove unused BITS_PER_LONG macro
2016-03-02 Minwoo Jungbenchmark: add a constant declaration for `net`
2016-03-02 Minwoo Junglib: use arrow functions instead of bind
2016-03-02 Bryon Leungsrc: add BE support to StringBytes::Encode()
2016-03-02 Коренберг Маркtls: add `options` argument to createSecurePair
2016-03-02 Michaël Zassolib,test: remove extra semicolons
2016-03-02 Michaël Zassotools: enable no-extra-semi rule in eslint
2016-03-02 Kat Marchándeps: upgrade to npm 2.14.17
2016-03-02 Kat Marchántest: make npm tests work on prerelease node versions
2016-03-02 Kat Marchándeps: upgrade to npm 2.14.16
2016-03-02 Kat Marchándoc: Update small error in LICENSE for npm
2016-03-02 Kat Marchántest: make npm tests work on prerelease node versions
2016-03-02 Kat Marchándeps: upgrade to npm 2.14.15
2016-03-02 Brian Whitequerystring: improve parse() performance
2016-03-02 Myles BorinsWorking on v4.3.3
2016-03-02 Myles Borins2016-03-02, Version 4.3.2 'Argon' (LTS) v4.3.2
2016-03-02 Ben Noordhuisdeps: upgrade openssl to 1.0.2g
2016-02-17 Myles BorinsWorking on v4.3.2
2016-02-16 Myles Borins2016-02-16, Version 4.3.1 'Argon' (LTS) v4.3.1
2016-02-15 Myles Borinsnode_contextify: do not incept debug context
2016-02-15 Santiago Gimenotest: fix tls-no-rsa-key flakiness
2016-02-15 Myles Borinstools: add support for subkeys in release tools
2016-02-15 Kat Marchándoc: update list of personal traits in CoC
2016-02-15 Roman Reisstools: enable space-in-parens ESLint rule
2016-02-15 Roman Reisstest: fix issues for space-in-parens ESLint rule
2016-02-15 Roman Reissdoc: style fixes for the TOC
2016-02-15 Rich Trotttest: improve test-cluster-disconnect-suicide-race
2016-02-15 Jackson Tianbuffer: make byteLength work with Buffer correctly
2016-02-15 Rich Trotttest: make test-cluster-disconnect-leak reliable
2016-02-15 Alexander Makarenkodoc: add `servername` parameter docs
2016-02-15 Peter Geissbuffer: remove unnecessary TODO comments
2016-02-15 Rod Vaggdoc: update branch-diff arguments in release doc
2016-02-15 Kohei TAKATAreadline: Remove XXX and output debuglog
2016-02-15 Fedor Indutnycrypto: clear error stack in ECDH::Initialize
2016-02-15 cjihrigtest: fix flaky test-net-socket-local-address
2016-02-15 Evan Lucasnet: remove hot path comment from connect
2016-02-15 zoubindoc: add docs for more stream options
2016-02-15 Rich Trotttest: fix race in test-net-server-pause-on-connect
2016-02-15 Rich Trottdebugger: remove variable redeclarations
2016-02-15 Fedor Indutnytls_legacy: do not read on OpenSSL's stack
2016-02-15 zoubinstream: remove useless if test in transform
2016-02-15 Rich Trotttest: remove 1 second delay from test
2016-02-15 Rich Trotttest: move resource intensive tests to sequential
2016-02-15 Brian Whitedgram: prevent disabled optimization of bind()
2016-02-15 Rich Trotthttp: remove variable redeclaration
2016-02-15 Rich Trotttest: require common module only once
2016-02-15 Rich Trotttest: only include http module once
2016-02-15 Rich Trottsrc: remove redeclarations of variables
2016-02-15 Santiago Gimenotest: fix `http-upgrade-client` flakiness
2016-02-15 Rich Trotttest: fix flaky unrefed timers test
2016-02-15 James M Snellnet, doc: fix line wrapping lint in net.js
2016-02-15 Josh Daguenet: fix dns lookup for android
2016-02-15 Evan Lucasrepl: make sure historyPath is trimmed
2016-02-15 Santiago Gimenotest: fix `http-upgrade-agent` flakiness
2016-02-15 Rich Trotttest: fix flaky test-cluster-shared-leak
2016-02-15 Santiago Gimenocluster: ignore queryServer msgs on disconnection
2016-02-15 Brian Whitehttp: fix non-string header value concatenation
2016-02-15 Ryan Soboldoc: mention that http.Server inherits from net.Server
2016-02-15 Brian Whitetest: fix flaky cluster-net-send
2016-02-15 Brian Whitetest: fix flaky child-process-fork-regr-gh-2847
2016-02-15 Rich Trottdoc: copyedit setTimeout() documentation
2016-02-15 Rich Trottdoc: fix formatting in process.markdown
2016-02-15 Rod Vaggtest: use addon.md block headings as test dir names
2016-02-15 Rod Vaggtest: test each block in addon.md contains js & cc
2016-02-15 Claudio Rodriguezdoc: add path property to Write/ReadStream in fs.markdown
2016-02-15 Santiago Gimenocluster: fix race condition setting suicide prop
2016-02-15 Bryan Englishdoc: add docs working group
2016-02-15 Santiago Gimenotest: fix tls-multi-key race condition
2016-02-15 Andres Suarezmodule: move unnecessary work for early return
2016-02-15 Fedor Indutnytls: copy client CAs and cert store on CertCb
2016-02-15 Michaël Zassotest: fix style issues after eslint update
2016-02-15 Michaël Zassotools: fix style issue after eslint update
2016-02-15 Michaël Zassolib: fix style issues after eslint update
2016-02-15 Michaël Zassotools: update eslint config
2016-02-15 Michaël Zassotools: update eslint to v1.10.3
2016-02-15 Michaël Zassogitignore: never ignore debug module
next