summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-12-09src: fix missing handlescope bug in inspectorBen Noordhuis
2017-12-08src: remove unused variable in node_contextifyDaniel Bevenius
2017-12-08crypto: declare int return type for set_fieldDaniel Bevenius
2017-12-07crypto: use SetNull instead of SetDaniel Bevenius
2017-12-06doc: use American spellings per style guideRich Trott
2017-12-06buffer: throw on failed fill attemptscjihrig
2017-12-06build: replace runtime flag with compiler optionPeter Marshall
2017-12-06src: implement getting current time in NodePlatformSergei Datsenko
2017-12-06src: update NODE_MODULE_VERSION to 60Michaƫl Zasso
2017-12-06dns: fix crash while setting server during queryXadillaX