4362 Commits (a34cccceaa95aac034ff72420b70d7c7b055089d)

Author SHA1 Message Date
James M Snell 62e726109a
repl: avoid using forEach 8 years ago
James M Snell 90be5a1f19
stream: avoid using forEach 8 years ago
James M Snell 646ee559df
tls: avoid using forEach 8 years ago
jBarz 540830116b
tls: keep track of stream that is closed 8 years ago
James M Snell 9a59913039
util: avoid using forEach 8 years ago
Vse Mozhet Byt 5b1d61ce09 child_process: fix deoptimizing use of arguments 8 years ago
Claudio Rodriguez 2fcefeeda0
dgram: refactor dgram to module.exports 8 years ago
Richard Lau 103458772a
module: fix loading from global folders on Windows 8 years ago
Juwan Yoo 1dff218cd1
net: allow missing callback for Socket.connect 8 years ago
Brian White c5874d1bd4
url: remove invalid file protocol check 8 years ago
Joyee Cheung b56e851c48 net: refactor overloaded argument handling 8 years ago
Ali BARIN 7b84363636 util: fix inspecting symbol key in string 8 years ago
James M Snell 039a1a97d8
dns: minor refactor of dns module 8 years ago
Daijiro Wachi 24e6fcce8b
url: use `hasIntl` instead of `try-catch` 8 years ago
Brian White e2133f3e57
os: improve cpus() performance 8 years ago
Rich Trott 02dbae6b3f
buffer: refactor Buffer.prototype.inspect() 8 years ago
Ben Noordhuis 13cb8a69e4
net: remove misleading comment 8 years ago
Timothy Gu 1b6ba9effb
src: do not ignore IDNA conversion error 8 years ago
Brian White 3e8d43d165
http: add new functions to OutgoingMessage 8 years ago
Arseniy Maximov 3afe90dc9b
net: prefer === to == 8 years ago
Brian White 758126301e
fs: improve performance for sync stat() functions 8 years ago
Brian White db06c7311b
os: improve loadavg() performance 8 years ago
levsthings fe7a722468
process: fix typo in comments 8 years ago
Josh Gavant 614742b67f
lib: deprecate node --debug at runtime 8 years ago
James M Snell 237db9c497
util: cleanup internalUtil.deprecate 8 years ago
Brian White 54e1f0c219
process: improve memoryUsage() performance 8 years ago
Rich Trott 6bcc841786
assert: apply minor refactoring 8 years ago
Sam Roberts 4e327708a9
tls: new tls.TLSSocket() supports sec ctx options 8 years ago
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