summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-06-26vm: add Script.createCodeCache()Gus Caplan
2018-06-25inspector: add debugging for WebSocket messagesTimothy Gu
2018-06-25src: start annotating native code side effectTimothy Gu
2018-06-25crypto: fix UB in computing max message sizeBen Noordhuis
2018-06-24src: add native debugging code to workersAnna Henningsen
2018-06-24http2: track memory allocated by nghttp2Anna Henningsen
2018-06-24src: remove tick_info->has_thrownAnatoli Papirovski
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-24crypto: remove outdated commentTimothy Gu
2018-06-22net: report uv_tcp_open() errorscjihrig
2018-06-22src: avoid common case heap allocationBen Noordhuis
2018-06-22src: introduce inspect-brk-nodeDaniel Bevenius
2018-06-21atomis: add notify aliasGus Caplan
2018-06-20http2: fix memory leak when headers are not emittedAnna Henningsen
2018-06-20src: fix debugging for multiple categoriesAnna Henningsen
2018-06-20workers,trace_events: set thread name for workersJames M Snell
2018-06-20src: remove .h if -inl.h is already includedDaniel Bevenius
2018-06-17process: implement process.hrtime.bigint()Joyee Cheung
2018-06-17src: remove unused argc var in node_stat_watcherDaniel Bevenius
2018-06-17http2: fix memory leak for uncommon headersAnna Henningsen
2018-06-15Revert "workers,trace_events: set thread name for workers"James M Snell
2018-06-15workers,trace_events: set thread name for workersJames M Snell
2018-06-15perf_hooks: remove less useful bootstrap marksJames M Snell
2018-06-15crypto: fix behavior of createCipher in wrap modeTobias Nießen
2018-06-14inspector: stop dragging platform pointerEugene Ostroukhov
2018-06-14src: add node_process.ccJames M Snell
2018-06-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-14n-api: name CallbackBundle function fieldsAnna Henningsen
2018-06-14doc: update NODE_OPTIONS section in cli.mdVse Mozhet Byt
2018-06-14src: use `%zx` in printf for size_tAnna Henningsen
2018-06-14src: do proper error checking in `AsyncWrap::MakeCallback`Anna Henningsen
2018-06-13crypto: refactor randomBytes()Ben Noordhuis
2018-06-13crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-13worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen
2018-06-13src: unify native symbol inspection codeAnna Henningsen
2018-06-12http2: fixup http2stream cleanup and other nitsJames M Snell
2018-06-12src: re-add `Realloc()` shrink after reading stream dataAnna Henningsen
2018-06-12tls: fix SSL write error handlingAnna Henningsen
2018-06-12Revert "src: restore stdio on program exit"Evan Lucas
2018-06-12src: reset TTY mode before cleaning up resourcesAnna Henningsen
2018-06-11src: fix http2 typosAnatoli Papirovski
2018-06-11http2: safer Http2Session destructorAnatoli Papirovski
2018-06-09src: do not persist fs_poll handle in stat_watcherAnatoli Papirovski
2018-06-09src: do not persist timer handle in cares_wrapAnatoli Papirovski
2018-06-07n-api: improve runtime perf of n-api func callKenny Yuan
2018-06-08src: add consistency check to node_platform.ccAnna Henningsen
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-06-08src: add node_encoding.ccJames M Snell
2018-06-08src: cleanup beforeExit for consistencyJames M Snell