4242 Commits (753021c35b98ba39555463468cb309bbc70f91d1)

Author SHA1 Message Date
Jackson Tian 69674f4d3e lib: remove unnecessary parameter for assertCrypto() 8 years ago
cjihrig 8f3ff98f0e child_process: allow Infinity as maxBuffer value 8 years ago
Rich Trott 56950674d6 crypto,tls: fix mutability of return values 8 years ago
Rich Trott 8628c93499 test,util: remove lint workarounds 8 years ago
Yuya Tanaka 92eadd3037
child_process: optimize IPC for large data 8 years ago
Rich Trott 338d09d25b test,repl: add coverage for repl .clear+useGlobal 8 years ago
Joyee Cheung 34bf31ea8a util: improve readability of normalizeEncoding 8 years ago
Rich Trott 97f001ab16 test,net: add tests for server.connections 8 years ago
Sakthipriyan Vairamani (thefourtheye) 66f09be743
Revert "fs: ensure readFile[Sync] reads from the beginning" 8 years ago
Nikolai Vavilov 4444e731f2 fs: ensure readFile[Sync] reads from the beginning 8 years ago
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