4362 Commits (a34cccceaa95aac034ff72420b70d7c7b055089d)

Author SHA1 Message Date
Timothy Gu c25c16cc1b
url: add urlSearchParams.sort() 8 years ago
Ben Noordhuis 73e316e908
src: make --icu-data-dir= switch testable 8 years ago
Rich Trott 6a2f330dbd
assert: remove unneeded condition 8 years ago
James M Snell 4ffad094ba
buffer: refactor slowToString 8 years ago
James M Snell d08a8e68e8
buffer: avoid use of arguments 8 years ago
James M Snell 5f94ff6231
tls: avoid potentially deoptimizing use of arguments 8 years ago
James M Snell 662b0c31ce
dns: avoid use of arguments 8 years ago
John Barboza 506a1cb03f
timer,domain: maintain order of timer callbacks 8 years ago
David Benjamin 1dc438fd8b
crypto: remove unused access of tlsext_hostname 8 years ago
Ben Noordhuis 2952512b86
lib: replace \u2019 with regular ascii quote 8 years ago
asafdav2 e4b139d300
timer: remove duplicated word in comment 8 years ago
Michaël Zasso cfadbc2661
util: improve inspect for AsyncFunction 8 years ago
Anna Henningsen 3596d156c1
lib: build `node inspect` into `node` 8 years ago
James M Snell 6cf06cf518
fs: allow WHATWG URL and file: URLs as paths 8 years ago
cjihrig d9ed965ae1
dgram: remove this aliases 8 years ago
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