4334 Commits (7f6b03fd0f06bbee8ce8df423c815c4cba24f0d6)

Author SHA1 Message Date
Timothy Gu 5f10827248
url: fix handling of ? in URLSearchParams creation 8 years ago
James M Snell 214a39294a
errors: add internal/errors.js 8 years ago
JungMinu a710167c79
lib: rename kMaxCallbacksUntilQueueIsShortened 8 years ago
Ben Noordhuis 4f6a3d38c3
domain,events: support non-object 'error' argument 8 years ago
Dmitry Tsvettsikh 4ee9220565
tty: avoid oob warning in TTYWrap::GetWindowSize() 8 years ago
Fedor Indutny f37ab7968e
tls: do not crash on STARTTLS when OCSP requested 8 years ago
Sakthipriyan Vairamani (thefourtheye) 61e1af2155
lib: remove unnecessary assignments with _extend 8 years ago
Michaël Zasso eea2eb9111
tools: enable one-var-declaration-per-line ESLint rule 8 years ago
Ali Ijaz Sheikh 4b4bc13758
cluster: properly handle --inspect-{brk,port} 8 years ago
James M Snell 3d133ebd3d
util, debugger: remove internalUtil.error 8 years ago
James M Snell 95bee8f202
util: eliminate unnecessary exports 8 years ago
Arseniy Maximov c942e2037c
child_process: refactor internal/child_process.js 8 years ago
cjihrig 0240eb99a2
child_process: remove empty if condition 8 years ago
James M Snell f55c628b2a
vm: refactor vm module 8 years ago
Wayne Andrews bc9c381027
build: add code coverage to make 8 years ago
Daniel Bevenius d1549bf8d9
lib: add constant kMaxCallbacksUntilQueueIsShortened 8 years ago
Shinnosuke Watanabe 3bdac54e67
util: use ES2015+ Object.is to check negative zero 8 years ago
Jackson Tian 60fc567952
child_process: move anonymous class to top level 8 years ago
Michaël Zasso 4366ab539f
url: implement URL.prototype.toJSON 8 years ago
Vse Mozhet Byt aef67cfe39
dgram: fix possibly deoptimizing use of arguments 8 years ago
Timothy Gu 8dbd562590
url: fix surrogate handling in encodeAuth() 8 years ago
Timothy Gu 7e37628c51
benchmark: add url/url-searchparams-sort.js 8 years ago
Timothy Gu c25c16cc1b
url: add urlSearchParams.sort() 8 years ago
Ben Noordhuis 73e316e908
src: make --icu-data-dir= switch testable 8 years ago
Rich Trott 6a2f330dbd
assert: remove unneeded condition 8 years ago
James M Snell 4ffad094ba
buffer: refactor slowToString 8 years ago
James M Snell d08a8e68e8
buffer: avoid use of arguments 8 years ago
James M Snell 5f94ff6231
tls: avoid potentially deoptimizing use of arguments 8 years ago
James M Snell 662b0c31ce
dns: avoid use of arguments 8 years ago
John Barboza 506a1cb03f
timer,domain: maintain order of timer callbacks 8 years ago
David Benjamin 1dc438fd8b
crypto: remove unused access of tlsext_hostname 8 years ago
Ben Noordhuis 2952512b86
lib: replace \u2019 with regular ascii quote 8 years ago
asafdav2 e4b139d300
timer: remove duplicated word in comment 8 years ago
Michaël Zasso cfadbc2661
util: improve inspect for AsyncFunction 8 years ago
Anna Henningsen 3596d156c1
lib: build `node inspect` into `node` 8 years ago
James M Snell 6cf06cf518
fs: allow WHATWG URL and file: URLs as paths 8 years ago
cjihrig d9ed965ae1
dgram: remove this aliases 8 years ago
Michaël Zasso fe2f058f17
repl: remove workaround for function redefinition 8 years ago
Umair Ishaq 6a45c81edd
readline: update 6 comparions to strict 8 years ago
Timothy Gu 8547871ea2
url: fix setting `url.search` to the empty string 8 years ago
James M Snell 322fc20333
url: extend url.format to support WHATWG URL 8 years ago
Roee Kasher 9264131fb3
src: unconsume stream fix in internal http impl 8 years ago
yorkie 0d52aced0c
stream: move legacy to lib/internal dir 9 years ago
Jackson Tian 4c0f29723c http: use direct parameters instead 8 years ago
Timothy Gu 438a98ca95 url: make URLSearchParams/Iterator match spec 8 years ago
Luigi Pinca c32984361a http: make request.abort() destroy the socket 8 years ago
Timothy Gu 2bfd58adb1 url: define @@toStringTag as a data property 8 years ago
Timothy Gu f1851cb8e4 url: do not public expose inspect methods on URL 8 years ago
Timothy Gu b48b80f630 url: stop exporting originFor() 8 years ago
Brian White 97ff43232b
querystring: improve unescapeBuffer performance 8 years ago