4291 Commits (5f3f54d4bb0919f2913f8930427927bef3f50b2e)

Author SHA1 Message Date
James M Snell a8ece149e2 url: adding WHATWG URL support 9 years ago
Miguel Angel Asencio Hurtado e175188a94 src: fix typo rval to value 8 years ago
James M Snell 1fda657cac src: update module version mismatch error message 9 years ago
Daniel Bevenius 556e4c119d src: remove out-of-date TODO comment 8 years ago
Juan Andres Andrango ee856d5cb2 src: fix typo in #endif comment 9 years ago
Zach Bjornson a72c348094 src: fix build for older clang 9 years ago
Brian White 943ff1151c src: remove unused function declaration 9 years ago
Brian White 450b4aeebb inspector: fix minor issues 9 years ago
Franziska Hinkelmann ebf1ffb1c9 src: refactor reading of options in contextify 9 years ago
Daniel Bevenius a1fb1beb25 src: add missing length argument to send comment 9 years ago
Myles Borins 96933df2ff src: update NODE_MODULE_VERSION to 51 9 years ago
Michaël Zasso b032f1cfc3 src: no longer need to use std::tr1:: 9 years ago
Anna Henningsen ebad04326d src: notify V8 for low memory when alloc fails 9 years ago
Anna Henningsen aed9792ff4 src: provide allocation + nullptr check shortcuts 9 years ago
Anna Henningsen d2470d4dff src: pass desired return type to allocators 9 years ago
Anna Henningsen de946013c2 src: add Malloc() size param + overflow detection 9 years ago
Ben Noordhuis bebb202123 src: rename CHECK_NOT_OOB() macro 9 years ago
Yosuke Furukawa e97fe46598 util: Add format for SharedArrayBuffer 9 years ago
Daniel Bevenius 7b3a4c7343 src: fix minor typo in comments 9 years ago
Daniel Bevenius 3cbd6379bc src: rename handle__ to handle_ in HandleWrap 9 years ago
Ben Noordhuis eb972b013f src: don't abort when c-ares initialization fails 9 years ago
Eugene Ostroukhov 7f80ce4f6c inspector: address race conditions 9 years ago
Ben Noordhuis cc204769fd src: add /json/protocol endpoint to inspector 9 years ago
Ben Noordhuis 7aeb18406a src: remove VS 2013 compatibility hacks 9 years ago
Daniel Bevenius e8022980a6 src: make ReqWrap req_ member private 9 years ago
Daniel Bevenius 5bf94357a9 src: remove unused StringValue macro parameters 9 years ago
Franziska Hinkelmann 01b3d5a8a3 vm: add error message if we abort 9 years ago
yorkie 7dc7412219 src: remove unneeded ABORT after CHECK 9 years ago
Rich Trott 5adfb3190b 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
Paul Kiddie fffb9a386a
src: use MaybeStackBuffer on DoSend/Writev 9 years ago
Eugene Ostroukhov 626a07df5b inspector: restore 9229 as a default port 9 years ago
Eugene Ostroukhov b4a249f66b inspector: introduce a smoke test 9 years ago
Anna Henningsen c5545f2c63
fs: fix handling of `uv_stat_t` fields 9 years ago
Ojas Shirekar 2a2ec9dbc3
buffer: add isSharedArrayBuffer checks 9 years ago
Eugene Ostroukhov 6f9157fbab inspector: fix tests on Windows 9 years ago
cjihrig 9f1f7e2a34 inspector: listen on process.debugPort 9 years ago
Daniel Bevenius 83a354c33b src: pull AfterConnect from pipe_wrap and tcp_wrap 9 years ago
Ben Noordhuis 0e6c336031 src: remove unneeded Environment error methods 9 years ago
Santiago Gimeno cc00be6ace src: fix -Wunused-result warning 9 years ago
not-an-aardvark 079acccb56 crypto: add crypto.timingSafeEqual() 9 years ago
Daniel Bevenius 8afde12dd3 src: update f function call comment 9 years ago
Rich Trott ed640ae4cb crypto: make malloc failure check cross-platform 9 years ago
Michael Dawson a00ccb0fb9 src: normalize malloc, realloc 9 years ago
Ben Noordhuis a290ddfdc9 src: unbreak build when compiling against uclibc 9 years ago
Daniel Bevenius a01e8bcf18 src: moving f function call comment 9 years ago
Eugene Ostroukhov 609a265aeb inspector: use script name for target title 9 years ago