4334 Commits (7f6b03fd0f06bbee8ce8df423c815c4cba24f0d6)

Author SHA1 Message Date
Brian White f4796d5f6e
querystring: improve stringify() performance 8 years ago
Brian White 53421b174c
querystring: improve parse() performance 8 years ago
Brian White d13aba8499
buffer: improve compare() performance 8 years ago
dcposch@dcpos.ch 6549bc2a35
buffer: fix comments in bidirectionalIndexOf 8 years ago
Rich Trott c0c1a4c029
url: refactor lib/internal/url.js 8 years ago
Rich Trott 33af09fe6a
test,net: add tests for server.connections 8 years ago
cjihrig d751afae0f
cluster: refactor module into multiple files 8 years ago
Gibson Fahnestock c217b438f2
assert, tools: enforce strict (not)equal in eslint 8 years ago
James M Snell 2f9fdc454f
url: allow use of URL with http.request and https.request 8 years ago
Sakthipriyan Vairamani 8fae9d4cfb
tools: rename eslintrc to an undeprecated format 9 years ago
Rich Trott 1438d00119
benchmark,lib,test: adjust for linting 8 years ago
Timothy Gu 95faa55ab9
url: check forEach callback is a function 8 years ago
Brian White a114f63627
buffer: improve toJSON() performance 8 years ago
Adam Langley 5fd0f9ae63
crypto: freelist_max_len is gone in OpenSSL 1.1.0 8 years ago
Timothy Gu 021338dc6d
url: export URLSearchParams 8 years ago
Timothy Gu 5d33c96679 url: improving URLSearchParams 8 years ago
cjihrig d24491c6a7 process: add NODE_NO_WARNINGS environment variable 8 years ago
Rich Trott 2641cd496d vm: improve performance of vm.runIn*() 8 years ago
Jackson Tian d047f8e8f8 fs: remove unused parameter for encodeRealpathResult 8 years ago
Jackson Tian a3abba0b1a lib: remove unnecessary parameter for assertCrypto() 8 years ago
Rich Trott 4e7a31b3a0 crypto,tls: fix mutability of return values 8 years ago
Rich Trott 84bf04b0c1 test,util: remove lint workarounds 8 years ago
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