summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-20crypto: reuse variable instead of reevaluationTobias Nießen
2017-12-20src: remove unused async hooks methodsAnna Henningsen
2017-12-19http2: refactor outgoing write mechanismAnna Henningsen
2017-12-19http2: remove redundant write indirectionAnna Henningsen
2017-12-19async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen
2017-12-19async_hooks: separate missing from default contextAndreas Madsen
2017-12-19async_hooks: rename initTriggerIdAndreas Madsen
2017-12-19crypto: remove unused header in clienthello.hDaniel Bevenius
2017-12-19src: remove nonexistent method from header fileAnna Henningsen
2017-12-18n-api: fix memory leak in napi_async_destroy()alnyan
2017-12-18fs: remove unused macroJames M Snell
2017-12-18fs: refactor After for easier maintainabilityJames M Snell
2017-12-18fs: refactor FSReqWrap and AfterJames M Snell
2017-12-18http2: cleanup Http2Stream/Http2Session destroyJames M Snell
2017-12-18http2: be sure to destroy the Http2StreamJames M Snell
2017-12-18net,src: refactor writeQueueSize trackingAnatoli Papirovski
2017-12-17src: replace SetAccessor w/ SetAccessorPropertyJure Triglav
2017-12-16src: rename `On*` -> `Emit*` for stream callbacksAnna Henningsen
2017-12-16src: remove unused strings from env.hAnna Henningsen
2017-12-15src: remove unused functioncjihrig
2017-12-15url: added url fragment lookup tableHakan Kimeiga
2017-12-15src: fix -Wundefined-inline warningsBen Noordhuis
2017-12-15src: fix compile warnings introduced in 73ad3f9beaBen Noordhuis
2017-12-14events: remove reaches into _events internalsAnatoli Papirovski
2017-12-13fs: remove unnecessary throw on fs.mkdtempJames M Snell
2017-12-13fs: move type checking for fs.read to jsJames M Snell
2017-12-13fs: move type checking in fs.futimes to jsJames M Snell
2017-12-13fs: move type checking for fs.fchown to jsJames M Snell
2017-12-13fs: move type checking for fs.fchmod to jsJames M Snell
2017-12-13fs: move type checking for fs.ftruncate to jsJames M Snell
2017-12-13fs: move type checking for fs.sync to jsJames M Snell
2017-12-13fs: move type checking for fs.fdatasync to jsJames M Snell
2017-12-13fs: move type checking on fs.fstat to jsJames M Snell
2017-12-13fs: move type checking for fs.close to jsJames M Snell
2017-12-13crypto: move node_crypto_clienthello-inl.h to ccDaniel Bevenius
2017-12-13src: minor refactoring to StreamBase writesAnna Henningsen
2017-12-13src: remove `StreamResourc::Cast()`Anna Henningsen
2017-12-13tls: unconsume stream on destroyAnna Henningsen
2017-12-13src: make FSEventWrap/StatWatcher::Start more robustTimothy Gu
2017-12-12src: refactor and harden `ProcessEmitWarning()`Anna Henningsen
2017-12-12src: use correct OOB check for IPv6 parsingAnna Henningsen
2017-12-12src: make url host a proper C++ classAnna Henningsen
2017-12-12src: move url internals into anonymous namespaceAnna Henningsen
2017-12-12src: minor cleanups to node_url.ccAnna Henningsen
2017-12-12src: fix inspector nullptr deref on abrupt exitBen Noordhuis
2017-12-11inspector: Fix crash for WS connectionEugene Ostroukhov
2017-12-11src: remove unused include node_crypto_clienthelloDaniel Bevenius
2017-12-11crypto: remove BIO_set_shutdownDaniel Bevenius
2017-12-09crypto: remove explicit qualifiers in InitializeDaniel Bevenius
2017-12-09crypto: do not reach into OpenSSL internals for ThrowCryptoErrorDavid Benjamin