summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-11-11crypto: deprecate {ecdhCurve: false}David Benjamin
2017-11-09fs: expose realpath(3) bindingsBen Noordhuis
2017-11-08console: avoid adding infinite error listenersMatteo Collina
2017-11-07repl: show proxies as Proxy objectsBen Noordhuis
2017-11-07http2: simplify subsequent rstStream callsAnatoli Papirovski
2017-11-07lib: shuffle v8_prof_polyfill.js for unit testingBen Noordhuis
2017-11-07lib: fix version check in tick processorBen Noordhuis
2017-11-06http: use 'connect' event only if socket is connectingLuigi Pinca
2017-11-06http: improve errors thrown in header validationJoyee Cheung
2017-11-06http2: improve errors thrown in header validationJoyee Cheung
2017-11-04http2: refactor multiple internalsJames M Snell
2017-11-04http: use arrow fns for lexical `this` in AgentBryan English
2017-11-04tls: accept array of protocols in TLSSocketMark S. Everitt
2017-11-04http, http2: add 103 Early Hints status codeYosuke Furukawa
2017-11-03http2: refactor settings handlingJames M Snell
2017-11-02http, tls: better support for IPv6 addressesMattias Holmlund
2017-11-03lib: refactor ES module loader for readabilityAnna Henningsen
2017-11-02dgram: migrate bufferSize to use internal/errorsJames M Snell
2017-11-02tty: convert to internal/errors using SystemErrorJames M Snell
2017-11-02os: migrate node_os.cc to internal/errorsJames M Snell
2017-11-02src: add CollectExceptionInfo & errors.SystemErrorJames M Snell
2017-11-02src: remove throws in set/getHiddenValueJames M Snell
2017-11-01test,net: remove scatological terminologyRich Trott
2017-11-01src: use internal/errors for startSigintWatchdogJames M Snell
2017-10-31repl: avoid crashing from null and undefined errorscPhost
2017-10-31module: revert #3384 DEP0019 EOLMyles Borins
2017-10-30crypto: migrate CipherBase to internal/errorsJames M Snell
2017-10-29http2: fix stream reading resumptionAnatoli Papirovski
2017-10-29v8: migrate setFlagsFromString to internal/errorsJames M Snell
2017-10-29zlib: gracefully set windowBits from 8 to 9Myles Borins
2017-10-29lib: setup IPC channel before consoleNikolai Vavilov
2017-10-29stream: complete migration to internal/errorsMatteo Collina
2017-10-29zlib: finish migrating to internal/errorsJames M Snell
2017-10-29http2: simplify mapToHeaders, stricter validationAnatoli Papirovski
2017-10-29http2: fix several timeout related issuesAnatoli Papirovski
2017-10-29inspector: track async stacks when necessaryAli Ijaz Sheikh
2017-10-29stream: migrate _stream_readable use error codesBen Halverson
2017-10-28querystring: convert to using internal/errorsRami Moshe
2017-10-28src: use V8 function to get Module NamespaceBradley Farias
2017-10-28module: fix extension lookups for top-level mainGuy Bedford
2017-10-28module: fix hook module CJS dependency loadingguybedford
2017-10-27crypto: migrate setFipsCrypto to internal/errorsJames M Snell
2017-10-26https: refactor to use http internalsBryan English
2017-10-26http2: fix mapToHeaders() with single string valueJinwoo Lee
2017-10-26crypto: migrate crypto.randomBytes to internal/errorsJames M Snell
2017-10-26tools: add eslint rule for documented errorsJames M Snell
2017-10-26crypto: migrate timingSafeEqual to internal/errorsJames M Snell
2017-10-25util,assert: expose util.isDeepStrictEqual()Rich Trott
2017-10-25net: fix timeout with null handleAnatoli Papirovski
2017-10-25crypto: migrate setEngine to internal/errorsJames M Snell