summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-23http2: add ping eventJames M Snell
2018-09-23src: remove calls to SetWrapperClassId()Joyee Cheung
2018-09-23lib: implement queueMicrotaskGus Caplan
2018-09-23src: refactor win32 `DebugProcess()` to use RAII cleanupAnna Henningsen
2018-09-22src: update postmortem constantscjihrig
2018-09-22src: use HeapStatistics to get external memoryRodrigo Bruno
2018-09-22src: update NODE_MODULE_VERSION to 67Michaël Zasso
2018-09-22src: add CheckOptions to Options classesDaniel Bevenius
2018-09-21http2: add origin frame supportJames M Snell
2018-09-21crypto: do not allow multiple calls to setAuthTagTobias Nießen
2018-09-21tools: add bash completion for nodeDaniel Bevenius
2018-09-20src: initialize pid variable before gotoJeremy Apthorp
2018-09-20crypto: add API for key pair generationTobias Nießen