200 Commits (9dac1651604ee44ef99672107d8ad0286583400e)

Author SHA1 Message Date
Timothy Gu c6b12d0984 url: fix surrogate handling in encodeAuth() 8 years ago
Timothy Gu 781eb90960 benchmark: add url/url-searchparams-sort.js 8 years ago
Timothy Gu 02d1e32fe3 url: add urlSearchParams.sort() 8 years ago
Anna Henningsen fd18b656a3
lib: build `node inspect` into `node` 8 years ago
Ben Noordhuis 46345b9374 src: make --icu-data-dir= switch testable 8 years ago
James M Snell 159749d522 errors: add internal/errors.js 8 years ago
James M Snell 9549329158 fs: allow WHATWG URL and file: URLs as paths 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
James M Snell c5e9654b5b url: extend url.format to support WHATWG URL 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
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
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
Timothy Gu e71c278288 url: stop exporting originFor() 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
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
Jackson Tian 69674f4d3e lib: remove unnecessary parameter for assertCrypto() 8 years ago
Rich Trott 56950674d6 crypto,tls: fix mutability of return values 8 years ago
Yuya Tanaka 92eadd3037
child_process: optimize IPC for large data 8 years ago
Joyee Cheung 34bf31ea8a util: improve readability of normalizeEncoding 8 years ago
cjihrig 2f885e7a43 cluster: refactor module into multiple files 8 years ago
Rich Trott 20efbffaf8 lib: refactor bootstrap_node.js regular expression 8 years ago
Anna Henningsen 627ecee9ed child_process: support Uint8Array input to methods 8 years ago
Rich Trott 022b53c9de lib: refactor crypto cipher/hash/curve getters 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
James M Snell 5161b00af5 url: change null password handling 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
Anna Henningsen beca3244e2
buffer: allow Uint8Array input to methods 8 years ago
Jay Brownlee 4f97a146ff
url, test: fix typo in inspect output, add test 8 years ago
joyeecheung a84017a689 url, test: including base argument in originFor 8 years ago
Timothy Gu 61d6293033 url: improve URLSearchParams spec compliance 8 years ago
Jackson Tian fc31055117 internal/util: move the case 'latin1' 8 years ago