summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-11-03windows: fix process description to say "Node.js"Rod Vagg
2014-11-04node: do not crash on IPC stdinFedor Indutny
2014-11-03src: replace NULL with nullptr in debug agentBen Noordhuis
2014-11-03src: clean up root_certs iterationBen Noordhuis
2014-11-03src: move debug agent from deps/ to src/Ben Noordhuis
2014-11-03src: make root_certs constBen Noordhuis
2014-10-28v8_platform: fix cpplint issueFedor Indutny
2014-10-28stream_wrap: do not crash if handle was closedFedor Indutny
2014-10-28src: remove usage of extended sizeofNikolai Vavilov
2014-10-28src: simplify v8 thread pool implementationBen Noordhuis
2014-10-28src: fix uninitialized memory dereferenceBen Noordhuis
2014-10-25src: fix comparison of WCHAR with nullptrNikolai Vavilov
2014-10-23src: mark more destructors with override keywordBen Noordhuis
2014-10-23src: mark SSLWrap destructor as virtualBen Noordhuis
2014-10-23src: mark BaseObject destructor as virtualBen Noordhuis
2014-10-23src: mark AsyncWrap destructor as virtualBen Noordhuis
2014-10-23src: mark empty destructors as defaultBen Noordhuis
2014-10-23src: update DISALLOW_COPY_AND_ASSIGN() to c++11Ben Noordhuis
2014-10-23src: mark virtual functions with override keywordBen Noordhuis
2014-10-23src: remove STATIC_ASSERT() macroBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-18etw: use Isolate to SetJitCodeEventHandlerRod Vagg
2014-10-16build: add x32 supportBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-13src: remove unused Environment::GetCurrent() callsBen Noordhuis
2014-10-13src: remove unused MIN macroBen Noordhuis
2014-10-13src: ignore risky env vars when setuid rootBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: fix up importsBen Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-10-12v8_platform: provide default v8::Platform implFedor Indutny
2014-10-09crypto: update root certificatesBen Noordhuis
2014-10-10src: fixes for win32Ray Donnelly
2014-10-08src, test: fixup after v8 updateFedor Indutny
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-10-08Merge remote-tracking branch 'joyent/v0.12'Fedor Indutny
2014-10-08src: update use of ExternalArrayType constantsTrevor Norris
2014-10-08smalloc: update use of ExternalArrayType constantsTrevor Norris
2014-10-06tls_wrap: ignore ZERO_RETURN after close_notifyFedor Indutny
2014-10-01buffer: mv floating point read/write checks to JSTrevor Norris
2014-10-01node: avoid automatic microtask runsVladimir Kurchatkin
2014-10-01build, i18n: improve Intl build, add "--with-intl"Steven R. Loomis
2014-09-29buffer: fix and cleanup fill()Trevor Norris
2014-09-29src: fix VC++ warning C4244Rasmus Christian Pedersen
2014-09-29timer_wrap: remove HandleScopes, check return sizeTrevor Norris
2014-09-26crypto: lower RSS usage for TLSCallbacksFedor Indutny
2014-09-24Now working on 0.11.15Timothy J Fontaine
2014-09-242014.09.24, Version 0.11.14 (Unstable)Timothy J Fontaine
2014-09-24tls_wrap: ensure that TLSCallbacks are gc-ableFedor Indutny
2014-09-23deps: update uv to v1.0.0-rc1Fedor Indutny