4603 Commits (55f9c85a0511adbb110e1521015244d8686c548b)

Author SHA1 Message Date
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
Tom Atkinson a6f94942b0 crypto: fix memory leak if certificate is revoked 8 years ago
James M Snell 51b007aaa7 test: add cctest for native URL class 8 years ago
Trevor Norris 595efd8b9a
Partial revert "tls: keep track of stream that is closed" 8 years ago
Trevor Norris ee463d335e
stream_base,tls_wrap: notify on destruct 8 years ago
Michaël Zasso ed12ea371c src: update inspector code to match upstream API 8 years ago
Michaël Zasso 89d8dc9afd src: update NODE_MODULE_VERSION to 54 8 years ago
Joyee Cheung ee19e2923a url: show input in parse error message 8 years ago
Sakthipriyan Vairamani (thefourtheye) caf9ae748b lib,src: make constants not inherit from Object 8 years ago
Ben Noordhuis 86d74a248b tls: fix SecurePair external memory reporting 8 years ago
Daniel Bevenius be98f26917 src: exclude node_root_certs when use-def-ca-store 8 years ago
Ben Noordhuis f35e80d9af src: use persistent strings from node::Environment 8 years ago
James M Snell e26b6c6baa src: add native URL class 8 years ago
Timothy Gu 4fb9b1226f src, buffer: do not segfault on out-of-range index 8 years ago
Timothy Gu d23123643d src: make PercentDecode return void 8 years ago