platform/upstream/nodejs.git
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
2014-10-23 Ben Noordhuissrc: mark virtual functions with override keyword
2014-10-23 Ben Noordhuissrc: remove STATIC_ASSERT() macro
2014-10-23 Ben Noordhuissrc: replace NULL with nullptr
2014-10-20 dead-horsepath: resolve normalize drive letter to lower case
2014-10-18 Rod Vaggetw: use Isolate to SetJitCodeEventHandler
2014-10-18 Rod Vaggtest: allow common.PIPE to be configured via env
2014-10-16 Ben Noordhuisbuild: remove workarounds for gcc <= 4.4
2014-10-16 Ben Noordhuisbuild: add asan option to multi-arch/mode build
2014-10-16 Ben Noordhuistest: make test runner multi-arch/mode compatible
2014-10-16 Ben Noordhuisbuild: set up basic multi-arch/mode build
2014-10-16 Ben Noordhuisbuild: copy V8 makefile to top-level directory
2014-10-16 Ben Noordhuisbuild: add x32 support
2014-10-16 Ben Noordhuisdeps: fix v8 x32 build
2014-10-16 Ben Noordhuistest: fix non-determinism in test-crypto-domains
2014-10-13 Ben Noordhuissrc: attach env directly to api functions
2014-10-13 Ben Noordhuissrc: remove unused Environment::GetCurrent() calls
2014-10-13 Ben Noordhuissrc: remove unused MIN macro
2014-10-13 Ben Noordhuissrc: ignore risky env vars when setuid root
2014-10-11 Ben Noordhuissrc: replace assert() with CHECK()
2014-10-11 Ben Noordhuissrc: fix up imports
2014-10-11 Ben Noordhuissrc: remove unnecessary HandleScopes
2014-10-11 Refael Ackermanndeps: fix postmortem-metadata generator in v8
2014-10-11 Fedor Indutnytest: fix error messages after v8 upgrade
2014-10-11 Fedor Indutnygyp: build with gnu++0x for the sake of new v8
2014-10-11 Fedor Indutnyv8_platform: provide default v8::Platform impl
2014-10-10 Alexis Campaillabuild: vcbuild fix "The input line is too long."
2014-10-10 Fedor Indutnydeps: update v8 to 3.29.93.1
2014-10-09 Brian Whitestreams: make setDefaultEncoding() throw
next