4284 Commits (2f1f48ac2ad2b75169b909d112d760ce68d01abc)

Author SHA1 Message Date
James M Snell 9549329158 fs: allow WHATWG URL and file: URLs as paths 8 years ago
Nikolai Vavilov 9a0829d728 buffer: stricter argument checking in toString 8 years ago
Umair Ishaq b869ecaacf
readline: update 6 comparions to strict 8 years ago
James M Snell 5e52a9ac09 Revert "fs: allow WHATWG URL and file: URLs as paths" 8 years ago
James M Snell 79400bfbfd fs: allow WHATWG URL and file: URLs as paths 8 years ago
Timothy Gu 0792d452e8 url: fix setting `url.search` to the empty string 8 years ago
Daijiro Wachi 4e259b21a3 querystring, url: handle repeated sep in search 8 years ago
James M Snell c5e9654b5b url: extend url.format to support WHATWG URL 8 years ago
Roee Kasher 3e3bfc57d9 src: unconsume stream fix in internal http impl 8 years ago
yorkie 1b30df1003 stream: move legacy to lib/internal dir 8 years ago
Timothy Gu cc48f21c83 url: extend URLSearchParams constructor 8 years ago
Jackson Tian aa8eb8747c
http: use direct parameters instead 8 years ago
Timothy Gu 90c2ac7be3 url: make URLSearchParams/Iterator match spec 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
James M Snell 03e89b3ff2 process: add --redirect-warnings command line argument 8 years ago
James M Snell 5e1f32fd94 process: add optional code to warnings + type checking 8 years ago
cjihrig 5587ff1ccd dns: handle implicit bind DNS errors 8 years ago
Luigi Pinca 18d4ee97d8 http: make request.abort() destroy the socket 8 years ago
Timothy Gu 06ecf4dec7 url: define @@toStringTag as a data property 8 years ago
Timothy Gu d65904bc6a url: do not public expose inspect methods on URL 8 years ago
Javis Sullivan 3268863ebc child_process: add string shortcut for fork stdio 8 years ago
Timothy Gu e71c278288 url: stop exporting originFor() 8 years ago
Brian White 24ef1e6775 string_decoder: align UTF-8 handling with V8 8 years ago
Michaël Zasso 007386ee81 repl: remove workaround for function redefinition 8 years ago
Rich Trott dd928b04fc zlib: be strict about what strategies are accepted 8 years ago
Brian White 3bdcbdb1a0
querystring: improve unescapeBuffer performance 8 years ago
Brian White 05f38be556
querystring: improve stringify() performance 8 years ago
Brian White 2298bc4b1f
querystring: improve parse() performance 8 years ago
Brian White 9e0f6a5eb4
buffer: improve compare() performance 8 years ago
dcposch@dcpos.ch 39f65e6656
buffer: fix comments in bidirectionalIndexOf 8 years ago
Timothy Gu ed0086fb46 url: check forEach callback is a function 8 years ago
Joyee Cheung a647d82f83 process: improve process.hrtime 8 years ago
Brian White 9fcd842279 buffer: improve toJSON() performance 8 years ago
Adam Langley a57e2f2138 crypto: freelist_max_len is gone in OpenSSL 1.1.0 8 years ago
Rich Trott 6b6123cfbe url: refactor lib/internal/url.js 8 years ago
Timothy Gu 326e967c6b url: export URLSearchParams 8 years ago
Timothy Gu 98bb65f641
url: improving URLSearchParams 8 years ago
cjihrig 49902124a9 process: add NODE_NO_WARNINGS environment variable 8 years ago
Rich Trott ef1e77d186 vm: improve performance of vm.runIn*() 8 years ago
brad-decker fc7025c9c0 http: throw an error for unexpected agent values 8 years ago
Jackson Tian 521767c886 fs: remove unused parameter for encodeRealpathResult 8 years ago
Sakthipriyan Vairamani 16e3cf686e
tools: rename eslintrc to an undeprecated format 8 years ago
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