summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-03-30src: fix warnings in aliased_bufferKyle Farnung
2018-03-30src: general C++ cleanup in node_url.ccAnna Henningsen
2018-03-30src: clean up `req.bytes` trackingAnna Henningsen
2018-03-30net: track bytesWritten in C++ landAnna Henningsen
2018-03-30async_wrap: fix use-after-free for inspector sessionAnna Henningsen
2018-03-29src: sort ENVIRONMENT_STRONG_PERSISTENT_PROPERTIESDaniel Bevenius
2018-03-29src: rename fs_req_wrap -> FSReqWrapSyncDaniel Bevenius
2018-03-28inspector: do not allow host namesEugene Ostroukhov
2018-03-28inspector: check Host header for local connectionsEugene Ostroukhov
2018-03-27n-api: ensure in-module exceptions are propagatedGabriel Schulhof
2018-03-27tls: drop NPN (next protocol negotiation) supportBen Noordhuis
2018-03-27src: use `unordered_map` for perf marksAnna Henningsen
2018-03-27n-api: bump version of n-api supportedMichael Dawson
2018-03-26src: drop CNNIC+StartCom certificate whitelistingBen Noordhuis
2018-03-26crypto: update root certificatesBen Noordhuis
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-25src: remove unused 'ares.h' include from env.hAnna Henningsen
2018-03-25src: ensure that `SetImmediate()`s have `HandleScope`sAnna Henningsen
2018-03-25src: simplify http2 perf tracking codeAnna Henningsen
2018-03-25Revert "process: add more version properties to release"Tobias Nießen
2018-03-23crypto: add ECDH.convertKey to convert public keysWei-Wei Wu
2018-03-23src: fix upcoming V8 deprecation warningsSarat Addepalli
2018-03-22process: add more version properties to releaseGus Caplan
2018-03-22vm: migrate isContext to internal/errorsdustinnewman98
2018-03-22inspector: migrate errors from C++ to JSMichaël Zasso
2018-03-20n-api: add napi_fatal_exceptionMathias Buus
2018-03-20src: remove unused stdlib.h includeDaniel Bevenius
2018-03-19perf_hooks,trace_events: fix timescale on bootstrap marksJames M Snell
2018-03-19fs: improve errors in watchFile and unwatchFileJoyee Cheung
2018-03-19fs: fix memory leak in WriteStringJoyee Cheung