summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-06-01src: do not cache `NumberOfHeapSpaces()` globallyAnna Henningsen
2018-06-01http2: force through RST_STREAM in destroyAnatoli Papirovski
2018-06-01src: update postmortem constant namecjihrig
2018-06-01src: fix GetCpuProfiler() deprecation warningMichaël Zasso
2018-06-01Revert "src: fix GetCpuProfiler() deprecation warning"Michaël Zasso
2018-06-01util: add type check function for BigIntObjectMichaël Zasso
2018-06-01crypto: throw in setAuthTag on invalid lengthTobias Nießen
2018-05-31src: refactor bootstrap to use bootstrap objectJames M Snell
2018-05-31trace_events: add version metadataJames M Snell
2018-05-31src: break out of timers loop if `!can_call_into_js()`Anna Henningsen
2018-05-31src: restore stdio on program exitBen Noordhuis
2018-05-31http2: switch to new runtime-controlled debugging systemAnna Henningsen
2018-05-31src: implement debug output utilitiesAnna Henningsen
2018-05-30src: remove unused private data memberBen Noordhuis
2018-05-30src: remove unused req_wrap-inl.hDaniel Bevenius
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