4509 Commits (712596fc45794dacf428a525081338546b0b8291)

Author SHA1 Message Date
Eugene Ostroukhov 3f48ab3042 inspector: do not add 'inspector' property 8 years ago
Josh Gavant 6ade7f3601 src: update --inspect hint text 8 years ago
Daniel Bevenius d0c968ea57 src: make root_cert_vector function scoped 8 years ago
Daniel Bevenius ebcd8c6bb8 src: rename CryptoPemCallback -> PasswordCallback 8 years ago
Anna Henningsen d56a7e640f
src: do proper StringBytes error handling 8 years ago
Anna Henningsen 6c2daf0ce9
crypto: throw proper errors if out enc is UTF-16 8 years ago
Anna Henningsen 9990be2919
src: turn buffer type-CHECK into exception 8 years ago
Michael Dawson 21653b6901
src: add --napi-modules to whitelist 8 years ago
Ruslan Bekenev 896be833c8
node: add missing option to --help output 8 years ago
Gabriel Schulhof cd32b77567
n-api: remove unnecessary try-catch bracket from certain APIs 8 years ago
Anna Henningsen 9d723e85fb buffer: remove pointless C++ utility methods 8 years ago
Daijiro Wachi 0f58d3cbef src: support domains with empty labels 8 years ago
Michaël Zasso 719247ff95
src: remove debugger dead code 8 years ago
Jason Ginchereau 972bfe1514 n-api: Sync with back-compat changes 8 years ago
Jason Ginchereau 427125491f n-api: Reference and external tests 8 years ago
Daniel Bevenius 892ce06dbd src: fix incorrect macro comment 8 years ago
Anna Henningsen 84dabe8373
domain: support promises 8 years ago
Anna Henningsen e5a25cbc85
src: expose `node::AddPromiseHook` 8 years ago
Daniel Bevenius 5bb06e8596
src: remove GTEST_DONT_DEFINE_ASSERT_EQ in util.h 8 years ago
Jason Ginchereau b7a341d7e5
n-api: Enable scope and ref APIs during exception 8 years ago
cjihrig a334c5b3d3 src: remove invalid comment 8 years ago
Gabriel Schulhof ba7bac5c37
n-api: tighten null-checking and clean up last error 8 years ago
Sam Roberts f2282bb812 src: allow CLI args in env with NODE_OPTIONS 8 years ago
cjihrig e522bcd774 src: expose V8's IsNativeError() in util bindings 8 years ago
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