summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-0440-405/+574
* src: clean up zlib write codeAnna Henningsen2018-10-041-38/+42
* src: use default parameters for `UVException()`Anna Henningsen2018-10-042-16/+2
* src: deprecate `UVException()` without `Isolate*`Anna Henningsen2018-10-041-2/+3
* src: deprecate V8 date conversion helpersAnna Henningsen2018-10-041-3/+10
* src: remove public API for option variablesAnna Henningsen2018-10-036-57/+10
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-0327-192/+132
* http2: set nghttp2_option_set_no_closed_streamsDavid Halls2018-10-031-0/+4
* build: encapsulate node/inspector gyp scafoldingRefael Ackermann2018-10-021-0/+149
* util: update definition of DISALLOW_COPY_AND_ASSIGN macroNitish Sakhawalkar2018-10-021-3/+1
* crypto: make PEM parsing RFC7468-compliantTobias Nießen2018-10-021-32/+51
* crypto: add support for PEM-level encryptionTobias Nießen2018-10-021-12/+20
* src: fix indentation for `AsyncResource`Anna Henningsen2018-10-011-78/+78
* crypto: replace gotosTobias Nießen2018-10-011-12/+4
* url: use foreach-style C++ loopTobias Nießen2018-10-011-3/+2
* src: remove unused using declarationsDaniel Bevenius2018-10-011-4/+0
* src: remove unused locale.hDaniel Bevenius2018-10-011-1/+0
* src: make req_wrap a unique_ptr in AfterConnectDaniel Bevenius2018-10-011-3/+2
* src: use unique_ptr for obj in SetWeak lambdaDaniel Bevenius2018-10-011-2/+1
* src: unique_ptrs in few lambdasGireesh Punathil2018-10-011-6/+3
* crypto: remove unnecessary calls to TLS_method()Daniel Bevenius2018-09-281-4/+1
* src: refactor crypto code with RAII cleanupGireesh Punathil2018-09-281-7/+11
* crypto: enable auto cert chaining for BoringSSLJeremy Apthorp2018-09-271-0/+5
* errors: use ERR_OUT_OF_RANGE for index errorsRich Trott2018-09-262-8/+19
* crypto: deduplicate cipher initialization codeTobias Nießen2018-09-262-77/+64
* worker: reduce `MessagePort` prototype to documented APIAnna Henningsen2018-09-261-4/+0
* worker: hide MessagePort init function behind symbolAnna Henningsen2018-09-263-2/+6
* src: simplify `MessagePort` construction code a bitAnna Henningsen2018-09-261-2/+2
* src: fix a typo in the commentGireesh Punathil2018-09-251-1/+1
* cli: normalize `_` → `-` when parsing optionsAnna Henningsen2018-09-252-20/+11
* process: add `multipleResolves` eventRuben Bridgewater2018-09-252-21/+37
* src: cache and resue isolate and contex pointersGireesh Punathil2018-09-251-66/+83
* src: use RAII cleanup in node_i18n.ccAnna Henningsen2018-09-251-8/+8
* src: define zlib constants in node_zlib.ccAnna Henningsen2018-09-253-63/+55
* src: make `ZCtx::Init()` non-staticAnna Henningsen2018-09-251-38/+38
* src: refactor zlib dictionary to STL vectorAnna Henningsen2018-09-251-35/+28
* crypto: remove unnecessary usage of gotoTobias Nießen2018-09-251-3/+1
* string_decoder: fix number of replacement charsAnna Henningsen2018-09-241-6/+7
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-2430-58/+102
* http2: add ping eventJames M Snell2018-09-232-5/+13
* src: remove calls to SetWrapperClassId()Joyee Cheung2018-09-233-8/+0
* lib: implement queueMicrotaskGus Caplan2018-09-231-0/+13
* src: refactor win32 `DebugProcess()` to use RAII cleanupAnna Henningsen2018-09-231-21/+23
* src: update postmortem constantscjihrig2018-09-221-3/+3
* src: use HeapStatistics to get external memoryRodrigo Bruno2018-09-221-1/+1
* src: update NODE_MODULE_VERSION to 67Michaël Zasso2018-09-221-1/+2
* src: add CheckOptions to Options classesDaniel Bevenius2018-09-224-44/+61
* http2: add origin frame supportJames M Snell2018-09-213-7/+147
* crypto: do not allow multiple calls to setAuthTagTobias Nießen2018-09-211-5/+2
* tools: add bash completion for nodeDaniel Bevenius2018-09-212-0/+4