summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: add public API to expose the main V8 PlatformAllen Yonghuang Wang2018-05-062-0/+10
* http2: rename http2_state class to Http2StateDaniel Bevenius2018-05-064-8/+8
* src: removed unnecessary prototypes from Environment::SetProtoMethodBrandon Ruggles2018-05-052-4/+9
* src: fix inconsistency in extern declarationYang Guo2018-05-051-1/+1
* src: more automatic memory management in node_crypto.ccAnna Henningsen2018-05-054-898/+725
* crypto: allocate more memory for cipher.update()Yihong Wang2018-05-041-2/+16
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-0439-243/+142
* src: access `ContextifyContext*` more directly in property cbsAnna Henningsen2018-05-042-23/+23
* src: remove `kFlagNoShutdown` flagAnna Henningsen2018-05-043-5/+3
* http2: remove unnecessary v8 qualified namesDaniel Bevenius2018-05-021-10/+10
* http2: remove unused using declarations node_http2Daniel Bevenius2018-05-021-1/+0
* crypto: use new OpenSSL constants in CipherBaseTobias Nießen2018-04-301-8/+3
* src: avoid `std::make_unique`Anna Henningsen2018-04-293-7/+9
* http2: fix responses to long payload reqsAnatoli Papirovski2018-04-282-18/+61
* tls: fix getEphemeralKeyInfo to support X25519Shigeki Ohtsu2018-04-282-5/+18
* src: remove unnecessary copy operations in tracingAnna Henningsen2018-04-281-2/+2
* src: improve fatal exceptionRuben Bridgewater2018-04-271-17/+8
* inspector: allow concurrent inspector sessionsEugene Ostroukhov2018-04-267-189/+153
* crypto: support authTagLength in GCM encryptionTobias Nießen2018-04-261-3/+4
* src: remove SecureContext `_external` getterAnna Henningsen2018-04-262-22/+0
* src: create per-isolate strings after platform setupUlan Degenbaev2018-04-261-32/+34
* process: migrate methods to throw errors with codeMichaël Zasso2018-04-261-70/+56
* inspector: Use default uv_listen backlog sizeEugene Ostroukhov2018-04-261-1/+2
* crypto: add using directives for v8::Int32, Uint32Tobias Nießen2018-04-251-5/+7
* crypto: use kNoAuthTagLength in InitAuthenticatedTobias Nießen2018-04-252-12/+25
* src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung2018-04-253-5/+21
* src: fix Systemtap node_gc_stop probeWilliam Cohen2018-04-251-1/+1
* src: limit foreground tasks draining loopUlan Degenbaev2018-04-253-7/+27
* 2018-04-24, Version 10.0.0 (Current)James M Snell2018-04-241-1/+1
* src: fix node_crypto.cc compiler warningsDaniel Bevenius2018-04-241-3/+3
* src: rename return var in VerifySpkac functionsDaniel Bevenius2018-04-241-7/+7
* src: prefer false instead of bool zeroDaniel Bevenius2018-04-241-1/+1
* Revert "src: make process.env.TZ setter clear tz cache"Ruben Bridgewater2018-04-231-10/+0
* n-api: initialize a module via a special symbolGabriel Schulhof2018-04-234-6/+44
* src: make process.env.TZ setter clear tz cacheBen Noordhuis2018-04-231-0/+10
* src: cover extra load-via-special-symbol scenarioGabriel Schulhof2018-04-231-0/+7
* fs: return stats to JS in sync methodsJoyee Cheung2018-04-233-18/+28
* crypto: allow to restrict valid GCM tag lengthTobias Nießen2018-04-232-6/+30
* crypto: fix explanation in CipherBase::SetAuthTagTobias Nießen2018-04-231-1/+1
* src: CancelTerminateExecution before throwing errorsJoyee Cheung2018-04-222-2/+4
* src: remove `MarkIndependent()` callsAnna Henningsen2018-04-225-6/+0
* Revert "process: add version constants and compare"Rod Vagg2018-04-201-11/+0
* src: move v8::HandleScope call to EmitUjjwal Sharma2018-04-202-2/+1
* src: throw ERR_MISSING_ARGS in node_crypto.ccJoyee Cheung2018-04-192-15/+18
* src: throw ERR_INVALID_ARG_VALUE in node_crypto.ccJoyee Cheung2018-04-192-3/+7
* src: throw ERR_MISSING_MODULE in module_wrap.ccJoyee Cheung2018-04-192-2/+2
* src: throw ERR_BUFFER_OUT_OF_BOUNDS in node_buffer.ccJoyee Cheung2018-04-192-2/+5
* src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung2018-04-199-66/+73
* src: migrate ERR_INDEX_OUT_OF_RANGE in C++Joyee Cheung2018-04-192-5/+8
* src: add THROW_ERR_* helpersJoyee Cheung2018-04-191-0/+6