44 Commits (0dd8b9a96561f9b85783a7e1178d35d49e2340e2)

Author SHA1 Message Date
James M Snell ef16319eff util: fixup internal util exports 8 years ago
Anna Henningsen 99da8e8e02
util: add util.promisify() 8 years ago
Rich Trott a180259e42 test,lib,doc: use function declarations 8 years ago
Brian White d5925af8d7
util: fix permanent deoptimizations 8 years ago
James M Snell 76327613af errors, child_process: migrate to using internal/errors 8 years ago
Timothy Gu 3c0dd45c88 util: move getConstructorOf() to internal 8 years ago
James M Snell 9077b48271 lib: refactor internal/util 8 years ago
Rich Trott 1e6186e902 buffer,util: refactor for performance 8 years ago
Sakthipriyan Vairamani (thefourtheye) d75fdd96aa
child_process: improve killSignal validations 8 years ago
James M Snell d523eb9c40 tls: use emitWarning() for dhparam < 2048 bits 8 years ago
James M Snell 051047231e util: cleanup internalUtil.deprecate 8 years ago
James M Snell bc44d2c3cd util, debugger: remove internalUtil.error 8 years ago
James M Snell b855dadae0 util: eliminate unnecessary exports 8 years ago
James M Snell 4151ab398b util: add createClassWrapper to internal/util 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
Jackson Tian 69674f4d3e lib: remove unnecessary parameter for assertCrypto() 8 years ago
Rich Trott 56950674d6 crypto,tls: fix mutability of return values 8 years ago
Joyee Cheung 34bf31ea8a util: improve readability of normalizeEncoding 8 years ago
Rich Trott 022b53c9de lib: refactor crypto cipher/hash/curve getters 8 years ago
Jackson Tian fc31055117 internal/util: move the case 'latin1' 8 years ago
Sakthipriyan Vairamani (thefourtheye) 720d01f006
buffer: convert offset & length to int properly 8 years ago
Rich Trott 6b2aa1a2b9 Revert "buffer: convert offset & length to int properly" 8 years ago
Sakthipriyan Vairamani (thefourtheye) ca37fa527f buffer: convert offset & length to int properly 8 years ago
Myles Borins 2e568d95bd lib: remove let from for loops 8 years ago
James M Snell 7b73f55902 internal/util: remove printDeprecationWarning 8 years ago
James M Snell 15eaba98a1 lib: use emitWarning instead of printDeprecationMessage 8 years ago
Anna Henningsen 59714cb7b3
util: allow symbol-based custom inspection methods 8 years ago
Bryan English 249bb8da2f util: fix deprecated class prototype 8 years ago
vladimir 320f433dcd util: support classes in util.deprecate() 8 years ago
James M Snell 6be73feaeb crypto,tls: perf improvements for crypto and tls getCiphers 8 years ago
James M Snell 6dd093da26 buffer,string_decoder: consolidate encoding validation logic 8 years ago
Ben Noordhuis 334ef4f19d lib,src: drop dependency on v8::Private::ForApi() 9 years ago
Anna Henningsen a4564f3649
util: adhere to `noDeprecation` set at runtime 9 years ago
James M Snell c6656db352 process: add 'warning' event and process.emitWarning() 9 years ago
James M Snell f429fe1b88 crypto: fail early when loading crypto without openssl 9 years ago
Brian White 18490d3d5a module: always decorate thrown errors 9 years ago
Brian White 0b43c08f44 util: pass on additional error() args 9 years ago
Minwoo Jung 94b9948d63 lib,src: ensure '(node:pid)' prefix for stdout logging 9 years ago
Ben Noordhuis 04b1a2f756 util: move .decorateErrorStack to internal/util 9 years ago
cjihrig 5169311bf9 util,src: allow lookup of hidden values 9 years ago
Minwoo Jung d01eb6882f lib: add 'pid' prefix in `internal/util` 9 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 9 years ago
Brendan Ashworth 1d79f572f1 util: move deprecate() to internal module 9 years ago
Vladimir Kurchatkin 628845b816 util: introduce `printDeprecationMessage` function 10 years ago