platform/upstream/nodejs.git
2015-08-24 Evan Lucasbuild: use required platform in android-configure
2015-08-24 Ben Noordhuisstream: rename poorly named function
2015-08-24 Ben Noordhuisstream: micro-optimize high water mark calculation
2015-08-24 Ben Noordhuisstream: fix off-by-factor-16 error in comment
2015-08-24 Bradley Meckmodule: fix module preloading when cwd is ENOENT
2015-08-24 João Reistest: remove test-timers-first-fire
2015-08-24 João Reiswin: fix custom actions for WiX older than 3.9
2015-08-24 Julien Gilliwin: fix custom actions on Visual Studio != 2013
2015-08-24 Sakthipriyan... doc: make the deprecations consistent
2015-08-24 Roman Reissdoc: fix CHANGELOG.md on master
2015-08-24 Sakthipriyan... doc: document deprecation of util.is* functions
2015-08-23 cjihrignode: additional cleanup for node rename
2015-08-23 cjihrigprocess: make process.release.name "node"
2015-08-23 Frederic Hembergerinstaller: fix installers for node.js rename
2015-08-23 cjihrignode: rename from io.js to node
2015-08-23 Rich Trotttest: use reserved IP in test-net-connect-timeout
2015-08-23 Minwoo Jungdoc: fix comments in tls_wrap.cc and _http_client.js
2015-08-23 James M Snelltools: add license boilerplate to check-imports.sh
2015-08-23 James M Snelltls: add --tls-cipher-list command line switch
2015-08-23 hackerjsdoc: document response.finished in http.markdown
2015-08-23 Rod Vaggdoc: update AUTHORS list
2015-08-23 Brendan Ashworthtools: enable space-after-keywords in eslint
2015-08-23 Brendan Ashworthtest: add spaces after keywords
2015-08-22 Roman Klaukefs: replace bad_args macro with concrete error msg
2015-08-22 Sakthipriyan... tools: fix anchors in generated documents
2015-08-22 Rod Vaggdoc: update AUTHORS list
2015-08-22 Rod Vaggdoc: add TSC meeting minutes 2015-07-29
2015-08-22 Rod Vaggdoc: add TSC meeting minutes 2015-08-19
2015-08-22 Rod Vaggdoc: add TSC meeting minutes 2015-06-03
2015-08-22 Rod Vaggdoc: fix links to original converged repo
2015-08-22 Rod Vaggdoc: fix links to original gh issues for TSC meetings
2015-08-22 Rod Vaggdoc: add audio recording links to TSC meeting minutes
2015-08-22 James M Snellrepl: filter integer keys from repl tab complete list
2015-08-21 Fedor Indutnybuffer: reapply 07c0667
2015-08-21 Fedor Indutnystring_bytes: fix unaligned write in UCS2
2015-08-21 Evan Lucassrc: improve startup time
2015-08-21 Rod Vaggdoc: add TSC meeting minutes 2015-07-22
2015-08-21 Karl Skomskicrypto: fix mem {de}allocation in ExportChallenge
2015-08-21 Mike Atkinstls: handle empty cert in checkServerIndentity
2015-08-20 Jacob Edelmandoc: fix spelling mistake in node.js comment
2015-08-20 Michaël Zassotest: remove unreachable code
2015-08-20 Michaël Zassotest: disallow unreachable code
2015-08-20 Todd Kennedyrepl: dont throw ENOENT on NODE_REPL_HISTORY_FILE
2015-08-20 Fedor Indutnystream_base: various improvements
2015-08-20 Brendan Ashworthtest: reduce timeouts in test-net-keepalive
2015-08-20 Brendan Ashworthtest: improve test-net-server-pause-on-connect
2015-08-20 Brendan Ashworthtest: improve test-net-pingpong
2015-08-19 Sakthipriyan... events: deprecate static listenerCount function
2015-08-19 Michael DawsonUpdate FIPS instructions in README.md
2015-08-18 Ben Noordhuistest: drop Isolate::GetCurrent() from addon tests
2015-08-18 Ben Noordhuistest: lint addon tests
2015-08-18 Rich Trottdoc: clarify options for fs.watchFile()
2015-08-18 Rich Trotttest: refactor test-fs-watchfile.js
2015-08-18 Karl Skomskisrc: better error message on failed Buffer malloc
2015-08-18 P.S.V.Rcrypto: check for OpenSSL errors when signing
2015-08-18 Fedor Indutnytls: fix throughput issues after incorrect merge
2015-08-18 Matt Loringtools: run the tick processor without building v8
2015-08-17 Karl Skomskicrypto: fix memory leak in PBKDF2Request
2015-08-17 Karl Skomskicrypto: fix memory leak in ECDH::SetPrivateKey
2015-08-17 Karl Skomskicrypto: fix memory leak in PublicKeyCipher::Cipher
2015-08-17 Karl Skomskicrypto: fix memory leak in SafeX509ExtPrint
2015-08-17 Karl Skomskicrypto: fix memory leak in SetDHParam
2015-08-17 Karl Skomskisrc: fix memory leak in DLOpen
2015-08-17 muddletoestest: correct spelling of 'childProcess'
2015-08-17 Sam Stitespath: use '===' instead of '==' for comparison
2015-08-17 Ben Noordhuissrc: don't use fopen() in require() fast path
2015-08-14 Steven R. Loomisbuild: work around VS2015 issue in ICU <56
2015-08-13 Ben Noordhuissrc: rename Buffer::Use() to Buffer::New()
2015-08-13 Ben Noordhuissrc: introduce internal Buffer::Copy() function
2015-08-13 Ben Noordhuissrc: move internal functions out of node_buffer.h
2015-08-13 Ben Noordhuissrc: plug memory leaks
2015-08-13 Steven R. Loomisbuild: intl: converge from joyent/node
2015-08-13 Steven R. Loomisbuild: Intl: bump ICU4C from 54 to 55
2015-08-13 João Reistest: option to run a subset of tests
2015-08-11 Chad Johnstoncrypto: show exponent in decimal and hex
2015-08-11 Roman Klaukesrc: add total_available_size to v8 statistics
2015-08-11 Ben Noordhuisbuild: expand ~ in install prefix early
2015-08-09 Rich Trotttest: clarify dropMembership() call
2015-08-09 Nathan Woltmanpath: remove dead code in favor of unit tests
2015-08-09 Lucien Greathousebuild: update manifest to include Windows 10
2015-08-08 Christopher... util: display constructor when inspecting objects
2015-08-07 Fedor Indutnytls: fix check for reused session
2015-08-07 Fedor Indutnytls: introduce internal `onticketkeycallback`
2015-08-07 Sam Robertstest: make listen-fd-cluster/server more robust
2015-08-06 Ryan Grahamnet: ensure Socket reported address is current
2015-08-06 Gireesh Punathiltest: address timing issues in simple http tests
2015-08-05 James M Snelldoc: multiple documentation updates cherry picked from...
2015-08-05 Rod VaggWorking on v4.0.0
2015-08-04 Rod VaggWorking on v3.0.1
2015-08-04 Rod Vagg2015-08-04 io.js v3.0.0 Release v3.0.0
2015-08-04 Rod Vaggdoc: fix heading levels for new repl documentation
2015-08-04 Jeremiah Senkpielrepl: persist history in plain text
2015-08-04 Jeremiah Senkpielrepl: default persistence to ~/.node_repl_history
2015-08-04 Jeremiah Senkpieltest: add tests for persistent repl history
2015-08-04 Jeremiah Senkpieldoc: document repl persistent history changes
2015-08-04 Michaël Zassosrc: disable vector ICs on arm
2015-08-04 Michaël Zassodeps: update V8 to 4.4.63.26
2015-08-04 Brendan Ashworthhttp: fix agent.getName() and add tests
2015-08-04 Rich Trottreadline: allow tabs in input
2015-08-04 Frederic Hembergerbuild: prepare Windows installer for i18n support
next