828 Commits (b8891d6599612dc2e011a2d28846d2c9f6e286e5)

Author SHA1 Message Date
Bert Belder e1fe270fd7 src: prefix ARCH and PLATFORM with NODE_ 10 years ago
Trevor Norris cbf76c1f2f src: pass Isolate to node::Utf8Value constructor 10 years ago
Trevor Norris d553386623 src: pass Isolate to additional locations 10 years ago
Ben Noordhuis 56fde66c46 src: redo unaligned access workaround 10 years ago
Ben Noordhuis a60056df3c src: fix addon loader regression 10 years ago
Trevor Norris b9e6032d0e async-wrap: add event hooks 10 years ago
Trevor Norris a1da024cab node, async-wrap: remove MakeDomainCallback 10 years ago
Trevor Norris 0d60ab3efe src: remove Async Listener 10 years ago
Bert Belder 9483bfe6e3 node.cc: use nullptr instead of NULL 10 years ago
Trevor Norris a38b917821 node.cc: fix bad assert 10 years ago
Trevor Norris 709fc160e5 async-wrap: add event hooks 10 years ago
Trevor Norris 42df679c45 node, async-wrap: remove MakeDomainCallback 10 years ago
Trevor Norris b6559553a4 src: remove Async Listener 10 years ago
Thorsten Lorenz 0fe7a0d024 modules: adding load linked modules feature 10 years ago
Trevor Norris e67db0191d node: fix bad assert 10 years ago
Thorsten Lorenz c131c1f920 modules: adding load linked modules feature 10 years ago
Ben Noordhuis 8ba39b0189 src: turn two global vars into local vars 10 years ago
Saúl Ibarra Corretgé e46cbaa06d core: fix usage of uv_cwd 10 years ago
Nikolai Vavilov b105f6f741 src: fix comparison of WCHAR with nullptr 10 years ago
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