4175 Commits (f15e12453ad16a7d914880765e7b6cc5188fa959)

Author SHA1 Message Date
Brian White f9287461dd
stream: avoid additional validation for Buffers 8 years ago
Myles Borins 64fc5a4541 Revert "Revert "repl: disable Ctrl+C support..." 8 years ago
Rich Trott fb2f449acc
tools: update ESLint to current version 8 years ago
Rich Trott b4cf8c4036
benchmark,lib,test: adjust for linting 8 years ago
Brian White c8d2ca7a78
fs: improve performance for sync stat() functions 8 years ago
Brian White 5bfa43d8f0
os: improve loadavg() performance 8 years ago
Brian White b7088a9355
process: improve memoryUsage() performance 8 years ago
Vse Mozhet Byt e5d1e273d7
dgram: fix possibly deoptimizing use of arguments 8 years ago
cjihrig c7257e716f
dgram: remove this aliases 8 years ago
Luigi Pinca b4dc7a778f
http: make request.abort() destroy the socket 8 years ago
Brian White db45bf850a
querystring: improve unescapeBuffer performance 8 years ago
Brian White 32cdbca2dc
querystring: improve stringify() performance 8 years ago
Brian White 23f3f20963
querystring: improve parse() performance 8 years ago
Brian White e397e6f94a
buffer: improve compare() performance 8 years ago
dcposch@dcpos.ch 2b52859535
buffer: fix comments in bidirectionalIndexOf 8 years ago
Sakthipriyan Vairamani 83a3aef873
tools: rename eslintrc to an undeprecated format 9 years ago
Brian White f7879d98f8
buffer: improve toJSON() performance 8 years ago
Timothy Gu 9e6fcbb34c
url: fix surrogate handling in encodeAuth() 8 years ago
Adam Langley 44510197dd
crypto: freelist_max_len is gone in OpenSSL 1.1.0 8 years ago
Jackson Tian bde1a7e09e
lib: remove unnecessary parameter for assertCrypto() 8 years ago
Rich Trott ccb6045f2d
crypto,tls: fix mutability of return values 8 years ago
Rich Trott 4a87aee532
test,util: remove lint workarounds 8 years ago
Rich Trott 73283060ad
test,repl: add coverage for repl .clear+useGlobal 8 years ago
Joyee Cheung 53213004eb
util: improve readability of normalizeEncoding 8 years ago
Rich Trott a2aa2f7de4
lib: refactor bootstrap_node.js regular expression 8 years ago
Jackson Tian dc88b6572d
readline: refactor construct Interface 9 years ago
Rich Trott 797d9ee924
lib: refactor crypto cipher/hash/curve getters 8 years ago
yorkie 412f380903
stream: move legacy to lib/internal dir 9 years ago
Umair Ishaq f7c6ad2df9
readline: update 6 comparions to strict 8 years ago
Roee Kasher 28102edbc8
src: unconsume stream fix in internal http impl 8 years ago
asafdav2 b90a141cc7
timer: remove duplicated word in comment 8 years ago
John Barboza d71ebb90ec
timer,domain: maintain order of timer callbacks 8 years ago
Rich Trott 32b264c33b
assert: remove unneeded condition 8 years ago
Jackson Tian 4179c7050f
child_process: move anonymous class to top level 8 years ago
Shinnosuke Watanabe e54b433c8d
util: use ES2015+ Object.is to check negative zero 8 years ago
James M Snell a55af77fc5
vm: refactor vm module 8 years ago
cjihrig 818cef848e
child_process: remove empty if condition 8 years ago
Arseniy Maximov c371fdcf34
child_process: refactor internal/child_process.js 8 years ago
Fedor Indutny 2a168917cb
tls: do not crash on STARTTLS when OCSP requested 8 years ago
Dmitry Tsvettsikh 1ed47d3f33
tty: avoid oob warning in TTYWrap::GetWindowSize() 8 years ago
JungMinu 69327f5e72
lib: rename kMaxCallbacksUntilQueueIsShortened 8 years ago
Daniel Bevenius a6b2dfa43c
lib: add constant kMaxCallbacksUntilQueueIsShortened 8 years ago
Rich Trott a0c705ef79
assert: apply minor refactoring 8 years ago
levsthings 02e5f5c57e
process: fix typo in comments 8 years ago
Arseniy Maximov 742ec6213f
net: prefer === to == 8 years ago
Kai Cataldo 7ecfe4971a
assert: update comments 8 years ago
Ben Noordhuis a3ad63b9b3
lib,src: support values > 4GB in heap statistics 8 years ago
Ben Noordhuis d777da27bc
http: reject control characters in http.request() 8 years ago
Sakthipriyan Vairamani (thefourtheye) f83d035c50
buffer: convert offset & length to int properly 8 years ago
Evan Lucas bad0d9367e
http: add debug message for invalid header value 8 years ago