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
2020-07-13tls: make 'createSecureContext' honor more optionsMateusz Krawczuk
2020-07-11stream: cleanup and fix Readable.wrapRobert Nagy
2020-07-10quic: set destroyed at timestamps for duration calculationJames M Snell
2020-07-10quic: use Number instead of BigInt for more statsJames M Snell
2020-07-10quic: use less specific error codesJames M Snell
2020-07-10module: package "imports" fieldGuy Bedford
2020-07-09quic: proper custom inspect for QuicStreamJames M Snell
2020-07-09quic: proper custom inspect for QuicSessionJames M Snell
2020-07-09quic: proper custom inspect for QuicSocketJames M Snell
2020-07-09quic: proper custom inspect for QuicEndpointJames M Snell
2020-07-09quic: cleanup QuicSocketFlags, used shared state structJames M Snell
2020-07-09quic: use getter/setter for stateless reset toggleJames M Snell
2020-07-09quic: use Number() instead of bigint for QuicSocket statsJames M Snell
2020-07-09quic: refactor/improve/document QuicSocket listening eventJames M Snell
2020-07-09quic: refactor/improve QuicSocket ready event handlingJames M Snell
2020-07-09quic: refactor/improve error handling for busy eventJames M Snell
2020-07-09quic: handle errors thrown / rejections in the session eventJames M Snell
2020-07-09quic: remove unnecessary bool conversionJames M Snell
2020-07-09http: add note about timer unrefRobert Nagy
2020-07-09stream: add promises version to utility functionsrickyes
2020-07-07domain: fix unintentional deprecation warningAnna Henningsen
2020-07-06lib: replace http to https of comment link urlssapics
2020-07-06repl: fix verb conjugation in deprecation messageRich Trott
2020-07-06quic: fixup lint issuesJames M Snell
2020-07-06quic: refactor qlog handlingJames M Snell
2020-07-06quic: remove onSessionDestroy callbackJames M Snell
2020-07-06quic: refactor QuicSession shared state to use AliasedStructJames M Snell
2020-07-06quic: refactor QuicSession close/destroy flowJames M Snell
2020-07-06quic: refactor native object flags for better readabilityJames M Snell
2020-07-04lib: always initialize esm loader callbackMapShelley Vohr
2020-07-03crypto: move typechecking for timingSafeEqual into C++Anna Henningsen
2020-07-01stream: save error in stateRobert Nagy
2020-07-01tls: remove unnecessary close listenerRobert Nagy
2020-07-01stream: fix writable.end callback behaviorRobert Nagy
2020-07-01quic: reduce duplication of codeJames M Snell
2020-07-01quic: avoid using private JS fields for nowJames M Snell
2020-07-01quic: remove unused callback functionJames M Snell
2020-07-01quic: consolidate onSessionClose and onSessionSilentCloseJames M Snell
2020-07-01quic: cleanups in JS APIJames M Snell
2020-06-30net: fix bufferSizeRobert Nagy
2020-06-30stream: destroy wrapped streams on errorRobert Nagy
2020-06-29src: allow embedders to disable esm loaderShelley Vohr
2020-06-29wasi: add reactor supportGus Caplan
2020-06-29zlib: remove redundant variable in zlibBufferOnEndAndrey Pechkurov
2020-06-26vm: add run-after-evaluate microtask modeAnna Henningsen
2020-06-26src: add errorProperties on process.reporthimself65
2020-06-26events: fix add-remove-add case in EventTargetAnna Henningsen
2020-06-26Revert "repl: always check for NODE_REPL_MODE environment variable"Anna Henningsen
2020-06-25fs: fix readdir failure when libuv returns UV_DIRENT_UNKNOWNKirill Shatskiy
2020-06-25repl: always check for NODE_REPL_MODE environment variableRuben Bridgewater