platform/upstream/nodejs.git
2014-12-09 Trevor Norrisnode.cc: fix bad assert
2014-12-09 Trevor Norrisuv: float patch to revert tty breakage
2014-12-09 Bert Beldercrypto: store thread id as pointer-sized value
2014-12-09 Saúl Ibarra... deps: update libuv to 1.0.1
2014-12-09 Bert Belderopenssl: don't define SIXTY_FOUR_BIT_LONG on Windows
2014-12-09 Tyler Kellendocs: fix project name
2014-12-09 Ben NoordhuisRevert "openssl: don't define SIXTY_FOUR_BIT_LONG on...
2014-12-09 Bert Belderopenssl: don't define SIXTY_FOUR_BIT_LONG on Windows
2014-12-09 Bert Beldertest-require-resolve: use case insensitive compare
2014-12-09 Bert Beldertest: make fs-symlink-dir-junction-relative pass on...
2014-12-09 Vincent Weeversfs: resolve junction targets relative to their parent
2014-12-08 Bert Belderpath: path.normalize no longer lower-cases drive letters
2014-12-08 Nikolai VavilovRevert "path: resolve normalize drive letter to lower...
2014-12-08 Fedor Indutnycontributing: add all core modules to Caine's spec
2014-12-08 Fedor Indutnycontributing: add information for caine bot
2014-12-07 Brendan Ashworthdoc: fixes grammar in timers/tls
2014-12-06 Robert Kowalskimodule: test for directories, fix require with ..
2014-12-06 Evan Lucasnet: give better error messages
2014-12-06 cjihrigdebugger: use requireRepl() to load debugger repl
2014-12-06 Jose Luis Rivasbuild: don't run find in non-existent directory
2014-12-06 Ben Noordhuistest: move simple/test-abort-fatal-error to pummel
2014-12-05 Christian Tellnesevents: implement EventEmitter#getMaxListeners()
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
next