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
2018-12-07tls: add min/max protocol version optionsSam Roberts
2018-12-05dns: simplify dns.promises warning logiccjihrig
2018-12-05fs: simplify fs.promises warning logiccjihrig
2018-12-05lib: remove duplicated noop functionZYSzys
2018-12-05http: destroy the socket on parse errorLuigi Pinca
2018-12-05assert,util: fix sparse array comparisonRuben Bridgewater
2018-12-05assert: fix loose deepEqual map comparisonRuben Bridgewater
2018-12-05util: improve internal `isError()` validationRuben Bridgewater
2018-12-05util,console: handle symbols as defined in the specRuben Bridgewater
2018-12-05http2: make compat writeHead not crash if the stream is destroyedMatteo Collina
2018-12-05url: simplify native URL object constructionTimothy Gu
2018-12-05url: reuse existing context in href setterTimothy Gu
2018-12-05Revert "url: make the context non-enumerable"Timothy Gu
2018-12-05timers: fix setTimeout expiration logicSuguru Motegi
2018-12-05url: use SafeSet to filter known special protocolsMike Samuel
2018-12-05lib: do not register DOMException in a moduleJoyee Cheung
2018-12-05esm: refactor dynamic modulesMyles Borins
2018-12-05lib: move setupAllowedFlags() into per_thread.jsJoyee Cheung
2018-12-05process: refactor the bootstrap mode branching for readabilityJoyee Cheung
2018-12-05Revert "util: change %o depth default"Ruben Bridgewater
2018-11-30stream: make async iterator .next() always resolveMatteo Collina
2018-11-30http2: add compat support for nested array headersSebastiaan Deckers
2018-11-29lib: convert to arrow function in fs.jsexoego
2018-11-29lib: change callbacks to arrow function/Jesse
2018-11-29lib: chenged anonymous function to arrow functionnakashima
2018-11-29src: use NativeModuleLoader to compile per_context.jsJoyee Cheung
2018-11-29lib: rearm pre-existing signal event registrationsGireesh Punathil
2018-11-28lib: convert to arrow functionhorihiro
2018-11-28lib: convert to Arrow FunctionDaiki Arai
2018-11-28process: emit unhandled warning immediatelyAnatoli Papirovski
2018-11-28stream: use arrow function for callbackDoiChris
2018-11-28lib: fix comment nits in bootstrap\loaders.jsVse Mozhet Byt
2018-11-28lib: suppress crypto related env vars in help msgDaniel Bevenius
2018-11-28lib: convert to arrow functionNaojirou Hisada
2018-11-28crypto: convert to arrow functionyosuke ota
2018-11-28lib: change anonymous function to arrow functiontakato
2018-11-28lib: simplify own keys retrievalVse Mozhet Byt
2018-11-28lib: fix nits in lib/internal/bootstrap/cache.jsVse Mozhet Byt
2018-11-28crypto: allow monkey patching of pseudoRandomBytesGerhard Stoebich
2018-11-28http2: fix session[kSession] undefined issueleeight
2018-11-28net,dgram: add ipv6Only option for net and dgramOuyang Yadong
2018-11-28http2: cleanup endStream logicJames M Snell
2018-11-28http2: set js callbacks onceJames M Snell
2018-11-28http2: throw from mapToHeadersJames M Snell
2018-11-28stream: correctly pause and resume after once('readable')Matteo Collina
2018-11-28net,http2: merge after-write codeAnna Henningsen
2018-11-28lib: move encodeStr function to internal for reusableZYSzys
2018-11-28cli: add missing env vars to --helpcjihrig
2018-11-28readline: add support for async iterationTimothy Gu
2018-11-28http2: replace unreachable error with assertionRich Trott