platform/upstream/nodejs.git
2015-01-27 Johan Bergströmbuild: remove artefacts on distclean
2015-01-27 Rod Vaggtest: fs.createReadStream().destroy() fd leak
2015-01-27 Alex Kocharinfs: fix fd leak in ReadStream.destroy()
2015-01-27 Michael Hartdoc: add links for http_parser/libuv upgrades
2015-01-27 Aleksey Smolenchuksrc: remove excessive license boilerplate
2015-01-27 Andres Suarezdoc: fix net.Server.listen bind behavior
2015-01-27 Johnny Ray... doc: update writable streams default encoding
2015-01-27 ttrfworkdoc: fix minor grammar mistake in streams docs
2015-01-26 Ben Noordhuisbuild: disable v8 snapshots
2015-01-26 Johan Bergströmversions: add http-parser patchlevel
2015-01-26 cjihrigchild_process: clone spawn options argument
2015-01-25 Fedor Indutnydeps: update http_parser to 2.4.2
2015-01-24 Nikolai Vavilovdoc: add seishun as a collaborator
2015-01-24 Vladimir Kurchatkinchild_process: remove redundant condition
2015-01-24 Jonathan Onghttp: don't bother making a copy of the options
2015-01-24 Vladimir Kurchatkindoc: add vkurchatkin as collaborator
2015-01-24 Rod VaggWorking on 1.0.5
2015-01-24 Rod Vagg2015-01-24 io.js v1.0.4 Release v1.0.4
2015-01-24 Andres Suarezdoc: update "net" section in node to io.js changes
2015-01-24 Rod Vaggtools: remove old updateAuthors.awk script
2015-01-24 Rod Vaggdoc: update AUTHORS list
2015-01-24 Brendan Ashworthdoc: adds brendanashworth as collaborator
2015-01-24 Evan Lucasdoc: add evanlucas to collaborators
2015-01-24 Brendan Ashworthdoc: alphabetize all.markdown
2015-01-23 Fishrock123doc: add Fishrock123 to collaborators
2015-01-23 Stephen Belangerdoc: add qard to collaborators
2015-01-23 Bert Belderdeps: make node-gyp work again on windows
2015-01-23 Ben Noordhuisdeps: make node-gyp fetch tarballs from iojs.org
2015-01-23 Forrest L Norvelldeps: upgrade npm to 2.3.0
2015-01-23 Thorsten Lorenzdoc: adding thlorenz to list of collaborators
2015-01-23 Vladimir Kurchatkinlib: move default address logic to `net._listen2`
2015-01-23 Ben Noordhuistest: delete parallel/test-process-active-wraps
2015-01-23 Ben Noordhuistest: fix parallel/test-http-destroyed-socket-write2
2015-01-23 Ben Noordhuistest: fix parallel/test-dgram-error-message-address
2015-01-23 Vladimir Kurchatkindebugger: don't override module binding
2015-01-23 cjihrigstream: use nop as write() callback if omitted
2015-01-23 Icer Liangdoc: dns.lookupService has wrong header level
2015-01-23 Todd Kennedydoc: note in docs about missing interfaces
2015-01-23 Ben Noordhuisdoc: bump punycode api stability to 'stable'
2015-01-23 Rod Vaggdoc: add TC meeting 2015-01-21 minutes
2015-01-22 Calvin Metcalflib,src: make pseudoRandomBytes alias randomBytes
2015-01-22 Ben Noordhuisconfigure: remove unused arm_neon variable
2015-01-22 Ben Noordhuisconfigure: disable vfpv3 on armv6
2015-01-22 Ben Noordhuisdeps: fix v8 armv6 run-time detection
2015-01-22 Calvin Metcalfdoc: more explicit crypto.pseudoRandomBytes docs
2015-01-22 Ben Noordhuissrc: s/node/io.js/ in `iojs --help` message
2015-01-22 Ben Noordhuisdeps: upgrade v8 to 4.1.0.12
2015-01-22 Rod Vaggdoc: add TC meeting 2015-01-13 minutes
2015-01-22 Bert Belderdocs: remove incorrect entry from changelog
2015-01-21 Jackson Tianfs: make fs.access() flags read only
2015-01-21 cjihriglib: use const to define constants
2015-01-21 Ben Noordhuisv8: fix template literal NULL pointer deref
2015-01-21 Vladimir Kurchatkinv8: optimize `getHeapStatistics`
2015-01-21 Yosuke Furukawabenchmark: print score to five decimal places
2015-01-20 Trevor Norrissrc: silence clang warnings
2015-01-20 Cheng Zhaosrc: set node_is_initialized in node::Init
2015-01-20 Ben Noordhuissrc: clean up unused macros in node_file.cc
2015-01-20 Ben Noordhuissrc: rename ASSERT macros in node_crypto.cc
2015-01-20 Ben Noordhuissrc: add ASSERT_EQ style macros
2015-01-20 Ben Noordhuislib: fix TypeError with EventEmitter#on() abuse
2015-01-20 Ben Noordhuistest: fix event-emitter-get-max-listeners style
2015-01-20 Ben Noordhuistest: strip copyright boilerplate
2015-01-20 cjihrigfs: define constants with const
2015-01-20 Rod VaggWorking on 1.0.4
2015-01-20 Rod Vagg2015-01-20 io.js v1.0.3 Release v1.0.3
2015-01-20 toastynerdsrc: fix inconsistency between a check and error
2015-01-19 cjihrigfs: add error code on null byte paths
2015-01-19 cjihrignet: fix error details in connect()
2015-01-19 Bert Belderwin,build: remove duplicate definition
2015-01-19 Bert Belderwin: bring back xp/2k3 support
2015-01-19 Timothy J Fontainecluster: avoid race enabling debugger in worker
2015-01-19 Ben Noordhuistest: reland changes from 11c1bae
2015-01-19 Timothy J Fontainetest: debug-signal-cluster should not be racey
2015-01-19 Ben Noordhuistest: temporarily back out changes from 11c1bae
2015-01-19 Ben Noordhuistest: move sequential/test-debug-port-from-cmdline
2015-01-19 Julien Gillitest: fix test-debug-port-from-cmdline.js
2015-01-19 Xiaowei Lirepl: make REPL support multiline template literals
2015-01-19 Johan Bergströmbuild: remove unused variable
2015-01-19 Glen Keanedoc: add optional sudo to make install in README
2015-01-18 Roman Reissbuild: shorten configurate script print on stdout
2015-01-18 Jay Jaeho Leedeps: fix V8 debugger bugs
2015-01-18 Thomas Jensendoc: fix util.isBuffer examples
2015-01-18 Yosuke Furukawabenchmark: fix tcp bench after internal api change
2015-01-18 Ben Noordhuisbenchmark: stop v8 benchmark clobbering RegExp
2015-01-18 Bert Belderdeps: make node-gyp work again on windows
2015-01-18 Ben Noordhuisdeps: make node-gyp fetch tarballs from iojs.org
2015-01-18 Forrest L Norvelldeps: upgrade npm to 2.2.0
2015-01-18 Ben Noordhuissrc: remove --noharmony_classes again
2015-01-18 Fedor Indutnydeps: fix v8 build on FreeBSD
2015-01-18 Ben Noordhuisdeps: upgrade v8 to 4.1.0.7
2015-01-17 Yosuke Furukawabenchmark: add filter option for benchmark
2015-01-17 Brenard Cubacubdoc: fixed punctuation
2015-01-17 Ben Noordhuisconfigure: remove --ninja switch
2015-01-16 Ben Noordhuisconfigure: print warning for old compilers
2015-01-16 Jongyeol Choidoc: change to iojs from node in the usage message
2015-01-16 Shigeki Ohtsubuild: add tools/gflags to PYTHONPATH
2015-01-16 Shigeki Ohtsudoc: add python-gflags LICENSE block
2015-01-16 Shigeki Ohtsutools: add python-gflags module
2015-01-16 Rod VaggWorking on v1.0.3
2015-01-16 Rod Vagg2015-01-16 io.js v1.0.2 Release v1.0.2 v1.0.2-release
next