platform/upstream/nodejs.git
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
2015-08-04 Rod Vaggnode: remove redundant --use-old-buffer
2015-08-04 Trevor Norrisbuffer: fix missing null/undefined check
2015-08-04 Rod Vaggbuild: add 'x86' option back in to configure
2015-08-04 Michael Dawsonbuild: first set of updates to enable PPC support
2015-08-04 Trevor Norrisbuffer: fix not return on error
2015-08-04 Rod Vaggnode-gyp: detect RC build with x.y.z-rc.n format
2015-08-04 Rod Vaggsrc: introduce process.release object
2015-08-04 jomohttp: use official IANA Status Codes
2015-08-04 Fedor Indutnynode: do not override `message`/`stack` of error
2015-08-04 Rod Vaggsrc: increment NODE_MODULE_VERSION to 45
2015-08-04 Ben Noordhuisdeps: upgrade v8 to 4.4.63.12
2015-08-04 Rod VaggWorking on v3.0.0
2015-08-04 Rod Vaggnode-gyp: download header tarball for compile
2015-08-04 Rod Vaggnode-gyp: make aware of nightly, next-nightly & rc
2015-08-04 Ben Noordhuisbuffer: rename internal/buffer_new.js to buffer.js
2015-08-04 Ben Noordhuistest: remove two obsolete pummel tests
2015-08-04 Ben Noordhuistest: don't use arguments.callee
2015-08-04 Ben Noordhuisdeps: update v8 to 4.4.63.9
2015-08-04 Trevor Norrisbuffer: allow ArrayBuffer as Buffer argument
2015-08-04 Trevor Norrisbuffer: minor cleanup from rebase
2015-08-04 Trevor Norrisbuffer: fix usage of kMaxLength
2015-08-04 cjihrigcluster: do not unconditionally set --debug-port
2015-08-04 Sakthipriyan... buffer: fix case of one buffer passed to concat
2015-08-04 Fedor Indutnyhttp_server: `prefinish` vs `finish`
2015-08-04 Matteo Collinadgram: make send cb act as "error" event handler
2015-08-04 Chris Dickinsondgram: make send cb act as "error" event handler
2015-08-04 Domenic Denicolavm: fix symbol access
2015-08-04 Domenic Denicolavm: remove unnecessary access checks
2015-08-04 Domenic Denicolavm: fix property descriptors of sandbox properties
2015-08-04 Trevor Norriscrypto: remove kMaxLength on randomBytes()
2015-08-04 Trevor Norrisbuffer: make additional changes to native API
2015-08-04 Trevor Norrisbuffer: switch API to return MaybeLocal<T>
2015-08-04 Trevor Norrisbuffer: switch to using Maybe<T> API
2015-08-04 Trevor Norrisbuffer: finish implementing FreeCallback
2015-08-04 Trevor Norrisbuffer: implement Uint8Array backed Buffer
2015-08-04 Trevor Norrisbuffer: allow ARGS_THIS to accept a name
2015-08-04 Rod Vaggdeps: backport 7b24219346 from v8 upstream
2015-08-04 Julien Gillinet: do not set V4MAPPED on FreeBSD
2015-08-04 cjihrigRevert "dns: remove AI_V4MAPPED hint flag on FreeBSD"
2015-08-04 Michaël Zassodoc: update v8 flags in man page
2015-08-04 Chris Dickinsondeps: update v8 to 4.3.61.21
2015-08-04 Chris Dickinsontest: remove obsolete harmony flags
2015-08-04 Sakthipriyan... doc,test: documents behaviour of non-existent file
2015-08-04 Sakthipriyan... repl: don't clobber RegExp.$ properties
2015-08-03 Sakthipriyan... test: change the hostname to an invalid name
2015-08-03 Sakthipriyan... test: fix messages and use return to skip tests
2015-08-01 Bert Belderwin,node-gyp: enable delay-load hook by default
2015-08-01 cjihrigdeps: make node-gyp work with io.js
2015-08-01 Kat Marchándeps: upgrade to npm 2.13.3
2015-07-30 Sakthipriyan... test: use common.isWindows consistently
2015-07-30 Ben Noordhuiscluster: add handle ref/unref stubs in rr mode
2015-07-30 Johan Bergströmtools: expose skip output to test runner
2015-07-29 Ali Ijaz Sheikhbuild: produce symbol map files on windows
2015-07-29 Ben Noordhuistest: fix fs.readFile('/dev/stdin') tests
2015-07-29 Sakthipriyan... doc: properly inheriting from EventEmitter
2015-07-28 Sam Robertsdoc: a listener, not "an" listener
2015-07-28 Sam Robertsdoc: server close event does not have an argument
next