summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-10-24src: improve StreamBase read throughputAnna Henningsen
2018-10-23lib: migrate from process.binding('config') to getOptions()Vladimir Ilic
2018-10-23tls: throw if protocol too longAndre Jodat-Danbrani
2018-10-23lib: trigger uncaught exception handler for microtasksGus Caplan
2018-10-23zlib: do not leak on destroyMathias Buus
2018-10-22repl: migrate from process.binding('config') to getOptions()Jose Bucio
2018-10-22src: fix missing deprecation assignmentJames M Snell
2018-10-21tls: support changing credentials dynamicallycjihrig
2018-10-21tls: close StreamWrap and its stream correctlyOuyang Yadong
2018-10-20dns: fix inconsistent (hostname vs host)Ulises Gascón
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-20crypto: migrate to getOptions()nick-ng
2018-10-18console: add trace-events for time and countJames M Snell
2018-10-17timers: run nextTicks after each immediate and timerAnatoli Papirovski
2018-10-18stream: undo internalBinding() conversion in compat mechanismAnna Henningsen
2018-10-17util: treat format arguments equallyRoman Reiss
2018-10-17tls: prevent multiple connection errorscjihrig
2018-10-16src: remove function hasTextDecoder in encoding.jsChi-chi Wang
2018-10-15async_hooks: remove promise object from resourceAndreas Madsen
2018-10-15module: removed unused variableMartin Omander
2018-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-10-15lib: migrate process.binding to internalBindingsurreal8
2018-10-15lib: migrate process.binding to getOptionsRandy Wressell
2018-10-15lib: migrate process.binding('config') to getOptions()Jonny Kalambay
2018-10-15lib: removed unused variableLong Nguyen
2018-10-15lib: switch to internalBinding for cjs loaderSteven Scott
2018-10-14lib: remove an unused variableClaire Liu
2018-10-14tls: update try catch syntaxMatt Jiles
2018-10-13worker: remove delete MessagePort.prototype.hasRefJames Traver
2018-10-13lib: migrate from process.binding to internalBindingAndres Monge
2018-10-13lib: remove unused 'e' from catchMatt Holmes
2018-10-13repl: remove unused variable from try catchmmisiarek
2018-10-13repl: remove unused variable e from try catchKhalid Adil
2018-10-12lib: migrate to getOptions in loaders.jsDavid Xue
2018-10-12zlib: move `bytesRead` accessors to runtime deprecationAnna Henningsen
2018-10-12zlib: move process.binding('zlib') to internalBindingAnna Henningsen
2018-10-12http: reduce duplicated code for cleaning parserWeijia Wang
2018-10-12zlib: generate error code names in C++Anna Henningsen
2018-10-11lib: http server, friendly error messagesSagi Tsofan
2018-10-12tls: make StreamWrap work correctly in "drain" callbackOuyang Yadong
2018-10-10Revert "module: fix inconsistency between load and _findPath"John-David Dalton
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-10-10net: use connect() instead of connect.call()Jackson Tian
2018-10-09util: support BigInt in util.formatMasashi Hirano
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-10-09assert: remove internal errorCache propertyRich Trott
2018-10-08buffer: unconditionally use internalBindingcjihrig
2018-10-08icu: make process.binding('icu') internalcjihrig
2018-10-08streams: refactor ReadableStream asyncIterator creation and a few fixesGus Caplan
2018-10-08zlib: simplify flushing mechanismAnna Henningsen