4635 Commits (daead5a76731c9201daa32a146c2e89f3d522670)

Author SHA1 Message Date
Timothy Gu b2870a4f8c url: update WHATWG URL API to latest spec 8 years ago
Eugene Ostroukhov 439b35aade inspector: remove AgentImpl 8 years ago
Myles Borins 9cc39ff79d
src: remove extraneous dot 8 years ago
Bartosz Sosnowski 43c1b625a6
src: add fcntl.h include to node.cc 8 years ago
Daniel Bevenius 8eb7790a88 src: replace IsConstructCalls with lambda 8 years ago
Daniel Bevenius bde26a62bf src: remove TODO about uv errno removal 8 years ago
Ben Noordhuis e0b076a949 lib,src,test: update --debug/debug-brk comments 8 years ago
Jason Ginchereau 468275ac79 n-api: remove napi_get_value_string_length() 8 years ago
Anna Henningsen 6a1275dfec src: add missing "http_parser.h" include 8 years ago
James M Snell a16b570f8c src: add --pending-deprecation and NODE_PENDING_DEPRECATION 8 years ago
Ben Noordhuis 5ef6000afd src: don't call uv_run() after 'exit' event 8 years ago
Tobias Nießen eaa0542eff crypto: remove unused C++ parameter in sign/verify 8 years ago
Ben Noordhuis 6331b63ce0 crypto: update root certificates 8 years ago
Evan Lucas d06eb530a1 crypto: add randomFill and randomFillSync 8 years ago
Timothy Gu ade80eeb1a src: clean up WHATWG WG parser 8 years ago
Anna Henningsen ea01cd7adb
zlib: remove unused declaration 8 years ago
Daniel Bevenius b2803637e8
src: replace IsConstructCall functions with lambda 8 years ago
Daniel Bevenius e1d14873fe Revert "src: exclude node_root_certs when use-def-ca-store" 8 years ago
Tobias Nießen 88aab45c92
os,vm: fix segfaults and CHECK failure 8 years ago
Anna Henningsen 9d522225e7
src: reduce number of exported symbols 8 years ago
Brian White 4a86803f60
buffer: optimize from() and byteLength() 8 years ago
Michael Dawson 46f202690b
n-api: fix coverity scan report 8 years ago
Sampson Gao ad5f987558
n-api: add string api for latin1 encoding 8 years ago
Daijiro Wachi 1b99d8ffe9 url: disallow invalid IPv4 in IPv6 parser 8 years ago
Josh Gavant a4125a3c49 src: remove experimental warning for inspect 8 years ago
Sam Roberts 8086cb68ae src: use option parser for expose_internals 8 years ago
Sam Roberts e505c079e0 src: supply missing comments for CLI options 8 years ago
Timothy Gu faa447b256 src: allow ArrayBufferView as instance of Buffer 8 years ago
Daniel Bevenius ec53921d2e src: make AtExit callback's per Environment 8 years ago
Daniel Bevenius de168b4b4a src: guard bundled_ca/openssl_ca with HAVE_OPENSSL 8 years ago
Daniel Bevenius f9bc83557d src: guard default_inspector_port 8 years ago
Ali Ijaz Sheikh a235ccd168 src,test: debug is now an alias for inspect 8 years ago
Eugene Ostroukhov 42be835e05 inspector: fix Coverity defects 8 years ago
Ben Noordhuis affe0f2d2a n-api: fix -Wmismatched-tags compiler warning 8 years ago
taylor.woll 9decfb1521
n-api: implement async helper methods 8 years ago
Taylor Woll ca786c3734
n-api: change napi_callback to return napi_value 8 years ago
Daijiro Wachi b470a85f07 url: trim leading slashes of file URL paths 8 years ago
Tobias Nießen 88351a22ed
crypto: handle exceptions in hmac/hash.digest 8 years ago
Sam Roberts cecdf7c118
src: use a std::vector for preload_modules 8 years ago
Daniel Bevenius fe016c6cd9 src: use std::list for at_exit_functions 8 years ago
Daniel Bevenius 65a6e05da5 src: only block SIGUSR1 when HAVE_INSPECTOR 8 years ago
Sam Roberts 809ca2ff8f
src: use std::string for trace enabled_categories 8 years ago
Timothy Gu a37273c1e4 util: use V8 C++ API for inspecting Promises 8 years ago
Gabriel Schulhof afd5966fa9 napi: initialize and check status properly 8 years ago
Gabriel Schulhof 8fbace163a n-api: cache Symbol.hasInstance 8 years ago
Jason Ginchereau 84602845c6 n-api: Update property attrs enum to match JS spec 8 years ago
Eugene Ostroukhov 7599b0ef9d debug: activate inspector with _debugProcess 8 years ago
Jan Krems 47f8f7462f src: remove support for --debug 8 years ago
Matt Loring ebeee853e6 src: Update trace event macros to V8 5.7 version 8 years ago
Gabriel Schulhof 0a5bf4aee3 n-api: create napi_env as a real structure 8 years ago