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
AgeCommit message (Expand)Author
2020-09-15http: add requestTimeoutMatteo Collina
2020-09-12errors: simplify ERR_REQUIRE_ESM message generationRich Trott
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-09-11esm: better package.json parser errorsGuy Bedford
2020-08-30esm: shorten ERR_UNSUPPORTED_ESM_URL_SCHEME messageRich Trott
2020-08-26errors: use `ErrorPrototypeToString` from `primordials` objectExE Boss
2020-08-19workers: add support for data: URLsAntoine du HAMEL
2020-08-19esm: improve error message of ERR_UNSUPPORTED_ESM_URL_SCHEMEDenys Otrishko
2020-08-18doc,lib: remove unused error codeRich Trott
2020-08-15errors: improve ERR_INVALID_OPT_VALUE errorDenys Otrishko
2020-08-13policy: support conditions for redirectsBradley Farias
2020-08-13module: share CJS/ESM resolver fns, refactoringGuy Bedford
2020-07-16quic: cleanup QuicClientSession constructorJames M Snell
2020-07-10quic: use less specific error codesJames M Snell
2020-07-10module: package "imports" fieldGuy Bedford
2020-07-03crypto: move typechecking for timingSafeEqual into C++Anna Henningsen
2020-06-25lib: handle one of args case in ERR_MISSING_ARGSDenys Otrishko
2020-06-19lib: remove NodeError from the prototype of errors with codeMichaël Zasso
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-09zlib: add `maxOutputLength` optionunknown
2020-05-30errors: fully inspect errors on exitRuben Bridgewater
2020-05-28events: initial implementation of experimental EventTargetJames M Snell
2020-05-28module: remove dynamicInstantiate loader hookJan Krems
2020-05-24inspector: throw error when activating an already active inspectorJoyee Cheung
2020-05-23http: fixed socket.setEncoding fatal erroriskore
2020-05-18errors: skip fatal error highlighting on windowsThomas
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-16module: add specific error for dir importAntoine du HAMEL
2020-05-15fs: forbid concurrent operations on Dir handleAnna Henningsen
2020-05-14src: add support for TLAGus Caplan
2020-04-28lib: fix validateport error message when allowZero is falserickyes
2020-04-28module: refactor conditionMyles Borins
2020-04-23assert: port common.mustCall() to assertConorDavenport
2020-04-22module: improve error for invalid package targetsMyles Borins
2020-04-15stream: simplify Transform stream implementationRobert Nagy
2020-03-17errors: drop pronouns from ERR_WORKER_PATH messagecjihrig
2020-03-13esm: port loader code to JSAnna Henningsen
2020-03-13worker: allow URL in Worker constructorAntoine du HAMEL
2020-03-05lib: move isLegalPort to validators, refactorJames M Snell
2020-02-28errors: remove unused ERR_SOCKET_CANNOT_SEND errorcjihrig
2020-02-26vm: implement vm.measureMemory() for per-context memory measurementJoyee Cheung
2020-02-23tls: expose SSL_export_keying_materialsimon
2020-02-19worker: emit runtime error on loop creation failureHarshitha KP
2020-02-18module: package "exports" error refinementsGuy Bedford
2020-02-13worker: add support for .cjs extensionAntoine du HAMEL
2020-02-13worker: properly handle env and NODE_OPTIONS in workersDenys Otrishko
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-01-25fs: watch signals for recursive incompatibilityEran Levin
2020-01-23errors: make use of "cannot" consistentTobias Nießen
2020-01-22lib,src: switch Buffer::kMaxLength to size_tBen Noordhuis