107 Commits (753021c35b98ba39555463468cb309bbc70f91d1)

Author SHA1 Message Date
James M Snell abc1633de6 url: move originFor, domainToAscii and domainToUnicode 8 years ago
Junshu Okamoto c65d55f087 url: do not truncate long hostnames 8 years ago
Michaël Zasso 966e5cfb81 tools: enforce linebreak after ternary operators 8 years ago
Axel Monroy 1be73e828d url: add a got host pattern in url.js 8 years ago
joyeecheung 4422c35c5e
test,url: improve escaping in url.parse 8 years ago
Prince J Wesley 0f4c7b8c37 lib,tools: remove unneeded escaping of / 8 years ago
Rich Trott 7ef16eee2f lib,test: remove unneeded escaping of / 8 years ago
James M Snell 4b312387ea 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` 8 years ago
James M Snell 7de59ef925 net: use icu's punycode implementation 8 years ago
Rich Trott 336b027411 url: return valid file: urls fom url.format() 8 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 9 years ago
Rich Trott 6c61ca5325 url: fix typo in comment 9 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
Jonathan Johnson c90eac7e0e url: change hostname regex to negate invalid chars 10 years ago
Jonathan Johnson 6120472036 url: change hostname regex to negate invalid chars 10 years ago
Yazhong Liu ba687f6eb4 url: support `path` for url.format 10 years ago
Yazhong Liu d312b6d15c url: support `path` for url.format 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Trevor Norris 7b4a540422 src: fix jslint warning 10 years ago