811 Commits (be17aa4385c609fe8401c5209c59aee39291d169)

Author SHA1 Message Date
Ben Noordhuis 5ab87dba73 src: mark empty destructors as default 10 years ago
Ben Noordhuis c038dcc360 src: update DISALLOW_COPY_AND_ASSIGN() to c++11 10 years ago
Ben Noordhuis 9f5800ab81 src: mark virtual functions with override keyword 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis d3c317e08a src: attach env directly to api functions 10 years ago
Ben Noordhuis b45d33617b src: remove unused Environment::GetCurrent() calls 10 years ago
Ben Noordhuis 1325335022 src: remove unused MIN macro 10 years ago
Ben Noordhuis 8f6c5870cc src: ignore risky env vars when setuid root 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 10 years ago
Fedor Indutny 50839a042e v8_platform: provide default v8::Platform impl 10 years ago
Fedor Indutny 685ac099e9 src, test: fixup after v8 update 10 years ago
Fedor Indutny 7a0cfe9b11 deps: re-implement debugger-agent 10 years ago
Fedor Indutny 383b0c0afb src, test: fixup after v8 update 10 years ago
Fedor Indutny 6a610a0f67 deps: re-implement debugger-agent 10 years ago
Trevor Norris bdc2ea4d52 src: update use of ExternalArrayType constants 10 years ago
Vladimir Kurchatkin 8dc6be1747 node: avoid automatic microtask runs 10 years ago
Steven R. Loomis ac2857b12c build, i18n: improve Intl build, add "--with-intl" 10 years ago
Rasmus Christian Pedersen 734fb49a2a src: fix VC++ warning C4244 10 years ago
Vladimir Kurchatkin 30bd7b672c node: support v8 microtask queue 10 years ago
Ben Noordhuis 06526a2a93 src: remove Environment::GetCurrentChecked() 10 years ago
Trevor Norris 81a9739108 node,async-wrap: verify domain enter/exit are set 11 years ago
Ben Noordhuis 437c2f4383 node: add missing Isolate::Scope at startup 11 years ago
Alexis Campailla 93f3b640d0 windows: fix memory leak in WinapiErrnoException 11 years ago
Jackson Tian 962e651476 process: improve process binding 11 years ago
Dean McNamee da30c0084a src: pass the v8::Context to CreateEnvironment 11 years ago
Yazhong Liu 6b09f9cd41 node: fix #7841 by overlooking the spare sourceline 11 years ago
Timothy J Fontaine 535c7777ac src: replace usage of String::Utf8Value 11 years ago
Felix Geisendörfer 0da4c67165 string_bytes: Guarantee valid utf-8 output 11 years ago
Ben Noordhuis 820aaf5b3d src: replace CONTAINER_OF with type-safe function 11 years ago
Ben Noordhuis 6f952845a6 src: kill isolate on exit 11 years ago
Trevor Norris 53b2e02a46 node: remove duplicate tickInfo assignment 11 years ago
Trevor Norris f10fd1ddba src: add --throw-deprecation entry to --help 11 years ago
Fedor Indutny 8398bf9128 debugger: assign Environment to DebugContext too 11 years ago
Fedor Indutny b3ef289ffb tls: support OCSP on client and server 11 years ago
Geir Hauge c61b0e9cbc
main: Handle SIGINT properly. 11 years ago
Timothy J Fontaine 632c135622 src: use monotonic time for process.uptime() 11 years ago
Saúl Ibarra Corretgé a0a180a0ad src: fix use of uv_cwd, len includes the NULL byte 11 years ago
Saúl Ibarra Corretgé 42b9343710 src: update uv callbacks after API changes 11 years ago
Ben Noordhuis c7214fe355 src: fix up after v8 upgrade 11 years ago
Ben Noordhuis 490d5ab780 configure: make --v8-options switch more robust 11 years ago
Fedor Indutny b55c9d68aa configure: --v8-options option 11 years ago
Ben Noordhuis 70f198ddb1 src: seed V8's random number generator at startup 11 years ago
Fedor Indutny 7b9771f569 headers: remove env.h from node_internals.h 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Timothy J Fontaine 7d6b8db40f src: accommodate uv_cwd including null on win32 11 years ago
Saúl Ibarra Corretgé d2f2a32b89 src: adapt to API change in uv_cwd 11 years ago
Timothy J Fontaine 06453a94a7 src: domain should not replace nextTick function 11 years ago
Fedor Indutny 5596f936d8 node: invoke `beforeExit` again if loop was active 11 years ago
Ben Noordhuis a2eeb43ded src: emit 'beforeExit' event on process object 11 years ago