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-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-08-31events: allow use of AbortController with onceJames M Snell
2020-08-17lib: allow to validate enums with validateOneOfDenys Otrishko
2020-04-28lib: fix validateport error message when allowZero is falserickyes
2020-04-14lib: created isValidCallback helperYash Ladha
2020-03-05lib: move isLegalPort to validators, refactorJames M Snell
2020-02-10lib: improve value validation utilsDenys Otrishko
2020-01-12fs: improve mode and flags validationRuben Bridgewater
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-10-01crypto: refactor array buffer view validationRuben Bridgewater
2019-08-24lib: remove the comment of base64 validationMaledong
2019-08-19lib: rename validateSafeInteger to validateIntegercjihrig
2019-08-17lib: rename validateInteger to validateSafeIntegerZach Bjornson
2019-08-10src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-07-24lib: support min/max values in validateInteger()cjihrig
2019-04-11lib: add signal name validatorcjihrig
2019-03-27lib: consolidate arrayBufferView validationRuben Bridgewater
2019-03-27lib: remove return values from validation functionsRuben Bridgewater
2019-03-27lib: rename validateMode to parseModeRuben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-15fs: improve mode validationRuben Bridgewater
2018-08-14lib: extract validateNumber validatorJon Moss
2018-08-07lib: extract validateString validatorJon Moss
2018-06-13lib: replace checkUint() with validateInt32()Ben Noordhuis
2018-06-01lib: unmask mode_t values with 0o777Joyee Cheung
2018-05-26lib: add validateInteger() validatorcjihrig
2018-05-20lib: support ranges in validateInt32()cjihrig
2018-05-17lib: mask mode_t type of arguments with 0o777Joyee Cheung
2018-04-26lib: introduce internal/validatorsMichaël Zasso