summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-08src: fix ToObject() usage in node_crypto.cccjihrig
2018-10-08http2: add RFC 8441 extended connect protocol supportJames M Snell
2018-10-08crypto: remove node::crypto::CheckResultTobias Nießen
2018-10-08crypto: replace goto SSL_CTX_use_certificate_chainDaniel Bevenius
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-06trace_events: destroy platform before tracingAli Ijaz Sheikh
2018-10-05src: ready background workers before bootstrapAli Ijaz Sheikh
2018-10-05src: remove accidentally added src/txtJoyee Cheung
2018-10-05inspector: add virtual destructor to WorkerDelegateDaniel Bevenius
2018-10-05crypto: add virtual dtor to KeyPairGenerationConfigDaniel Bevenius
2018-10-05src: add virtual desctructor to Options classDaniel Bevenius
2018-10-04src: remove long-deprecated APIs without `Isolate*` argAnna Henningsen
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-04src: clean up zlib write codeAnna Henningsen
2018-10-04src: use default parameters for `UVException()`Anna Henningsen
2018-10-04src: deprecate `UVException()` without `Isolate*`Anna Henningsen
2018-10-04src: deprecate V8 date conversion helpersAnna Henningsen
2018-10-03src: remove public API for option variablesAnna Henningsen
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-10-03http2: set nghttp2_option_set_no_closed_streamsDavid Halls
2018-10-02build: encapsulate node/inspector gyp scafoldingRefael Ackermann
2018-10-02util: update definition of DISALLOW_COPY_AND_ASSIGN macroNitish Sakhawalkar
2018-10-02crypto: make PEM parsing RFC7468-compliantTobias Nießen
2018-10-02crypto: add support for PEM-level encryptionTobias Nießen
2018-10-01src: fix indentation for `AsyncResource`Anna Henningsen
2018-10-01crypto: replace gotosTobias Nießen
2018-10-01url: use foreach-style C++ loopTobias Nießen
2018-10-01src: remove unused using declarationsDaniel Bevenius
2018-10-01src: remove unused locale.hDaniel Bevenius
2018-10-01src: make req_wrap a unique_ptr in AfterConnectDaniel Bevenius
2018-10-01src: use unique_ptr for obj in SetWeak lambdaDaniel Bevenius
2018-10-01src: unique_ptrs in few lambdasGireesh Punathil
2018-09-28crypto: remove unnecessary calls to TLS_method()Daniel Bevenius
2018-09-28src: refactor crypto code with RAII cleanupGireesh Punathil
2018-09-27crypto: enable auto cert chaining for BoringSSLJeremy Apthorp
2018-09-26errors: use ERR_OUT_OF_RANGE for index errorsRich Trott
2018-09-26crypto: deduplicate cipher initialization codeTobias Nießen
2018-09-26worker: reduce `MessagePort` prototype to documented APIAnna Henningsen
2018-09-26worker: hide MessagePort init function behind symbolAnna Henningsen
2018-09-26src: simplify `MessagePort` construction code a bitAnna Henningsen
2018-09-25src: fix a typo in the commentGireesh Punathil
2018-09-25cli: normalize `_` → `-` when parsing optionsAnna Henningsen
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-09-25src: cache and resue isolate and contex pointersGireesh Punathil
2018-09-25src: use RAII cleanup in node_i18n.ccAnna Henningsen
2018-09-25src: define zlib constants in node_zlib.ccAnna Henningsen
2018-09-25src: make `ZCtx::Init()` non-staticAnna Henningsen
2018-09-25src: refactor zlib dictionary to STL vectorAnna Henningsen
2018-09-25crypto: remove unnecessary usage of gotoTobias Nießen
2018-09-24string_decoder: fix number of replacement charsAnna Henningsen