summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-11-05http2: add Http2Stream.bufferSizeOuyang Yadong
2018-11-05lib:fix grammar error and make it clearer for commentsMaleDong
2018-11-05net: `net.Server.listen()` avoid operations on `null` when failOuyang Yadong
2018-11-05console: bind methods from the prototype chain in ConsoleJoyee Cheung
2018-11-06lib: move module exports proxy into a separate methodJoyee Cheung
2018-11-03repl: use promise#finallyWeijia Wang
2018-11-03http2: improve http2 code a bitJames M Snell
2018-11-03lib: remove useless getLibuvNow in internal/timersZYSzys
2018-11-03fs: handle result of access binding directly in fs.existsSyncJoyee Cheung
2018-11-03lib: make coverage work for Node.jsBenjamin
2018-11-02lib: repl multiline history supportAnto Aravinth
2018-11-02vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen
2018-11-01child_process: handle undefined/null for fork() argsShobhit Chittora
2018-11-01module: support multi-dot file extensionGeoffrey Booth
2018-10-30stream: add auto-destroy modeMathias Buus
2018-10-30lib: fix code cache generationJoyee Cheung
2018-10-30lib: remove useless cwd in posix.resolveZYSzys
2018-10-28src: improve StreamBase write throughputAnna Henningsen
2018-10-28repl: support top-level for-await-ofShelley Vohr
2018-10-28stream: do not error async iterators on destroy(null)Matteo Collina
2018-10-28stream: ended streams should resolve the async iterationMatteo Collina
2018-10-27doc: update missing deprecationcjihrig
2018-10-26fs: default open/openSync flags argument to 'r'Ben Noordhuis
2018-10-26lib: make the global console [[Prototype]] an empty objectJoyee Cheung
2018-10-25lib: add escapeCodeTimeout as an option to createInterfaceRaoof
2018-10-25tls: deprecate Server.prototype.setOptions()cjihrig
2018-10-25timers: fix priority queue removeAt fnAnatoli Papirovski
2018-10-25net: deprecate _setSimultaneousAccepts() undocumented functionJames M Snell
2018-10-24src: refactor FillStatsArrayRefael Ackermann
2018-10-24trace_events: forbid tracing modifications from worker threadsAnna Henningsen
2018-10-24stream: async iteration should work with destroyed streamMatteo Collina
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