summaryrefslogtreecommitdiff
path: root/lib/internal/util.js
AgeCommit message (Expand)Author
2018-01-24lib: add internal removeColors helperRuben Bridgewater
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2017-12-08util: remove check for global.processGus Caplan
2017-12-01util: use @@toStringTagGus Caplan
2017-11-23internal: add emitExperimentalWarning functionCody Deckard
2017-11-16util: emit deprecation code only onceRich Trott
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-02src: remove throws in set/getHiddenValueJames M Snell
2017-10-20lib: move duplicate spliceOne into internal/utilWeijia Wang
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-09-14util: add fast internal array join methodRuben Bridgewater
2017-07-22lib: tweak use of internal/errorsRuben Bridgewater
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-15util: remove redundant declarationVse Mozhet Byt
2017-06-28dgram,process,util: refactor Error to TypeErrorRuben Bridgewater
2017-06-15internal/util: use internal/errors.jsSebastian Van Sande
2017-05-15util: fixup internal util exportsJames M Snell
2017-05-09util: add util.promisify()Anna Henningsen
2017-05-01test,lib,doc: use function declarationsRich Trott
2017-04-30util: fix permanent deoptimizationsBrian White
2017-04-27errors, child_process: migrate to using internal/errorsJames M Snell
2017-04-24util: move getConstructorOf() to internalTimothy Gu
2017-04-21lib: refactor internal/utilJames M Snell
2017-04-04buffer,util: refactor for performanceRich Trott
2017-04-04child_process: improve killSignal validationsSakthipriyan Vairamani (thefourtheye)
2017-02-20tls: use emitWarning() for dhparam < 2048 bitsJames M Snell
2017-02-19util: cleanup internalUtil.deprecateJames M Snell
2017-02-19util, debugger: remove internalUtil.errorJames M Snell
2017-02-19util: eliminate unnecessary exportsJames M Snell
2017-02-17util: add createClassWrapper to internal/utilJames M Snell
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-18lib: remove unnecessary parameter for assertCrypto()Jackson Tian
2017-01-16crypto,tls: fix mutability of return valuesRich Trott
2017-01-15util: improve readability of normalizeEncodingJoyee Cheung
2017-01-10lib: refactor crypto cipher/hash/curve gettersRich Trott
2016-12-05internal/util: move the case 'latin1'Jackson Tian
2016-12-05buffer: convert offset & length to int properlySakthipriyan Vairamani (thefourtheye)
2016-11-26Revert "buffer: convert offset & length to int properly"Rich Trott
2016-11-26buffer: convert offset & length to int properlySakthipriyan Vairamani (thefourtheye)
2016-10-04lib: remove let from for loopsMyles Borins
2016-09-02internal/util: remove printDeprecationWarningJames M Snell
2016-09-02lib: use emitWarning instead of printDeprecationMessageJames M Snell
2016-08-25util: allow symbol-based custom inspection methodsAnna Henningsen
2016-08-17util: fix deprecated class prototypeBryan English
2016-08-04util: support classes in util.deprecate()vladimir
2016-06-21crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell
2016-06-21buffer,string_decoder: consolidate encoding validation logicJames M Snell
2016-06-01lib,src: drop dependency on v8::Private::ForApi()Ben Noordhuis
2016-05-13util: adhere to `noDeprecation` set at runtimeAnna Henningsen
2016-03-24process: add 'warning' event and process.emitWarning()James M Snell