Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-18src: fix memory leak in DH key settersBen Noordhuis
2017-07-18src: reduce allocations in exportPublicKey()Ben Noordhuis
2017-07-18src: guard against double free in randomBytes()Ben Noordhuis
2017-07-18src: simplify PBKDF2RequestBen Noordhuis
2017-07-18src: remove PBKDF2Request::release()Ben Noordhuis
2017-07-18src: avoid heap allocation in crypto.pbkdf2()Ben Noordhuis
2017-07-18src: make array arg length compile-time checkableBen Noordhuis
2017-07-18src: refactor PBKDF2RequestBen Noordhuis
2017-07-18src: remove extra heap allocations in DH functionsBen Noordhuis
2017-07-18src: avoid heap allocation in hmac.digest()Ben Noordhuis
2017-07-18src: remove extra heap allocation in GetSession()Ben Noordhuis
2017-07-18src: make CipherBase::kind_ constBen Noordhuis
2017-07-18src: remove unused LocalBen Noordhuis
2017-07-18src: remove superfluous cipher_ data memberBen Noordhuis
2017-07-18src: don't heap allocate GCM cipher auth tagBen Noordhuis
2017-07-18src: avoid heap allocation in sign.final()Ben Noordhuis
2017-07-18src: remove unneeded const_castBen Noordhuis
2017-07-18src: remove extra heap allocations in CipherBaseBen Noordhuis
2017-07-17url: do not use HandleScope in ToObjectBradley Farias
2017-07-14n-api: add napi_fatal_error APIKyle Farnung
2017-07-13n-api: add code parameter to error helpersMichael Dawson
2017-07-12n-api: Implement stricter wrappingGabriel Schulhof
2017-07-10src: whitelist v8 options with '_' or '-'Sam Roberts
2017-07-07src: document --abort-on-uncaught-exceptionSam Roberts
2017-07-06n-api: add napi_has_own_property()cjihrig
2017-07-06N-API: Reuse ObjectTemplate instancesGabriel Schulhof
2017-07-06async_hooks: C++ Embedder API overhaulAndreas Madsen
2017-07-05src: --abort-on-uncaught-exception in NODE_OPTIONSSam Roberts
2017-07-05n-api: fix -Wmaybe-uninitialized compiler warningBen Noordhuis
2017-07-05n-api: use Maybe version of Object::SetPrototype()Ben Noordhuis
2017-07-05url: normalize port on scheme changeTimothy Gu
2017-07-03src: fix process.abort() interaction with V8Anna Henningsen
2017-07-01n-api: add napi_delete_property()cjihrig
2017-07-01n-api: add napi_delete_element()cjihrig
2017-06-30src: unset `NODE_VERSION_IS_RELEASE`Anna Henningsen
2017-06-30src: move crypto_bio/clienthello to crypto nsDaniel Bevenius
2017-06-29src: add missing new line to printed messageTimothy Gu
2017-06-292017-06-29, Version 8.1.3 (Current)Rod Vagg
2017-06-29src: revise character width calculationTimothy Gu
2017-06-28src,fs: calculate times as unsigned longRefael Ackermann
2017-06-21n-api: avoid crash in napi_escape_scope()Michael Dawson
2017-06-21src: don't set --icu_case_mapping flag on startupBen Noordhuis
2017-06-21dns: make `dns.setServers` support customized portXadillaX
2017-06-17src,lib,test,doc: correct misspellingsRoman Reiss
2017-06-16async_hooks: proper id stacking for PromisesAnna Henningsen
2017-06-16inspector: perform DNS lookup for hostEugene Ostroukhov
2017-06-16src: fix decoding base64 with whitespaceNikolai Vavilov
2017-06-16src: remove void casts for clear_error_on_returnDaniel Bevenius
2017-06-16inspector,cluster: fix inspect port assignmentcornholio
2017-06-14async_hooks: rename currentId and triggerIdAndreas Madsen