120 Commits (271927f29e5119f243decca9d7912fa4e4cd6c76)

Author SHA1 Message Date
Rich Trott aaeeec4765 lib,test,tools: alignment on variable assignments 9 years ago
Alexander Makarenko 2ce83bd8f9 http,util: fix typos in comments 9 years ago
Rich Trott 4079b5e858 lib: scope loop variables 9 years ago
Jackson Tian f4414102ed util: faster arrayToHash 9 years ago
cjihrig b421119984 util: determine object types in C++ 9 years ago
Ben Noordhuis 6a7c9d9293 util: move .decorateErrorStack to internal/util 9 years ago
cjihrig 422a865d46 util: add decorateErrorStack() 9 years ago
Brian White 2d5380ea25 util: fix constructor/instanceof checks 9 years ago
Sakthipriyan Vairamani 3d81ea99bb lib,test: update let to const where applicable 9 years ago
qinjia 301e166d20 util: use regexp instead of str.replace().join() 9 years ago
Evan Lucas e0fffca836 util: fix for inspecting promises 9 years ago
Evan Lucas 8dfdee3733 util: correctly inspect Map/Set Iterators 9 years ago
Evan Lucas b5c51fdba0 util: fix check for Array constructor 9 years ago
Ben Noordhuis d8ab4e185d 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
Yuki KAN 006d42786e lib: use triple equals 11 years ago
Nathan Rajlich 8874a31748 util: show meaningful values for boxed primitives 11 years ago
Thom Seddon 8eaa1ac463 lib: Remove unused var+operations in util.inspect 11 years ago
Fedor Indutny 640912d18a tls_wrap: propagate errors to write callbacks 11 years ago
Tom Gallacher 38a07a929b util: handle escaped forward slashes correctly 11 years ago
Trevor Norris 87cde44280 Revert "util: more strict check for bool/number/string" 11 years ago
Yorkie 95ee84fabe util: more strict check for bool/number/string 11 years ago