4323 Commits (b514bd231ed8926a0037b78e85d267a602c2e7cd)

Author SHA1 Message Date
James M Snell b514bd231e zlib: use RangeError/TypeError consistently 8 years ago
James M Snell 8e69f7e385 zlib: refactor zlib module 8 years ago
James M Snell 4151ab398b util: add createClassWrapper to internal/util 8 years ago
James M Snell 804bb22e3b vm: refactor vm module 8 years ago
Wayne Andrews f8ee197614 build: add code coverage to make 8 years ago
Timothy Gu fa41dd117d url: fix handling of ? in URLSearchParams creation 8 years ago
Daniel Bevenius aa05209d6d lib: add constant kMaxCallbacksUntilQueueIsShortened 8 years ago
Shinnosuke Watanabe 5ddf72290b util: use ES2015+ Object.is to check negative zero 8 years ago
Jackson Tian f9dc722eb5
child_process: move anonymous class to top level 8 years ago
Michaël Zasso 66e263035a url: implement URL.prototype.toJSON 8 years ago
Vse Mozhet Byt adf1ed0146 dgram: fix possibly deoptimizing use of arguments 8 years ago
Nikolai Vavilov 00c86cc8e9 buffer: remove Uint8Array check 8 years ago
Rich Trott 3429991d8b assert: remove unneeded condition 8 years ago
Anna Henningsen f18e08d820
console: do not emit error events 8 years ago
Rich Trott 0af41834f1 assert: fix misformatted error message 8 years ago
James M Snell 4b8b7e9d2b buffer: refactor slowToString 8 years ago
James M Snell 1e21d05632 buffer: avoid use of arguments 8 years ago
James M Snell 0000d71dc6 tls: avoid potentially deoptimizing use of arguments 8 years ago
James M Snell e36d0d3974 dns: avoid use of arguments 8 years ago
Ben Noordhuis 2ba4eeadbb lib: remove simd support from util.format() 8 years ago
John Barboza 9dac165160 timer,domain: maintain order of timer callbacks 8 years ago
Timothy Gu c6b12d0984 url: fix surrogate handling in encodeAuth() 8 years ago
Timothy Gu 781eb90960 benchmark: add url/url-searchparams-sort.js 8 years ago
Timothy Gu 02d1e32fe3 url: add urlSearchParams.sort() 8 years ago
David Benjamin e34ee1d2c9 crypto: remove unused access of tlsext_hostname 8 years ago
James M Snell 9f74184e98 crypto: upgrade pbkdf2 without digest to an error 8 years ago
Brian White ff785fd517 querystring: fix empty pairs and optimize parse() 8 years ago
Ben Noordhuis fd8587eb38 lib: replace \u2019 with regular ascii quote 8 years ago
Anna Henningsen fd18b656a3
lib: build `node inspect` into `node` 8 years ago
Matteo Collina b1fc7745f2 fs: avoid emitting error EBADF for double close 8 years ago
asafdav2 b2a77654b7 timer: remove duplicated word in comment 8 years ago
Sam Roberts 4cafa60c99 child_process: align fork/spawn stdio error msg 8 years ago
DavidCai 78182458e6 url: fix error message of url.format 8 years ago
Michaël Zasso f65aa08b52 util: improve inspect for (Async|Generator)Function 8 years ago
Ben Noordhuis 46345b9374 src: make --icu-data-dir= switch testable 8 years ago
Josh Gavant dfdd911e17 lib: deprecate node --debug at runtime 8 years ago
cjihrig b594b3bc34 dgram: remove this aliases 8 years ago
James M Snell 159749d522 errors: add internal/errors.js 8 years ago
cjihrig a4bb9fdb89 http: include provided status code in range error 8 years ago
James M Snell 9549329158 fs: allow WHATWG URL and file: URLs as paths 8 years ago
Nikolai Vavilov 9a0829d728 buffer: stricter argument checking in toString 8 years ago
Umair Ishaq b869ecaacf
readline: update 6 comparions to strict 8 years ago
James M Snell 5e52a9ac09 Revert "fs: allow WHATWG URL and file: URLs as paths" 8 years ago
James M Snell 79400bfbfd fs: allow WHATWG URL and file: URLs as paths 8 years ago
Timothy Gu 0792d452e8 url: fix setting `url.search` to the empty string 8 years ago
Daijiro Wachi 4e259b21a3 querystring, url: handle repeated sep in search 8 years ago
James M Snell c5e9654b5b url: extend url.format to support WHATWG URL 8 years ago
Roee Kasher 3e3bfc57d9 src: unconsume stream fix in internal http impl 8 years ago
yorkie 1b30df1003 stream: move legacy to lib/internal dir 8 years ago
Timothy Gu cc48f21c83 url: extend URLSearchParams constructor 8 years ago