summaryrefslogtreecommitdiff
path: root/lib/internal/validators.js
AgeCommit message (Expand)Author
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-16lib: rename validateInteger to validateSafeIntegerZach Bjornson
2019-08-09src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-07-23lib: support min/max values in validateInteger()cjihrig
2019-04-10lib: 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-25lib: add validateInteger() validatorcjihrig
2018-05-19lib: 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