summaryrefslogtreecommitdiff
path: root/lib/util.js
AgeCommit message (Expand)Author
2015-08-08util: display constructor when inspecting objectsChristopher Monsanto
2015-07-27util: delay creation of debug contextAli Ijaz Sheikh
2015-07-21util: removing redundant checks in is* functionsSakthipriyan Vairamani
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-16util: dont repeat isBufferBrendan Ashworth
2015-06-16util: move deprecate() to internal moduleBrendan Ashworth
2015-06-11lib: don't use global BufferRoman Reiss
2015-06-04util: introduce `printDeprecationMessage` functionVladimir Kurchatkin
2015-05-20util: speed up common case of formatting stringСковорода Никита Андреевич
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg
2015-05-01url: significantly improve the performance of the url modulePetka Antonov
2015-04-25util: add Map and Set inspection supportChristopher Monsanto
2015-04-09lib: reduce process.binding() callsBrendan Ashworth
2015-03-31lib: remove unused variablesBrian White
2015-03-22util: Check input to util.inheritsConnor Peet
2015-02-24util: handle symbols properly in format()cjihrig
2015-02-07util: simplify `isPrimitive`Vladimir Kurchatkin
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-15src: fix jslint errorsYosuke Furukawa
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-08util: _detailedException to _exceptionWithHostPortEvan Lucas
2015-01-08util,net: move _detailedException into utilEvan Lucas
2015-01-08util: show symbol propertiesVladimir Kurchatkin
2014-11-22lib: turn on strict modeBen Noordhuis
2014-10-03util: add es6 Symbol support for `util.inspect`gyson
2014-04-03util: made util.isArray a direct alias for Array.isArrayEvan Carroll
2014-04-02lib: use triple equalsYuki KAN
2014-02-06util: show meaningful values for boxed primitivesNathan Rajlich
2014-01-29lib: Remove unused var+operations in util.inspectThom Seddon
2014-01-24tls_wrap: propagate errors to write callbacksFedor Indutny
2014-01-10util: handle escaped forward slashes correctlyTom Gallacher
2013-12-20Revert "util: more strict check for bool/number/string"Trevor Norris
2013-12-18util: more strict check for bool/number/stringYorkie
2013-11-25util: Format negative zero as '-0'David Chan
2013-10-15util: format as Error if instanceof ErrorRod Vagg
2013-08-22util: pass opts to custom inspect functionsTimothy J Fontaine
2013-08-20util: isObject should always return booleanTrevor Norris
2013-08-12util: fix isPrimitive checkTrevor Norris
2013-08-02util: add isPrimitive checkTrevor Norris
2013-08-01src: Replace macros with util functionsisaacs
2013-07-29util: don't throw on circular %j input to format()Ben Noordhuis
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-22util: removed duplicated isArray checkWyatt Preul
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis
2013-05-21util: Add debuglog, deprecate console lookalikesisaacs
2013-05-13util: make util.log handle non strings like console.logNick Sullivan
2013-03-28util: fix util.inspect() line width calculationMarcin Kostrzewa
2013-03-12util: custom `inspect()` method may return an ObjectNathan Rajlich