summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-26src: add CHECK_IMPLIES macroTobias Nießen
2018-05-25src: fix MallocedBuffer move assignment operatorAnna Henningsen
2018-05-25src: move DeleteFnPtr into util.hAnna Henningsen
2018-05-24src: re-integrate headers into node.hAnna Henningsen
2018-05-24net: allow IPC servers be accessible by allBartosz Sosnowski
2018-05-24src: remove --expose-http2 optionDaniel Bevenius
2018-05-23n-api: throw when entry point is nullGabriel Schulhof
2018-05-23src,doc: add doc of --prof flag to help commandohbarye
2018-05-22inspector: get rid of the make_uniqueEugene Ostroukhov
2018-05-22timers: use only a single TimerWrap instanceAnatoli Papirovski
2018-05-22lib,src,test: fix commentsTobias Nießen
2018-05-22http2: fix several serious bugsAnatoli Papirovski
2018-05-21src: trace_events: background thread eventsAli Ijaz Sheikh
2018-05-20fs: refactor fs moduleJames M Snell
2018-05-20src: make pointers lean left in node_crypto.ccDaniel Bevenius
2018-05-20src: use unqualified names in node_crypto.ccDaniel Bevenius
2018-05-19src: move *Exceptions out to separate cc/hJames M Snell
2018-05-19src: fix odd linting issueJames M Snell
2018-05-19src: move CallbackScope to separate cc/hJames M Snell
2018-05-19lib,src: use V8 API for collection inspectionAnna Henningsen
2018-05-18src: trace_events: support for metadata eventsAli Ijaz Sheikh
2018-05-18src: remove 2nd `undefined` argument in node_file.ccDan Kang
2018-05-18url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta
2018-05-18src: add override to ThreadPool methods in zlibDaniel Bevenius
2018-05-17inspector: add a "NodeTracing" domain supportEugene Ostroukhov
2018-05-16vm,trace_events: add node.vm.script trace events categoryJames M Snell
2018-05-16zlib: reduce number of static internal methodsAnna Henningsen
2018-05-16src: order C++ error list alphabeticallyAnna Henningsen
2018-05-16src: handle TryCatch with empty messageBen Noordhuis
2018-05-14inspector: fix inspector::Agent::HasConnectedSessionshelloshuangzi
2018-05-14src: add public API to create isolate and contexthelloshuangzi
2018-05-14async_wrap: fix memory leak in AsyncResourceMichael Dawson
2018-05-14src: make `AsyncResource` destructor virtualAnna Henningsen
2018-05-14src: replace `template<` → `template <`Anna Henningsen
2018-05-14src: make env_ and context_ privateDaniel Bevenius
2018-05-13src: remove unused includes from node_contextify.hDaniel Bevenius
2018-05-13src: use unqualified names in node_contextify.ccDaniel Bevenius
2018-05-12crypto: add test case for AES key wrappingYihong Wang
2018-05-13module: add --preserve-symlinks-mainDavid Goldstein
2018-05-10src: add missing override to ThreadPoolWork funcsDaniel Bevenius
2018-05-10src: fix typo in util.h commentAnna Henningsen
2018-05-10src: unify thread pool workAnna Henningsen
2018-05-10src: always call ReadStop() before Close()Anna Henningsen
2018-05-10src: remove NodeCategorySet destructorAnna Henningsen
2018-05-10src: store fd for libuv streams on WindowsAnna Henningsen
2018-05-10src: add can_call_into_js flagAnna Henningsen
2018-05-10src: use cleanup hooks to tear down BaseObjectsAnna Henningsen
2018-05-10src: keep track of open requestsAnna Henningsen
2018-05-10src: unify ReqWrap libuv callingAnna Henningsen