platform/upstream/nodejs.git
2014-12-05 Ben Noordhuisbuild: rename rpmbuild .spec file
2014-12-05 Ben Noordhuisbuild: update rpmbuild .spec file
2014-12-04 Fedor Indutnycontributing: commiter git FAQ
2014-12-04 Johan Bergströmconfigure: remove shared cares build option
2014-12-04 Rod Vaggpolicy: added contribution policy
2014-12-04 Thorsten Lorenzmodules: adding load linked modules feature
2014-12-04 Johan Bergströmconfigure: remove shared cares build option
2014-12-04 The Gitter... Added Gitter badge
2014-12-04 Bryce Kahledocs: fix prerequisite list formatting
2014-12-04 Leonardo Balterdocs: improve repo description
2014-12-03 Martin Cozzidoc: update README with irc channel
2014-12-03 Jamund Fergusondoc: fixed article usage in README.
2014-12-02 Yazhong Liuurl: support `path` for url.format
2014-12-02 Tom Gallacherdocs: Change contributing documentation to io.js
2014-12-02 Mikeal Rogersdocs: simple project messaging.
2014-12-02 Max Ogdendocs: add issue contributing section
2014-11-29 Rod Vaggtest: extend timeouts in child/exec tests
2014-11-29 Rod Vaggtest: bump --stack-size to stop child fails on ARM
2014-11-29 Ben Noordhuisdeps: openssl - add x32 support
2014-11-29 Fedor Indutnyopenssl: fix keypress requirement in apps on win32
2014-11-29 Rod Vaggtest: don't remove empty.txt on win32
2014-11-28 Fedor Indutnytest: another fix for test-crypto-stream
2014-11-28 Fedor Indutnytest: fix test-crypto-stream
2014-11-28 Mathias Bynenspunycode: update to v1.3.2
2014-11-27 Fedor Indutnydeps: update openssl to 1.0.1j
2014-11-27 James Cowgilltest: fix floating point NaN tests on mips
2014-11-26 Fedor Indutnycrypto: proper fix for d7e700's cause
2014-11-25 Calvin Metcalfcrypto: allow creation of GCM ciphers with createCipher
2014-11-25 Fedor Indutnycrypto: throw if the key doesn't match cert
2014-11-23 Rod Vaggtest: named pipe is invalid when appending .txt
2014-11-22 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-11-22 Ben Noordhuislib: turn on strict mode
2014-11-21 Rory Bradfordpath: added parse() and format() functions
2014-11-21 Timothy J Fontainepath: allow calling platform specific methods
2014-11-20 Steve Sharpdoc: correct broken link in net.markdown
2014-11-20 Fedor Indutnytls: do not hang without `newSession` handler
2014-11-20 Ben Noordhuislib: add setFlagsFromString() to tracing module
2014-11-19 MK Safidoc: clarify return value of http.createServer
2014-11-18 Ben Noordhuissrc: remove static variables from tls_wrap
2014-11-18 Ben Noordhuissrc: turn two global vars into local vars
2014-11-18 Rod Vaggtest: fix test-cluster-eaccess to work on windows
2014-11-18 Rod Vaggtest: use common.PIPE for emptyTxt path
2014-11-17 Artur Cistovdoc: fix typos in http.markdown
2014-11-17 Chris Dickinsondns: propagate domain for c-ares methods
2014-11-17 Sam Robertsprocess: pid can be a string in process.kill()
2014-11-16 Vladimir Kurchatkinfs: fix symlink error message
2014-11-14 Ben Noordhuissrc: fixups after v8 upgrade
2014-11-14 Refael Ackermanndeps: fix postmortem-metadata generator in v8
2014-11-14 Ben Noordhuisdeps: upgrade v8 to 3.30.37
2014-11-14 Fedor Indutnycrypto: fix X509 cert memory leak in GetPeerCert
2014-11-14 haoxinmodule: correct the order of the assertions
2014-11-13 Steven Loomisbuild: i18n: support little-endian machines
2014-11-12 Steven R. Loomisbuild: i18n: fix icu toolset dependencies
2014-11-12 Steven R. Loomisbuild: i18n: fix build on OSX
2014-11-11 Ben Noordhuissrc: fix windows build error
2014-11-11 Ben Noordhuislib,src: make os.endianness() inlinable
2014-11-10 sudodokidoc: note ability to require files within packages
2014-11-10 Jackson Tiantls: remove tls.createSecurePair code deprecation
2014-11-10 Rod Vaggtest: kill children before cluster parent
2014-11-09 Luis Reiszlib: support concatenated gzip files
2014-11-07 Fedor Indutnycrypto: escape DNS altname
2014-11-07 Chris Dickinsondoc: remove tls.createSecurePair deprecation
2014-11-07 Trevor Norrisuv: revert change causing build failures
2014-11-06 Saúl Ibarra... core: fix usage of uv_cwd
2014-11-06 Saúl Ibarra... core: replace uv_fs_readdir with uv_fs_scandir
2014-11-06 Saúl Ibarra... deps: update uv to v1.0.0-rc2
2014-11-05 Rod Vaggtest: use common.PIPE in simple/test-cluster-eaccess
2014-11-05 Ben Noordhuistest: unlink custom unix socket before test
2014-11-05 Ben Noordhuisbuild: add rpmbuild .spec file
2014-11-05 Ben Noordhuissrc: network interface names are UTF-8 encoded
2014-11-05 Timothy J Fontainenpm: Upgrade to v2.1.6
2014-11-05 Forrest L Norvelltest: more thorough tests for npm
2014-11-05 Julien Gillibuild: fix build for SmartOS
2014-11-05 Vladimir Kurchatkinsmalloc: check if obj has external data
2014-11-03 Rod Vaggwindows: fix process description to say "Node.js"
2014-11-04 Fedor Indutnynode: do not crash on IPC stdin
2014-11-03 Ben Noordhuissrc: replace NULL with nullptr in debug agent
2014-11-03 Ben Noordhuissrc: clean up root_certs iteration
2014-11-03 Ben Noordhuissrc: move debug agent from deps/ to src/
2014-11-03 Ben Noordhuissrc: make root_certs const
2014-10-30 Vladimir Kurchatkinsmalloc: fix copyOnto optimization
2014-10-29 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-10-29 Ben Noordhuisbuild: remove python 2.7 dependency
2014-10-29 Fedor Indutnyv8_platform: fix cpplint issue
2014-10-29 Fedor Indutnystream_wrap: do not crash if handle was closed
2014-10-28 Nikolai Vavilovsrc: remove usage of extended sizeof
2014-10-28 Ben Noordhuissrc: simplify v8 thread pool implementation
2014-10-28 Ben Noordhuissrc: fix uninitialized memory dereference
2014-10-27 cjihrignet: add pauseOnConnect option to createServer()
2014-10-27 Vladimir Kurchatkindocs: fix smalloc.dispose() example
2014-10-27 Ben Noordhuisdoc: update compiler requirements in README
2014-10-25 Trevor Norrislint: fix whitespace issues
2014-10-24 Nikolai Vavilovsrc: fix comparison of WCHAR with nullptr
2014-10-24 Fedor IndutnyMerge remote-tracking branch 'origin/v0.12' into v0.12
2014-10-23 Ben Noordhuissrc: mark more destructors with override keyword
2014-10-23 Ben Noordhuissrc: mark SSLWrap destructor as virtual
2014-10-23 Ben Noordhuissrc: mark BaseObject destructor as virtual
2014-10-23 Ben Noordhuissrc: mark AsyncWrap destructor as virtual
2014-10-23 Ben Noordhuissrc: mark empty destructors as default
2014-10-23 Ben Noordhuissrc: update DISALLOW_COPY_AND_ASSIGN() to c++11
next