4282 Commits (67af1ad671d8d8a1dd6358339436f8b9718fc3d9)

Author SHA1 Message Date
cjihrig 2f885e7a43 cluster: refactor module into multiple files 8 years ago
Brian White 2f7759640e
http: misc ClientRequest cleanup 8 years ago
Brian White 15c6187aa5
http: avoid duplicate isArray() 8 years ago
Brian White dab22b5b7a
http: optimize default method case 8 years ago
Brian White 5c2ef14f21
http: optimize short path validation 8 years ago
Rich Trott 20efbffaf8 lib: refactor bootstrap_node.js regular expression 8 years ago
Jackson Tian dad98bfe32 readline: refactor construct Interface 9 years ago
Brian White 03b9f6fe26
stream: avoid instanceof 8 years ago
Brian White a3539ae3be
stream: use plain objects for write/corked reqs 8 years ago
Brian White 176cdc2823
http: misc optimizations and style fixes 8 years ago
Brian White 73d9445782
http: try to avoid lowercasing incoming headers 8 years ago
Brian White c77ed327d9
http: avoid using object for removed header status 8 years ago
Brian White c00e4adbb4
http: optimize header storage and matching 8 years ago
Brian White ec8910bcea
http: check statusCode early 8 years ago
Gibson Fahnestock 6509d747ee assert, tools: enforce strict (not)equal in eslint 8 years ago
Andreas Lind a469f85653 https: Use secureProtocol in Agent#getName 8 years ago
Anna Henningsen 627ecee9ed child_process: support Uint8Array input to methods 8 years ago
cjihrig a73ab9de0d http: remove pointless use of arguments 8 years ago
Rich Trott 022b53c9de lib: refactor crypto cipher/hash/curve getters 8 years ago
Nikolai Vavilov 3c2a9361ff fs: remove fs.read's string interface 8 years ago
vitkarpov a2ea1344ea
http: define all used properties in constructors 8 years ago
Rich Trott 3f61521087 test,cluster: add test-cluster-worker-deprecated 8 years ago
James M Snell 0f62ee6963 url: allow use of URL with http.request and https.request 8 years ago
Rich Trott a68987c154 benchmark,lib,test: adjust for linting 8 years ago
Evan Torrie c04d4df08c http: eliminate capture of ClientRequest in Agent 8 years ago
James M Snell 5161b00af5 url: change null password handling 8 years ago
Victor Felder e52fee50a0 events: avoid emit() eager deopt 8 years ago
Brian White 0a937280d8
stream: avoid additional validation for Buffers 8 years ago
Brian White aab1dd6ff4
events: improve removeListener() performance 8 years ago
Teddy Katz 26f2a6e87c
util: avoid out-of-bounds arguments index access 8 years ago
Kai Cataldo 398229ac71 assert: update comments 8 years ago
Benedikt Meurer f2f997ad1e events: optimize arrayClone by copying forward 8 years ago
James M Snell f5d92f3563 url: set toStringTag for the URL class 8 years ago
Joyee Cheung 2177a38178 url: TupleOrigin#toString use unicode by default 8 years ago
James M Snell ac90d298d4 url: fix accidental filemode change 8 years ago
Michaël Zasso b465cd07fe url: fix URL query update if searchParams changes 8 years ago
Michaël Zasso db18dd8356 url: improve spec compliance of WHATWG URL 8 years ago
James M Snell abc1633de6 url: move originFor, domainToAscii and domainToUnicode 8 years ago
James M Snell 2213f3640a url: performance improvement in URL implementation 8 years ago
Joyee Cheung 508d97628b url: make WHATWG URL properties spec compliant 8 years ago
Brian White 4d7531de24
http: optimize headers iteration 8 years ago
Brian White af74e72a9f
http: simplify boolean checks 8 years ago
Brian White e8b809a7a0
http: extract validation functions 8 years ago
Brian White b6ea857c7d
lib: avoid recompilation of anonymous functions 8 years ago
Brian White a54972c195
http: improve validation performance 8 years ago
Brian White 832271c88f
http: refactor server connection handling 8 years ago
Brian White 14c76f8671
http: misc cleanup and minor optimizations 8 years ago
Brian White 175ed520c1
http: reuse existing headers array for raw values 8 years ago
Brian White 4c9dd6822e
events: improve once() performance 8 years ago
Brian White 13a4887ee9 buffer: improve allocation performance 8 years ago