127 Commits (0f8e63caffb8d7c9ff1d2baef7b657db77525ddb)

Author SHA1 Message Date
Mudit Ameta e2f47f5698 util: Change how Error objects are formatted 9 years ago
Jackson Tian 3e740caaf3 util: faster arrayToHash 9 years ago
Xotic750 93d6b5fb68 util: use consistent Dates in inspect() 9 years ago
cjihrig 6526ae7b37 util: determine object types in C++ 9 years ago
Evan Lucas 24012a879d util: make inspect more reliable 9 years ago
Brian White 82b8355e12 util: fix constructor/instanceof checks 9 years ago
Ben Noordhuis 04b1a2f756 util: move .decorateErrorStack to internal/util 9 years ago
cjihrig 8ca412b7a3 util: add decorateErrorStack() 9 years ago
Wyatt Preul 007cfea308 util: remove pump 9 years ago
Wyatt Preul 4cf19ad1bb util: Remove exec, has been deprecated for years 9 years ago
Minwoo Jung 9d0396cd63 util: use Object.create(null) for dictionary object 9 years ago
Ben Noordhuis 34a35919e1 util: improve typed array formatting 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
qinjia 02a44e0bfd util: use regexp instead of str.replace().join() 9 years ago
Sakthipriyan Vairamani aaf9b488e2 lib,test: update let to const where applicable 9 years ago
Michaël Zasso 29da8cf8d7 util: make inherits work with classes 9 years ago
Wyatt Preul 8b4adb267b util: Remove p, has been deprecated for years 9 years ago
Evan Lucas a1bda1b4de util: fix for inspecting promises 9 years ago
Evan Lucas 88533881dd util: correctly inspect Map/Set Iterators 9 years ago
Evan Lucas 089d688617 util: fix check for Array constructor 9 years ago
Ben Noordhuis 9a1bc4ea7e util: optimize promise introspection 9 years ago
Christopher Monsanto 7d14dd9b5e util: display constructor when inspecting objects 10 years ago
Ali Ijaz Sheikh ab479659c7 util: delay creation of debug context 9 years ago
Sakthipriyan Vairamani 6391f4d2fd util: removing redundant checks in is* functions 9 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 9 years ago
Brendan Ashworth 626432d843 util: dont repeat isBuffer 9 years ago
Brendan Ashworth 1d79f572f1 util: move deprecate() to internal module 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Vladimir Kurchatkin 628845b816 util: introduce `printDeprecationMessage` function 10 years ago
Сковорода Никита Андреевич 214d02040e util: speed up common case of formatting string 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Rod Vagg 702997c1f0 Revert "url: significantly improve the performance of the url module" 10 years ago
Petka Antonov 3fd7fc429c url: significantly improve the performance of the url module 10 years ago
Christopher Monsanto bf7ac08dd0 util: add Map and Set inspection support 10 years ago
Brendan Ashworth 1219e7466c lib: reduce process.binding() calls 10 years ago
Brian White 4dc6ae2181 lib: remove unused variables 10 years ago
Connor Peet 849319a260 util: Check input to util.inherits 10 years ago
cjihrig ed3b057e9f util: handle symbols properly in format() 10 years ago
Vladimir Kurchatkin b9d3928f80 util: simplify `isPrimitive` 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Yosuke Furukawa fd30eb2152 src: fix jslint errors 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Evan Lucas b1a208c83c util: _detailedException to _exceptionWithHostPort 10 years ago
Evan Lucas 3937e8566d util,net: move _detailedException into util 10 years ago
Vladimir Kurchatkin c70d192ab3 util: show symbol properties 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
gyson cb97bcd6f9 util: add es6 Symbol support for `util.inspect` 10 years ago
Rod Vagg 250782d139 util: format as Error if instanceof Error 11 years ago
Evan Carroll 95dbb6bf64 util: made util.isArray a direct alias for Array.isArray 11 years ago