113 Commits (f04524e0c90c3834f1499f51c8da2eb6016286b9)

Author SHA1 Message Date
Pedro lima 126dcb76af
url: name anonymous functions in url 8 years ago
Daijiro Wachi 24e6fcce8b
url: use `hasIntl` instead of `try-catch` 8 years ago
Timothy Gu 1b6ba9effb
src: do not ignore IDNA conversion error 8 years ago
Timothy Gu 8dbd562590
url: fix surrogate handling in encodeAuth() 8 years ago
James M Snell 322fc20333
url: extend url.format to support WHATWG URL 8 years ago
Timothy Gu b48b80f630 url: stop exporting originFor() 8 years ago
Timothy Gu 021338dc6d
url: export URLSearchParams 8 years ago
James M Snell 2b98ea0dec url: move originFor, domainToAscii and domainToUnicode 8 years ago
Michaël Zasso 05332942e2 tools: enforce linebreak after ternary operators 8 years ago
Axel Monroy 19d7197177 url: add a got host pattern in url.js 8 years ago
joyeecheung ea1c4e1212
test,url: improve escaping in url.parse 8 years ago
Prince J Wesley a673d44d68
lib,tools: remove unneeded escaping of / 8 years ago
Rich Trott f5442ece33
lib,test: remove unneeded escaping of / 8 years ago
James M Snell a8ece149e2 url: adding WHATWG URL support 9 years ago
Luigi Pinca 63493e1cb3 url: fix off-by-one error in loop handling dots 8 years ago
Ilkka Myller 51f96dfcfc url: keep auth in `url.resolve()` if host matches 8 years ago
Ilkka Myller 286d44e43d url: fix inconsistent port in url.resolveObject 8 years ago
Ilkka Myller 1d0385f62d url: `url.format()` encodes all `#` in `search` 9 years ago
James M Snell 7de59ef925 net: use icu's punycode implementation 9 years ago
Rich Trott 336b027411 url: return valid file: urls fom url.format() 9 years ago
Alex Kocharin eb4201f07a url: drop auth in `url.resolve()` if host changes 10 years ago
Brian White e9dc6306ca url: use "empty" object for empty query strings 9 years ago
nettofarah 610bd8d567 url: group slashed protocols by protocol name 9 years ago
Brian White 8b16ba3bbf url: fix off-by-one error with parse() 9 years ago
Brian White 7d1d3a6621 url: fix lint and deopt issues 9 years ago
Brian White db9128135f url: improve url.parse() performance 9 years ago
Kári Tristan Helgason fcae05e4b5 url: change scoping of variables with let 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Nik Nyby 46eee3018b doc: fix spelling error in lib/url.js comment 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
James M Snell 936c9ffb0f doc: multiple documentation updates cherry picked from v0.12 10 years ago
Rich Trott 6c61ca5325 url: fix typo in comment 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Rod Vagg 702997c1f0 Revert "url: significantly improve the performance of the url module" 10 years ago
Rod Vagg 0daed24883 Revert "url: delete href cache on all setter code paths" 10 years ago
Rod Vagg 0f39ef4ca1 Revert "url: fix treatment of some values as non-empty" 10 years ago
Petka Antonov 66877216bd url: fix treatment of some values as non-empty 10 years ago
Petka Antonov dbdd81a91b url: delete href cache on all setter code paths 10 years ago
Petka Antonov 3fd7fc429c url: significantly improve the performance of the url module 10 years ago
Jeffrey Jagoda 1e94057c05 url: fix resolving from non-file to file URLs. 10 years ago
Alex Kocharin 4bd3620382 url: remove redundant assignment in url.parse 10 years ago
Christian Tellnes abb00cc915 url: throw for invalid values to url.format 10 years ago
Amir Saboury faa687b4be url: reslove urls with . and .. 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 913addbff5 Revert "url: support `path` for url.format" 10 years ago
Evan Lucas a1e54d6fb7 url: fix parsing of ssh urls 10 years ago
CGavrila 6a03fce16e url: improve parsing speed 10 years ago
Ben Noordhuis aff56cd2b4 lib: micro-optimize url.resolve() 10 years ago