summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-05n-api: restrict exports by versionKyle Farnung
2018-07-05src: remove using directives from spawn_sync.hDaniel Bevenius
2018-07-03messaging: fix edge cases with transferring portsTimothy Gu
2018-07-03messaging: use actual DOMException for DataCloneErrorTimothy Gu
2018-07-03src: add context-aware init macro and docGabriel Schulhof
2018-07-03tls: throw error on bad ciphers optionBrian White
2018-07-03zlib: fix memory leak for unused zlib instancesAnna Henningsen
2018-07-02n-api: fix compiler warningcjihrig
2018-06-30src: remove StreamBase::kFlagHasWritevAnna Henningsen
2018-06-30src: remove extra `ReadStop()` callAnna Henningsen
2018-06-29n-api: add API for asynchronous functionsGabriel Schulhof
2018-06-29src: slightly simplify `FSEventWrap`Anna Henningsen
2018-06-28src: add null check to GetCategoryGroupEnabled()cjihrig
2018-06-28inspector: use js_app.html as the landing page for chrome devtoolsGauthamBanasandra
2018-06-27src: move context bootstrap to jsGus Caplan
2018-06-27fs: undeprecate lchown()cjihrig
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung
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