4201 Commits (5db4c6a76b39f76d1bd9fa5b8c69691624abd953)

Author SHA1 Message Date
Danny Nemer 8bd6ab7870
readline: add option to stop duplicates in history 9 years ago
cjihrig 637d9e3544
process: add NODE_NO_WARNINGS environment variable 8 years ago
Sam Roberts 7cad5613c7
tls: new tls.TLSSocket() supports sec ctx options 8 years ago
Sam Roberts df9d8ee6cb
tls: allow obvious key/passphrase combinations 8 years ago
Sean Villars ae587f3578
cluster: return worker reference from disconnect() 8 years ago
Ben Noordhuis 0bc14b6d33
dns: implement {ttl: true} for dns.resolve4() 8 years ago
Kirill Fomichev 875674bb1c
crypto: return `this` in setAuthTag/setAAD 8 years ago
Matteo Collina 0a79b2da1b
crypto: make LazyTransform compabile with Streams1 8 years ago
Evan Lucas dac66d5645
doc: limit lines to 80 cols in internal README 8 years ago
Tobias Nießen 7678da4c65
crypto: handle exceptions in hmac/hash.digest 8 years ago
Bryan English 202f00717b
process: maintain constructor descriptor 8 years ago
Yuya Tanaka c13429ad8f
child_process: optimize IPC for large data 8 years ago
Rich Trott 6eb1c25263
tools: ignore URLs in line length linting 8 years ago
Gibson Fahnestock 0fff04f24f
lib: add comment to script eval _tickCallback 8 years ago
Ben Noordhuis 1a7d6337fb
lib: fix event race condition with -e 8 years ago
Shigeki Ohtsu 632aee186d
timers: fix not to close reused timer handle 8 years ago
Rich Trott 53d7a89497
buffer: remove unneeded eslint-disable comment 8 years ago
mr-spd f8426d9177
lib: remove unused msg parameter in debug_agent 8 years ago
jseagull 1158f44599
events,test: fix TypeError in EventEmitter warning 8 years ago
Trevor Norris 858bbaa4aa
Partial revert "tls: keep track of stream that is closed" 8 years ago
jBarz 1baee1829b
tls: keep track of stream that is closed 8 years ago
Richard Lau 500d17b071
module: fix loading from global folders on Windows 8 years ago
Daijiro Wachi 63449972d1
url: use `hasIntl` instead of `try-catch` 8 years ago
Rich Trott 5d74c9e749
buffer: refactor Buffer.prototype.inspect() 8 years ago
Ben Noordhuis 06752d1fc0
net: remove misleading comment 8 years ago
Gibson Fahnestock 12c0ce749f
assert, tools: enforce strict (not)equal in eslint 8 years ago
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