85 Commits (4d5ee7a512a944062baf88325dfa4668e95345d5)

Author SHA1 Message Date
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
Evan Rutledge Borden 640ad632e3 url: fixed encoding for slash switching emulation. 10 years ago
Gabriel Wicke b705b73e46 url: make query() consistent 10 years ago
Majid Arif Siddiqui 176f0bd3df lib: improved forEach object performance 10 years ago
Mathias Bynens b869797a2d url: Add support for RFC 3490 separators 10 years ago
Ezequiel Rabinovich 678ead2608 querystring: remove prepended ? from query field 10 years ago
Gabriel Wicke 4b59db008c Add fast path for simple URL parsing 10 years ago
isaacs f7ede33f09 url: treat \ the same as / 11 years ago
isaacs 9520adeb37 url: treat \ the same as / 11 years ago
Yuki KAN 006d42786e lib: use triple equals 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Shuan Wang 48a4600c56 url: Fix edge-case when protocol is non-lowercase 11 years ago
Ben Noordhuis 414a909d01 url: remove unused global variable 12 years ago
isaacs 5dd91b0147 url: Set href to null by default 12 years ago
isaacs 5dc51d4e21 url: Properly parse certain oddly formed urls 12 years ago
isaacs 881ef7cc5f url: ~ is not actually an unwise char 12 years ago
isaacs 17a379ec39 url: Escape all unwise characters 12 years ago
J. Lee Coltrane 54d293da56 url: make url.format escape delimiters in path and query 12 years ago
Ben Noordhuis de0303d3ad url: parse hostnames that start with - or _ 12 years ago
isaacs 7144be70db url: Go much faster by using Url class 12 years ago
isaacs 9fc7283a40 Fix #3270 Escape url.parse delims 13 years ago
Łukasz Walukiewicz 677c2c112c Ignore an empty port component when parsing URLs. 13 years ago