summaryrefslogtreecommitdiff
path: root/lib/internal/url.js
Commit message (Expand)AuthorAgeFilesLines
* querystring: lazy loadedRuben Bridgewater2018-05-181-2/+6
* url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta2018-05-181-1/+2
* url: fix WHATWG host formatting errorYichao 'Peak' Ji2018-05-071-1/+3
* url: make urlToOptions() handle IPv6 literalsLuigi Pinca2018-04-101-1/+3
* url: use existing handlers instead of duplicated codeSergey Golovin2018-04-101-14/+7
* url: fix error typeBenjamin Gruenbaum2018-04-101-2/+1
* url: replace "magic" numbers by constantsSergey Golovin2018-04-051-5/+13
* tools: add 'spaced-comment' into eslint rulesWeijia Wang2018-04-011-5/+7
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-1/+1
* url: remove redundant functionSergey Golovin2018-03-231-2/+1
* url: refactor "escapeParam" function to make it commonSergey Golovin2018-03-231-16/+25
* lib: port remaining errors to new systemMichaël Zasso2018-03-071-41/+50
* url: simplify constructor URLSearchParams. Remove needless check nullMihail Bodrov2018-02-111-2/+1
* fs: throw errors on invalid paths synchronouslyJoyee Cheung2018-02-081-7/+7
* lib: add internal removeColors helperRuben Bridgewater2018-01-241-3/+2
* url: added space to class string of iterator objectsHaejin Jo2017-12-131-1/+1
* lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang2017-11-121-1/+1
* module: allow loading files with % in the nameGuy Bedford2017-10-141-0/+6
* url: using util._extend for improving profermaceWeijia Wang2017-10-101-3/+3
* module: Allow runMain to be ESMBradley Farias2017-09-071-0/+7
* url: update sort() behavior with no paramsTimothy Gu2017-08-011-5/+4
* url: normalize port on scheme changeTimothy Gu2017-07-051-0/+1
* tools: use no-use-before-define ESLint ruleVse Mozhet Byt2017-07-041-106/+106
* errors: fix and improve error typesRuben Bridgewater2017-06-281-2/+1
* readline,repl,url,util: remove needless capturingVse Mozhet Byt2017-06-191-1/+1
* url: do not pass WHATWG host to http.requestTobias Nießen2017-06-041-1/+0
* url: more precise URLSearchParams constructorTimothy Gu2017-06-011-10/+19
* url: expose WHATWG url.origin as ASCIITimothy Gu2017-05-251-6/+3
* url: fix permanent deoptimizationsBrian White2017-04-301-9/+9
* url: refactor binding imports in internal/urlJames M Snell2017-04-291-61/+79
* url: always show password for URL instancesBrian White2017-04-261-4/+1
* url: port WHATWG URL API to internal/errorsTimothy Gu2017-04-251-39/+44
* url: use internal/util's getConstructorOfTimothy Gu2017-04-241-12/+2
* url: update WHATWG URL API to latest specTimothy Gu2017-04-241-95/+84
* tools,lib: enable strict equality lint ruleRich Trott2017-04-181-1/+1
* url: improve WHATWG URL inspectionTimothy Gu2017-04-151-24/+54
* url: clean up WHATWG URL origin generationTimothy Gu2017-04-151-95/+29
* url: remove javascript URL special caseDaijiro Wachi2017-04-121-2/+0
* url: avoid instanceof for WHATWG URLBrian White2017-04-041-15/+21
* url: error when domainTo*() is called w/o argumentTimothy Gu2017-04-041-0/+6
* url: add ToObject method to native URL classJames M Snell2017-03-291-0/+25
* url: use a class for WHATWG url[context]Timothy Gu2017-03-241-3/+22
* url: show input in parse error messageJoyee Cheung2017-03-231-17/+7
* url: spec-compliant URLSearchParams parserTimothy Gu2017-03-211-14/+101
* url: restrict setting protocol to "file"Daijiro Wachi2017-03-201-0/+7
* url: spec-compliant URLSearchParams serializerTimothy Gu2017-03-141-12/+93
* url: prioritize toString when stringifyingTimothy Gu2017-03-101-13/+13
* url: remove invalid file protocol checkBrian White2017-03-091-1/+0
* url: enforce valid UTF-8 in WHATWG parserTimothy Gu2017-02-281-33/+65
* url: fix handling of ? in URLSearchParams creationTimothy Gu2017-02-161-5/+4