4631 Commits (f651e4035026feb4cf2fc70b0a4f0a6be9d92862)

Author SHA1 Message Date
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
Bartosz Sosnowski bd496e0187
src: ensure that fd 0-2 are valid on windows 8 years ago
Ben Noordhuis 03a6c6ea8c tls: fix segfault on destroy after partial read 8 years ago
Timothy Gu d099f8e317 src: remove explicit UTF-8 validity check in url 8 years ago
jBarz 4cdb0e89d8 tls: keep track of stream that is closed 8 years ago
Brian White 6a5ab5d550 fs: include more fs.stat*() optimizations 8 years ago
Eugene Ostroukhov b170fb7c55 inspector: proper WS URLs when bound to 0.0.0.0 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Benjamin Fleischer 1125c8a814
src: fix typos in node_lttng_provider.h 8 years ago
Timothy Gu e2f151f5b2 src: make process.env work with symbols in/delete 8 years ago
Steven R. Loomis 5efb15e30a
src: add missing #include <unicode/ustring.h> 8 years ago
Anna Henningsen 6d16048da6 src: drop the NODE_ISOLATE_SLOT macro 8 years ago
Jeroen Mandersloot 0c10ec9183 doc: fix occurences of "the the" 8 years ago
Andres Suarez 70beef97bd
v8: add cachedDataVersionTag 8 years ago
Daniel Bevenius 9352528779 src: remove outdated FIXME in node_crypto.cc 8 years ago
Benjamin Fleischer 4897ae2114
benchmark,build,doc,lib,src,test: correct typos 8 years ago
Eugene Ostroukhov f01fd2ae70 inspector: libuv notification on incoming message 8 years ago
Shigeki Ohtsu 02c98f480c tls: fix macro to check NPN feature 8 years ago
Brian White 4e05952a8a
os: improve cpus() performance 8 years ago
Daniel Bevenius e1d8899c28 src: add HAVE_OPENSSL directive to openssl_config 8 years ago
Timothy Gu b610a4db1c url: enforce valid UTF-8 in WHATWG parser 8 years ago
Timothy Gu a7f7724167 src: remove misleading flag in TwoByteValue 8 years ago
Timothy Gu c2a302c50b src: do not ignore IDNA conversion error 8 years ago