summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-30crypto: use new OpenSSL constants in CipherBaseTobias Nießen
2018-04-29src: avoid `std::make_unique`Anna Henningsen
2018-04-28http2: fix responses to long payload reqsAnatoli Papirovski
2018-04-28tls: fix getEphemeralKeyInfo to support X25519Shigeki Ohtsu
2018-04-28src: remove unnecessary copy operations in tracingAnna Henningsen
2018-04-27src: improve fatal exceptionRuben Bridgewater
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-04-26crypto: support authTagLength in GCM encryptionTobias Nießen
2018-04-26src: remove SecureContext `_external` getterAnna Henningsen
2018-04-26src: create per-isolate strings after platform setupUlan Degenbaev
2018-04-26process: migrate methods to throw errors with codeMichaël Zasso
2018-04-26inspector: Use default uv_listen backlog sizeEugene Ostroukhov
2018-04-25crypto: add using directives for v8::Int32, Uint32Tobias Nießen
2018-04-25crypto: use kNoAuthTagLength in InitAuthenticatedTobias Nießen
2018-04-25src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung
2018-04-25src: fix Systemtap node_gc_stop probeWilliam Cohen
2018-04-25src: limit foreground tasks draining loopUlan Degenbaev
2018-04-242018-04-24, Version 10.0.0 (Current)James M Snell
2018-04-24src: fix node_crypto.cc compiler warningsDaniel Bevenius
2018-04-24src: rename return var in VerifySpkac functionsDaniel Bevenius
2018-04-24src: prefer false instead of bool zeroDaniel Bevenius
2018-04-23Revert "src: make process.env.TZ setter clear tz cache"Ruben Bridgewater
2018-04-23n-api: initialize a module via a special symbolGabriel Schulhof
2018-04-23src: make process.env.TZ setter clear tz cacheBen Noordhuis
2018-04-23src: cover extra load-via-special-symbol scenarioGabriel Schulhof
2018-04-23fs: return stats to JS in sync methodsJoyee Cheung
2018-04-23crypto: allow to restrict valid GCM tag lengthTobias Nießen
2018-04-23crypto: fix explanation in CipherBase::SetAuthTagTobias Nießen
2018-04-22src: CancelTerminateExecution before throwing errorsJoyee Cheung
2018-04-22src: remove `MarkIndependent()` callsAnna Henningsen
2018-04-20Revert "process: add version constants and compare"Rod Vagg
2018-04-20src: move v8::HandleScope call to EmitUjjwal Sharma
2018-04-19src: throw ERR_MISSING_ARGS in node_crypto.ccJoyee Cheung
2018-04-19src: throw ERR_INVALID_ARG_VALUE in node_crypto.ccJoyee Cheung
2018-04-19src: throw ERR_MISSING_MODULE in module_wrap.ccJoyee Cheung
2018-04-19src: throw ERR_BUFFER_OUT_OF_BOUNDS in node_buffer.ccJoyee Cheung
2018-04-19src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung
2018-04-19src: migrate ERR_INDEX_OUT_OF_RANGE in C++Joyee Cheung
2018-04-19src: add THROW_ERR_* helpersJoyee Cheung
2018-04-18repl: hide top-level await feature behind a flagTimothy Gu
2018-04-18src: remove req_wrap-inl.h from stream_base.hDaniel Bevenius
2018-04-18src: use v8:: namepace consistently in node_fileDaniel Bevenius
2018-04-17deps: patch the V8 API to be forward compatible with 6.7Peter Marshall
2018-04-17trace_events: adds a new trace_events apiJames M Snell
2018-04-16http2: refactor how trailers are doneJames M Snell
2018-04-15util: introduce types.isModuleNamespaceObjectGus Caplan
2018-04-14src: add sync trace to fsChin Huang
2018-04-14src: add HandleScope to fix errorUjjwal Sharma
2018-04-14crypto: throw on invalid authentication tag lengthTobias Nießen
2018-04-13process: add version constants and compareGus Caplan