4617 Commits (2ea60e926e40eb3c6a181354def6fde17aba77d7)

Author SHA1 Message Date
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
Michael Dawson 491d59da84 napi: supress invalid coverity leak message 8 years ago
Michael Dawson 4a21e398d6 n-api: break dep between v8 and napi attributes 8 years ago
Alexey Orlenko e77a83f5a5 buffer: optimize decoding wrapped base64 data 8 years ago
Gibson Fahnestock 2d2970e3cb
doc, inspector: note that the host is optional 8 years ago
Teddy Katz a5f91ab230
src: throw when -c and -e are used simultaneously 8 years ago
Daijiro Wachi f8f46f9917 url: change path parsing for non-special URLs 8 years ago
Jason Ginchereau 56e881d0b0
n-api: add support for abi stable module API 8 years ago
Anna Henningsen 3cc3e099be
util: show External values explicitly in inspect 8 years ago
Tobias Nießen 0e710aada4
crypto: add sign/verify support for RSASSA-PSS 8 years ago
AnnaMag 241de510a8
vm: use SetterCallback to set func declarations 8 years ago
Nikolai Vavilov 7e0c3ab641 src: fix base64 decoding 8 years ago
Ben Noordhuis 7c0079f1be
src: add .FromJust(), fix -Wunused-result warnings 8 years ago
Daniel Bevenius 8a7db9d4b5 src: add --use-bundled-ca --use-openssl-ca check 8 years ago
Eugene Ostroukhov 7954d2a4c7 inspector: use inspector API for "break on start" 8 years ago
Timothy Gu 4ddd23f0ec src: WHATWG URL C++ parser cleanup 8 years ago
James M Snell 7139b93a8b url: add ToObject method to native URL class 8 years ago
Anna Henningsen 1fde98bb4f
v8: expose new V8 serialization API 8 years ago
Rich Trott 682573c11d buffer: remove error for malformatted hex string 8 years ago