summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-04-13doc, src: sort + fill up cli options and env varswillhayslett
2018-04-12http2: fix ping duration calculationJames M Snell
2018-04-12src: add node_internal.h includes for arraysizeDaniel Bevenius
2018-04-11src: update NODE_MODULE_VERSION to 63Myles Borins
2018-04-10src: add punctuation in --inspector doc url messageNick Filatov
2018-04-10src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONGJoyee Cheung
2018-04-10zlib: fix windowBits validation to allow 0 for decompression modeAnand Suresh
2018-04-10crypto: remove deperecated methods of TLS versionShigeki Ohtsu
2018-04-09src: remove unused util.h from tls_wrap.hDaniel Bevenius
2018-04-08n-api: add more `int64_t` testsKyle Farnung
2018-04-07module: move options checks from C++ to JSMichaël Zasso
2018-04-07src: migrate string_bytes.cc to throw errors with codeJoyee Cheung
2018-04-07src: add error code helpers to src/node_errors.hJoyee Cheung
2018-04-07buffer: reduce overhead of StringBytes::Encode for UCS2Joyee Cheung
2018-04-06crypto: add support for AES-CCMTobias Nießen
2018-04-05fs: expose copy-on-write flags for fs.copyFile()cjihrig
2018-04-04fs: refactor stats array to be more genericJoyee Cheung
2018-04-04buffer: use v8::TypedArray::kMaxLength as buffer::kMaxLengthJoyee Cheung
2018-04-03perf_hooks: simplify perf_hooksJames M Snell
2018-04-03vm: move options checks from C++ to JSMichaël Zasso
2018-04-03n-api: back up env before finalizeGabriel Schulhof
2018-04-03src: rename req_wrap with -async/-sync suffixDaniel Bevenius
2018-04-02inspector: report client-visible host and portEugene Ostroukhov