summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: update node.rc file descriptiondevsnek-patch-1devsnek2020-11-201-1/+1
* src: refactor using-declarations node_env_var.ccraisinten2020-11-191-7/+10
* n-api: improve consistency of how we get contextMichael Dawson2020-11-171-3/+2
* crypto: fix format warning in AdditionalConfigraisinten2020-11-161-5/+6
* n-api: factor out calling patternGabriel Schulhof2020-11-153-38/+21
* src: fix v8 api deprecationJiawen Geng2020-11-151-1/+1
* src: update NODE_MODULE_VERSION to 90Michaël Zasso2020-11-151-1/+1
* src: remove duplicate logic for getting bufferYash Ladha2020-11-131-12/+13
* src: add loop idle time in diagnostic reportGireesh Punathil2020-11-131-0/+4
* src,crypto: refactoring of crypto_context, SecureContextJames M Snell2020-11-111-178/+128
* http2: allow setting the local window size of a sessionzhangyongsheng2020-11-112-0/+24
* doc: add note regarding file structure in src/README.mdDenys Otrishko2020-11-091-0/+24
* dns: fix trace_events name for resolveCaa()Rich Trott2020-11-091-1/+1
* crypto: fix comment in ByteSourceTobias Nießen2020-11-051-1/+1
* doc: option --prof documentation help addedkrank2me2020-11-051-0/+3
* n-api: unlink reference during its destructorGabriel Schulhof2020-11-041-1/+2
* src: remove ERR prefix in crypto status enumsDaniel Bevenius2020-11-055-47/+47
* crypto: pass empty passphrases to OpenSSL properlyTobias Nießen2020-11-046-24/+64
* src: remove redundant OpenSSLBufferJames M Snell2020-11-033-13/+11
* doc: update tables in README files for linting changesRich Trott2020-11-031-10/+10
* src: clean up embedder APIAnna Henningsen2020-11-028-153/+10
* n-api: napi_make_callback emit async init with resource of async_contextlegendecas2020-10-311-44/+143
* crypto: fixup scrypt regressionsJames M Snell2020-10-303-3/+9
* src: remove ERR prefix in WebCryptoKeyExportStatusDaniel Bevenius2020-10-286-25/+25
* n-api: revert change to finalizationMichael Dawson2020-10-271-4/+2
* worker: add eventLoopUtilization()Trevor Norris2020-10-272-0/+39
* src: remove ignore GCC -Wcast-function-type for v8Daniel Bevenius2020-10-263-21/+0
* src: use MaybeLocal.ToLocal instead of IsEmptyDaniel Bevenius2020-10-261-3/+4
* Revert "src: ignore GCC -Wcast-function-type for v8.h"Daniel Bevenius2020-10-261-7/+0
* http2: reinject data received before http2 is attachedMomtchil Momtchev2020-10-252-0/+29
* dns: add setLocalAddress to ResolverJosh Dague2020-10-251-0/+66
* http2: remove unsupported %.* specifierMomtchil Momtchev2020-10-241-1/+1
* doc,src,test: revise C++ code for linter updateRich Trott2020-10-231-1/+1
* v8: implement v8.stopCoverage()Joyee Cheung2020-10-222-0/+21
* v8: implement v8.takeCoverage()Joyee Cheung2020-10-222-80/+128
* src: add --heapsnapshot-near-heap-limit optionJoyee Cheung2020-10-2212-21/+204
* src: mark/pop OpenSSL errors in NewRootCertStoreDaniel Bevenius2020-10-212-3/+9
* 2020-10-20, Version 15.0.0 (Current)Beth Griggs2020-10-201-1/+1
* src: minor cleanup and simplification of crypto::HashJames M Snell2020-10-192-34/+25
* url: fix file url reparseDaijiro Wachi2020-10-191-8/+4
* process: update v8 fast api calls usageMaya Lekova2020-10-181-15/+18
* src: implement NodePlatform::PostJobClemens Backes2020-10-182-0/+9
* src: update NODE_MODULE_VERSION to 88Michaël Zasso2020-10-181-1/+1
* src: error reporting on CPUUsageYash Ladha2020-10-171-5/+3
* net: add support for resolving DNS CAA recordsDanny Sonnenschein2020-10-162-0/+81
* src: combine TLSWrap/SSLWrapJames M Snell2020-10-159-2397/+2254
* src: add embedding helpers to reduce boilerplate codeAnna Henningsen2020-10-144-67/+242
* src: remove toLocalChecked in crypto_contextJames M Snell2020-10-131-36/+58
* src: replace more toLocalCheckeds in crypto_*James M Snell2020-10-1311-46/+58
* crypto: add getCipherInfo methodJames M Snell2020-10-131-0/+141