4247 Commits (f0eba7811d521bbc99dd6ae487ed1abce781a0b8)

Author SHA1 Message Date
Michaël Zasso fe2f058f17
repl: remove workaround for function redefinition 8 years ago
Umair Ishaq 6a45c81edd
readline: update 6 comparions to strict 8 years ago
Timothy Gu 8547871ea2
url: fix setting `url.search` to the empty string 8 years ago
James M Snell 322fc20333
url: extend url.format to support WHATWG URL 8 years ago
Roee Kasher 9264131fb3
src: unconsume stream fix in internal http impl 8 years ago
yorkie 0d52aced0c
stream: move legacy to lib/internal dir 9 years ago
Jackson Tian 4c0f29723c http: use direct parameters instead 8 years ago
Timothy Gu 438a98ca95 url: make URLSearchParams/Iterator match spec 8 years ago
Luigi Pinca c32984361a http: make request.abort() destroy the socket 8 years ago
Timothy Gu 2bfd58adb1 url: define @@toStringTag as a data property 8 years ago
Timothy Gu f1851cb8e4 url: do not public expose inspect methods on URL 8 years ago
Timothy Gu b48b80f630 url: stop exporting originFor() 8 years ago
Brian White 97ff43232b
querystring: improve unescapeBuffer performance 8 years ago
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