summaryrefslogtreecommitdiff
path: root/lib/url.js
AgeCommit message (Expand)Author
2015-08-05doc: multiple documentation updates cherry picked from v0.12James M Snell
2015-06-30url: fix typo in commentRich Trott
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg
2015-05-03Revert "url: delete href cache on all setter code paths"Rod Vagg
2015-05-03Revert "url: fix treatment of some values as non-empty"Rod Vagg
2015-05-03url: fix treatment of some values as non-emptyPetka Antonov
2015-05-03url: delete href cache on all setter code pathsPetka Antonov
2015-05-01url: significantly improve the performance of the url modulePetka Antonov
2015-04-04url: fix resolving from non-file to file URLs.Jeffrey Jagoda
2015-03-08url: remove redundant assignment in url.parseAlex Kocharin
2015-03-04url: throw for invalid values to url.formatChristian Tellnes
2015-02-13url: reslove urls with . and ..Amir Saboury
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-12Revert "url: support `path` for url.format"Ben Noordhuis
2015-01-12url: fix parsing of ssh urlsEvan Lucas
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2014-12-30url: improve parsing speedCGavrila
2014-12-20lib: micro-optimize url.resolve()Ben Noordhuis
2014-12-09url: change hostname regex to negate invalid charsJonathan Johnson
2014-12-02url: change hostname regex to negate invalid charsJonathan Johnson
2014-12-02url: support `path` for url.formatYazhong Liu
2014-12-02url: support `path` for url.formatYazhong Liu
2014-11-22lib: turn on strict modeBen Noordhuis
2014-10-08src: fix jslint warningTrevor Norris
2014-10-06url: fixed encoding for slash switching emulation.Evan Rutledge Borden
2014-10-01url: make query() consistentGabriel Wicke
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2014-08-27url: Add support for RFC 3490 separatorsMathias Bynens
2014-08-12querystring: remove prepended ? from query fieldEzequiel Rabinovich
2014-07-31Add fast path for simple URL parsingGabriel Wicke
2014-05-07url: treat \ the same as /isaacs
2014-04-15url: treat \ the same as /isaacs
2014-04-02lib: use triple equalsYuki KAN
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-17Merge remote-tracking branch 'ry/v0.10'isaacs
2013-07-17url: Fix edge-case when protocol is non-lowercaseShuan Wang
2013-06-05Merge remote-tracking branch 'ry/v0.10'isaacs
2013-06-04url: remove unused global variableBen Noordhuis
2013-06-03url: Set href to null by defaultisaacs
2013-06-03url: Properly parse certain oddly formed urlsisaacs
2013-04-12url: ~ is not actually an unwise charisaacs
2013-04-12url: Escape all unwise charactersisaacs
2012-10-30url: make url.format escape delimiters in path and queryJ. Lee Coltrane
2012-10-25Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-10-25url: parse hostnames that start with - or _Ben Noordhuis