111 Commits (83ff5b3708805a4de1ec835ccc4696cbccf44c66)

Author SHA1 Message Date
Yang-Kichang 892d224955
url: change variable name to be more descriptive 7 years ago
Rich Trott 62de339327
tools: remove legacy indentation linting 7 years ago
Rich Trott 963ea0e99b
lib: update indentation of ternaries 8 years ago
Rich Trott 4dabeeecdd
lib: remove excess indentation 8 years ago
Rich Trott f20ed49b5e
lib: use consistent indentation for ternaries 8 years ago
Ruben Bridgewater 81edf592ae
lib: fix typos 8 years ago
Rich Trott 00b6646f93
url: improve descriptiveness of identifier 8 years ago
Daijiro Wachi 63449972d1
url: use `hasIntl` instead of `try-catch` 8 years ago
Rich Trott fb2f449acc
tools: update ESLint to current version 8 years ago
Timothy Gu 9e6fcbb34c
url: fix surrogate handling in encodeAuth() 8 years ago
Axel Monroy 3ac9e01faa url: add a got host pattern in url.js 8 years ago
joyeecheung 13b16881ef test,url: improve escaping in url.parse 8 years ago
Rich Trott f3861c200d
lib,test: remove unneeded escaping of / 8 years ago
Luigi Pinca f840bc87d6 url: fix off-by-one error in loop handling dots 8 years ago
Ilkka Myller 6ae7af0fa3 url: keep auth in `url.resolve()` if host matches 8 years ago
Ilkka Myller eec5d02266 url: `url.format()` encodes all `#` in `search` 9 years ago
Ilkka Myller 14c7dcbbcd url: fix inconsistent port in url.resolveObject 8 years ago
James M Snell d0e24923a6 net: use icu's punycode implementation 9 years ago
Alex Kocharin 1b50b80e06 url: drop auth in `url.resolve()` if host changes 10 years ago
Brian White 59737b29c7 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
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