4362 Commits (a34cccceaa95aac034ff72420b70d7c7b055089d)

Author SHA1 Message Date
Yuya Tanaka ddcd1a202f child_process: optimize IPC for large data 8 years ago
Rich Trott fc2db50021 test,repl: add coverage for repl .clear+useGlobal 8 years ago
Joyee Cheung 9f6d1f6fc2 util: improve readability of normalizeEncoding 8 years ago
Rich Trott 4de7b03a7d lib: refactor bootstrap_node.js regular expression 8 years ago
Jackson Tian d64e2371f6 readline: refactor construct Interface 9 years ago
Andreas Lind c012dd79dc https: Use secureProtocol in Agent#getName 8 years ago
Rich Trott a6c93af244 lib: refactor crypto cipher/hash/curve getters 8 years ago
vitkarpov 8ba2cf9c51 http: define all used properties in constructors 8 years ago
Rich Trott 4323c8018e test,cluster: add test-cluster-worker-deprecated 8 years ago
Evan Torrie 75aa6050ab http: eliminate capture of ClientRequest in Agent 8 years ago
James M Snell e46bdcf2bb url: change null password handling 8 years ago
Victor Felder 5cca69320f events: avoid emit() eager deopt 8 years ago
Brian White 59196af646 stream: avoid additional validation for Buffers 8 years ago
Brian White ded17579e5 events: improve removeListener() performance 8 years ago
Teddy Katz d628f3a227 util: avoid out-of-bounds arguments index access 8 years ago
Kai Cataldo b2d0c44fb1 assert: update comments 8 years ago
Joyee Cheung 2b01138451 url: TupleOrigin#toString use unicode by default 8 years ago
Anna Henningsen e7b656db6e Revert "repl: disable Ctrl+C support on win32 for now" 8 years ago
Ben Noordhuis 6e8d627217 lib,src: support values > 4GB in heap statistics 8 years ago
Brian White 5059b76cbc
http: misc ClientRequest cleanup 8 years ago
Brian White 44c0e4f1ad
http: avoid duplicate isArray() 8 years ago
Brian White e7859c217f
http: optimize default method case 8 years ago
Brian White c9bff043c7
http: optimize short path validation 8 years ago
Benedikt Meurer 66a9f013ac events: optimize arrayClone by copying forward 8 years ago
James M Snell 3195fb45ae url: set toStringTag for the URL class 8 years ago
James M Snell 659d522d7c url: fix accidental filemode change 8 years ago
Michaël Zasso 6977224059 url: fix URL query update if searchParams changes 8 years ago
Michaël Zasso 78e867492a url: improve spec compliance of WHATWG URL 8 years ago
James M Snell 2b98ea0dec url: move originFor, domainToAscii and domainToUnicode 8 years ago
James M Snell e210efad9e url: performance improvement in URL implementation 8 years ago
Joyee Cheung 7fbd12f876 url: make WHATWG URL properties spec compliant 8 years ago
Brian White 32b6bcdd83 http: optimize headers iteration 8 years ago
Brian White a760d707ad http: simplify boolean checks 8 years ago
Brian White c8ad127abc http: extract validation functions 8 years ago
Brian White aed5e27451 lib: avoid recompilation of anonymous functions 8 years ago
Brian White 8a2a763f13 http: improve validation performance 8 years ago
Brian White df8b8b257d http: refactor server connection handling 8 years ago
Brian White 1f0fd7b35d http: misc cleanup and minor optimizations 8 years ago
Brian White b094b49659 http: reuse existing headers array for raw values 8 years ago
Brian White 7ece950ffe events: improve once() performance 8 years ago
Brian White 797495a84a buffer: improve allocation performance 8 years ago
Jeremy Yallop 6629f8f83f fs: cache non-symlinks in realpathSync. 8 years ago
Evan Lucas 6796bf4829 repl: allow autocompletion for scoped packages 8 years ago
Michaël Zasso 05332942e2 tools: enforce linebreak after ternary operators 8 years ago
Anna Henningsen abde7644a5
fs: support Uint8Array input to methods 8 years ago
Francis Gulotta 2e0386c396 fs: remove needless assignment of null 8 years ago
Sam Roberts 2096638fe0 tls: allow obvious key/passphrase combinations 8 years ago
Sean Villars 663c44eaaa cluster: return worker reference from disconnect() 8 years ago
Sam Roberts 8e4b9fa487 tls: fix/annotate connect arg comments 8 years ago
Sam Roberts 980acb4b95 tls: document and test option-less createServer 8 years ago