platform/upstream/nodejs.git
2014-11-22 Ben Noordhuislib: turn on strict mode
2014-11-20 Fedor Indutnytls: do not hang without `newSession` handler
2014-11-20 Ben Noordhuislib: add setFlagsFromString() to tracing module
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-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-11 Ben Noordhuissrc: fix windows build error
2014-11-11 Ben Noordhuislib,src: make os.endianness() inlinable
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-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-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-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
2014-10-09 Ben Noordhuisfreebsd,linux,sunos: make stack non-executable
2014-10-09 Ben Noordhuiscrypto: update root certificates
2014-10-09 Ben Noordhuistools: update certdata.txt
2014-10-09 Ray Donnellybuild: determine and use EXEEXT on windows
2014-10-09 Ray Donnellysrc: fixes for win32
2014-10-09 Julien Gillibuild: fix build for SmartOS
2014-10-09 Wang Xinyongdoc: correct createSecureContext
2014-10-09 Alexis Campaillatest: fix test-child-process-spawn-typeerror
2014-10-08 Stiliyan Lazarovdoc: fix wording and punctuation in modules
2014-10-08 Trevor Norriscrypto: createDiffieHellman throw for bad args
2014-10-08 Fedor Indutnytest: fix debug-signal-cluster after da update
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor Indutnycluster: do not signal children in debug mode
2014-10-08 Fedor Indutnydeps: re-implement debugger-agent
2014-10-08 Refael Ackermanndeps: fix postmortem-metadata generator in v8
2014-10-08 Fedor Indutnydeps: apply floating irhydra patch to v8
2014-10-08 Refael Ackermanndeps: update v8 to 3.28.73
2014-10-08 Fedor Indutnytest: fix debug-signal-cluster after da update
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor Indutnycluster: do not signal children in debug mode
2014-10-08 Fedor Indutnydeps: re-implement debugger-agent
2014-10-08 Refael Ackermanndeps: fix postmortem-metadata generator in v8
2014-10-08 Fedor Indutnydeps: apply floating irhydra patch to v8
2014-10-08 Refael Ackermanndeps: update v8 to 3.28.73
2014-10-08 Fedor Indutnytls_wrap: ignore ZERO_RETURN after close_notify
2014-10-08 Fedor IndutnyMerge remote-tracking branch 'joyent/v0.12'
2014-10-08 Trevor Norrisbuffer, doc: misc. fix and cleanup
next