4258 Commits (3d9b379cd03b966a22a9bcbbbc49caa8e7acc248)

Author SHA1 Message Date
Ben Noordhuis 3d9b379cd0 inspector: fix request path nullptr dereference 9 years ago
Ben Noordhuis ceb6023260 src: clean up program/isolate/env init logic 9 years ago
Ben Noordhuis d77e818a54 src: simplify code, remove NodeInstanceData 9 years ago
Ben Noordhuis d52f5dc864 src: speed up module loading, don't resize buffer 9 years ago
Ben Noordhuis 35e8896153 src: speed up module loading, skip EOF read 9 years ago
Marc Udoff d3b1a2b4dd src: add NODE_PRESERVE_SYMLINKS environment variable 9 years ago
Eugene Ostroukhov da184f4f33 inspector: no URLs when the debugger is connected 9 years ago
Trevor Norris 7bffe23da0
buffer: fix range checks for slice() 9 years ago
Rod Vagg bb173f931a crypto: fix openssl.cnf FIPS handling & testing 9 years ago
Fedor Indutny db411cf116 node: --openssl-config cli argument 9 years ago
Eugene Ostroukhov 69fc85dcb3 inspector: generate UUID for debug targets 9 years ago
Bradley T. Hughes a9f4fc905a build: do not define ZLIB_CONST 9 years ago
Rod Vagg d317184f97 src: bump version to v8.0.0 for master 9 years ago
Ben Noordhuis 6ef6d42cce crypto: fix faulty logic in iv size check 9 years ago
Franziska Hinkelmann f7842ad169 src: refactor contextify 9 years ago
Adam Langley 499d058789 crypto: use SSL_get_SSL_CTX. 9 years ago
James M Snell 774d737cdb url: fix building when using --without-intl 9 years ago
James M Snell 4b312387ea url: adding WHATWG URL support 9 years ago
Miguel Angel Asencio Hurtado 88323e8744 src: fix typo rval to value 9 years ago
James M Snell a6e1be4a4e src: update module version mismatch error message 9 years ago
Daniel Bevenius 1bfa02639c src: remove out-of-date TODO comment 9 years ago
Juan Andres Andrango 13a204e5c3 src: fix typo in #endif comment 9 years ago
Zach Bjornson 7420835390 src: fix build for older clang 9 years ago
Brian White 2893bd2fdf src: remove unused function declaration 9 years ago
Brian White 13481d07f5 inspector: fix minor issues 9 years ago
Franziska Hinkelmann c32cfcbe39 src: refactor reading of options in contextify 9 years ago
Daniel Bevenius 6e62b71688 src: add missing length argument to send comment 9 years ago
Myles Borins b5bdff876b src: update NODE_MODULE_VERSION to 51 9 years ago
Anna Henningsen 72c60e892c
src: notify V8 for low memory when alloc fails 9 years ago
Anna Henningsen ea94086ad2
src: provide allocation + nullptr check shortcuts 9 years ago
Anna Henningsen 48ed65440c
src: pass desired return type to allocators 9 years ago
Anna Henningsen eb927fac38
src: add Malloc() size param + overflow detection 9 years ago
Ben Noordhuis c991d6465c src: rename CHECK_NOT_OOB() macro 9 years ago
Yosuke Furukawa ce7d3077dc util: Add format for SharedArrayBuffer 9 years ago
Daniel Bevenius 4f832ebaf6 src: fix minor typo in comments 9 years ago
Daniel Bevenius 6be43a9bad src: rename handle__ to handle_ in HandleWrap 9 years ago
Ben Noordhuis 5cb5b1f8c4 src: don't abort when c-ares initialization fails 9 years ago
Eugene Ostroukhov 5acbeb0272 inspector: address race conditions 9 years ago
Ben Noordhuis 782620f03f src: add /json/protocol endpoint to inspector 9 years ago
Ben Noordhuis c8d6107217 src: remove VS 2013 compatibility hacks 9 years ago
Daniel Bevenius 0c6455278d src: make ReqWrap req_ member private 9 years ago
Daniel Bevenius 84eaa4aff3 src: remove unused StringValue macro parameters 9 years ago
Franziska Hinkelmann fba531907e vm: add error message if we abort 9 years ago
yorkie 9a6e253d32 src: remove unneeded ABORT after CHECK 9 years ago
Michaël Zasso 75242a2614 src: no longer need to use std::tr1:: 9 years ago
Rich Trott d2eb7ce010 src: Malloc/Calloc size 0 returns non-null pointer 9 years ago
cjihrig d7994db70c src: handle thrown errors in CopyProperties() 9 years ago
Tarjei Husøy c775514e56
zlib: fix raw inflate with custom dictionary 9 years ago
Eugene Ostroukhov efe4d19240 inspector: report default context 9 years ago
Eugene Ostroukhov bc1ebd67d8 inspector: zero out structure members 9 years ago