4666 Commits (d3e07e3667670a80cc9597e62ae7280f4d5a47ce)

Author SHA1 Message Date
Ben Noordhuis 1b7372f2fb src: replace ASSERT with CHECK 8 years ago
Shivanth MP 77ca3cb474 n-api: add support for DataView 8 years ago
Gabriel Schulhof 9926dfebc8
n-api: re-use napi_env between modules 8 years ago
Eugene Ostroukhov 012206e92d inspector: implement V8Inspector timer 8 years ago
Eugene Ostroukhov bd65767afd inspector: send messages after the Node is done 8 years ago
Anna Henningsen 29353e5a99
http: reset stream to unconsumed in `unconsume()` 8 years ago
Kyle Farnung e59987c39e
n-api: directly create Local from Persistent 8 years ago
James M Snell ed21cb1774 util: implement WHATWG Encoding Standard API 8 years ago
Anna Henningsen 57a4cebbd5
n-api: add fast paths for integer getters 8 years ago
Ben Noordhuis aa1c8c0043 src: fix memory leak in DH key setters 8 years ago
Ben Noordhuis 58926d4075 src: reduce allocations in exportPublicKey() 8 years ago
Ben Noordhuis ed2a7fbcfe src: guard against double free in randomBytes() 8 years ago
Ben Noordhuis 12433ec86a src: simplify PBKDF2Request 8 years ago
Ben Noordhuis 64c5691409 src: remove PBKDF2Request::release() 8 years ago
Ben Noordhuis deef3b45c2 src: avoid heap allocation in crypto.pbkdf2() 8 years ago
Ben Noordhuis adfb7168fd src: make array arg length compile-time checkable 8 years ago
Ben Noordhuis ae36d5be66 src: refactor PBKDF2Request 8 years ago
Ben Noordhuis d70f2470d3 src: remove extra heap allocations in DH functions 8 years ago
Ben Noordhuis a3b9f4b452 src: avoid heap allocation in hmac.digest() 8 years ago
Ben Noordhuis 4803d0ae09 src: remove extra heap allocation in GetSession() 8 years ago
Ben Noordhuis e8212cb025 src: make CipherBase::kind_ const 8 years ago
Ben Noordhuis 6faa1f1813 src: remove unused Local 8 years ago
Ben Noordhuis 61c49c37b7 src: remove superfluous cipher_ data member 8 years ago
Ben Noordhuis 92f3e4d487 src: don't heap allocate GCM cipher auth tag 8 years ago
Ben Noordhuis ff2c57d965 src: avoid heap allocation in sign.final() 8 years ago
Ben Noordhuis ee99bfdc65 src: remove unneeded const_cast 8 years ago
Ben Noordhuis 6ac092848a src: remove extra heap allocations in CipherBase 8 years ago
Bradley Farias d49e6693fe
url: do not use HandleScope in ToObject 8 years ago
Kyle Farnung 73078d6072 n-api: add napi_fatal_error API 8 years ago
Michael Dawson ac41db4af0 n-api: add code parameter to error helpers 8 years ago
Gabriel Schulhof d5b397c9b6 n-api: Implement stricter wrapping 8 years ago
Sam Roberts 97a6aa9b20 src: whitelist v8 options with '_' or '-' 8 years ago
Sam Roberts 388e552579 src: document --abort-on-uncaught-exception 8 years ago
cjihrig 9c6804c1df n-api: add napi_has_own_property() 8 years ago
Gabriel Schulhof 29df1a87fa N-API: Reuse ObjectTemplate instances 8 years ago
Andreas Madsen c6ce500edf
async_hooks: C++ Embedder API overhaul 8 years ago
Sam Roberts c45df83b54 src: --abort-on-uncaught-exception in NODE_OPTIONS 8 years ago
Ben Noordhuis e36917bdc1 n-api: fix -Wmaybe-uninitialized compiler warning 8 years ago
Ben Noordhuis c9b6d95161 n-api: use Maybe version of Object::SetPrototype() 8 years ago
Timothy Gu b01ac75edc
url: normalize port on scheme change 8 years ago
Anna Henningsen 4dff05f4a7 src: fix process.abort() interaction with V8 8 years ago
cjihrig 732ae419b4 n-api: add napi_delete_property() 8 years ago
cjihrig f803e77b1e n-api: add napi_delete_element() 8 years ago
Anna Henningsen a84c3be075
src: unset `NODE_VERSION_IS_RELEASE` 8 years ago
Daniel Bevenius 08109a3ca1 src: move crypto_bio/clienthello to crypto ns 8 years ago
Timothy Gu 9330835754
src: add missing new line to printed message 8 years ago
Rod Vagg 53b8c51e7c 2017-06-29, Version 8.1.3 (Current) 8 years ago
Timothy Gu f4b5b70444 src: revise character width calculation 8 years ago
Refael Ackermann 0526f84ad3 src,fs: calculate times as unsigned long 8 years ago
Michael Dawson 3e18c49657 n-api: avoid crash in napi_escape_scope() 8 years ago