Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-03process: add direct access to rss without iterating pagesAdrien Maret
2020-12-31net: support abortSignal in server.listenNitzan Uziely
2020-12-31errors: refactor to use more primordialsAntoine du Hamel
2020-12-30url: fix url.format with ipv6 hostnameZiJian Liu
2020-12-30child_process: reduce abort handler code duplicationRich Trott
2020-12-30child_process: treat already-aborted controller as abortingRich Trott
2020-12-30stream: only use legacy close listeners if not willEmitCloseRobert Nagy
2020-12-29lib: remove unused codeBrian White
2020-12-29lib: refactor to use validateCallbackZiJian Liu
2020-12-29http: refactor to use more primordialsAntoine du Hamel
2020-12-29stream,zlib: do not use _stream_* anymoreMatteo Collina
2020-12-29lib: use more primordials in shared validatorsPooja D P
2020-12-28util: refactor to use more primordialsAntoine du Hamel
2020-12-28lib: add primordials.SafeArrayIteratorAntoine du Hamel
2020-12-27https: refactor to use more primordialsAntoine du Hamel
2020-12-27http: remove dead code from internal/http.jsZiJian Liu
2020-12-27quic,timers: refactor to use validateAbortSignalZiJian Liu
2020-12-27lib: refactor to use more primordials in internal/encoding.jsraisinten
2020-12-26lib: refactor to use primordials in internal/priority_queue.jsZiJian Liu
2020-12-25url: refactor to use more primordialsAntoine du Hamel
2020-12-25buffer: make FastBuffer safe to constructAntoine du Hamel
2020-12-25lib: add primordials.SafeStringIteratorAntoine du Hamel
2020-12-25lib: make safe primordials safe to constructAntoine du Hamel
2020-12-25events: refactor to use more primordialsAntoine du Hamel
2020-12-24child_process: support AbortSignal in forkBenjamin Gruenbaum
2020-12-24lib: fix diagnostics_channel hasSubscribers errorZiJian Liu
2020-12-22v8: refactor to use more primordialsAntoine du Hamel
2020-12-22child_process: clean event listener correctlyBenjamin Gruenbaum
2020-12-22lib: refactor to use more primordials in internal/histogram.jsraisinten
2020-12-22v8: fix native `serdes` constructorsExE Boss
2020-12-22errors: eliminate all overhead for hidden callsMomtchil Momtchev
2020-12-21lib: support BigInt in querystring.stringifyraisinten
2020-12-21fs: refactor to use optional chainingZiJian Liu
2020-12-21repl: disable blocking completions by defaultAnna Henningsen
2020-12-20stream: fix pipe deadlock when starting with needDrainRobert Nagy
2020-12-17http: add test for incomingmessage destroyDaniele Belardi
2020-12-17http: use standard args order in IncomingMEssage onErrorDaniele Belardi
2020-12-17http: remove trailing spaceDaniele Belardi
2020-12-17http: add comments in _http_incomingDaniele Belardi
2020-12-17http: fix lint error in incoming messageDaniele Belardi
2020-12-17http: reafactor incoming message destroyDaniele Belardi
2020-12-17http: use `autoDestroy: true` in incoming messageDaniele Belardi
2020-12-15stream: accept iterable as a valid first argumentZiJian Liu
2020-12-15readline: cursorTo throw error on NaNZijian Liu
2020-12-15lib: make safe primordials safe to iterateAntoine du Hamel
2020-12-14util: simplify constructor retrieval in inspect()Rich Trott
2020-12-14http: use objects with null prototype in AgentMichaël Zasso
2020-12-13tls: forward new SecureContext optionsAlba Mendez
2020-12-12util: fix instanceof checks with null prototypes during inspectionRuben Bridgewater
2020-12-12util: fix module prefixes during inspectionRuben Bridgewater