128 Commits (a10856a7d31f9b641bf330fe9edfa9728f4b1c78)

Author SHA1 Message Date
Cyril Lakech ed084a035c
url: remove unused code from autoEscapeStr 7 years ago
Rich Trott d14c13238b lib: update indentation of ternaries 7 years ago
Rich Trott 0d22858d67 lib: remove excess indentation 7 years ago
Rich Trott 85dacd63f0 lib: use consistent indentation for ternaries 7 years ago
Eduardo Leggiero 8520e6f280 lib: fix urlObject parameter name in url.format 7 years ago
starkwang 473f0eff29 errors,url: port url errors to internal/errors 7 years ago
Ruben Bridgewater c474f88987
lib: fix typos 7 years ago
Vse Mozhet Byt 878990498a readline,repl,url,util: remove needless capturing 7 years ago
Justin Beckwith c88ba036b4 url: ensure search property is consistently null vs empty 7 years ago
James M Snell b331ba6ca9 url: move to module.exports = {} pattern 8 years ago
Rich Trott c005ebb0ce url: improve descriptiveness of identifier 8 years ago
Pedro lima c1dee6ac97 url: name anonymous functions in url 8 years ago
Timothy Gu cfc8422a68 lib: use Object.create(null) directly 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Daijiro Wachi cccc6d8545 url: use `hasIntl` instead of `try-catch` 8 years ago
Timothy Gu c2a302c50b src: do not ignore IDNA conversion error 8 years ago
Timothy Gu c6b12d0984 url: fix surrogate handling in encodeAuth() 8 years ago
DavidCai 78182458e6 url: fix error message of url.format 8 years ago
James M Snell c5e9654b5b url: extend url.format to support WHATWG URL 8 years ago
Timothy Gu e71c278288 url: stop exporting originFor() 8 years ago
Timothy Gu 326e967c6b url: export URLSearchParams 8 years ago
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