summaryrefslogtreecommitdiff
path: root/lib/internal/url.js
AgeCommit message (Expand)Author
2017-07-04tools: use no-use-before-define ESLint ruleVse Mozhet Byt
2017-06-28errors: fix and improve error typesRuben Bridgewater
2017-06-19readline,repl,url,util: remove needless capturingVse Mozhet Byt
2017-06-04url: do not pass WHATWG host to http.requestTobias Nießen
2017-06-01url: more precise URLSearchParams constructorTimothy Gu
2017-05-25url: expose WHATWG url.origin as ASCIITimothy Gu
2017-04-30url: fix permanent deoptimizationsBrian White
2017-04-29url: refactor binding imports in internal/urlJames M Snell
2017-04-26url: always show password for URL instancesBrian White
2017-04-25url: port WHATWG URL API to internal/errorsTimothy Gu
2017-04-24url: use internal/util's getConstructorOfTimothy Gu
2017-04-24url: update WHATWG URL API to latest specTimothy Gu
2017-04-18tools,lib: enable strict equality lint ruleRich Trott
2017-04-15url: improve WHATWG URL inspectionTimothy Gu
2017-04-15url: clean up WHATWG URL origin generationTimothy Gu
2017-04-12url: remove javascript URL special caseDaijiro Wachi
2017-04-04url: avoid instanceof for WHATWG URLBrian White
2017-04-04url: error when domainTo*() is called w/o argumentTimothy Gu
2017-03-29url: add ToObject method to native URL classJames M Snell
2017-03-24url: use a class for WHATWG url[context]Timothy Gu
2017-03-23url: show input in parse error messageJoyee Cheung
2017-03-21url: spec-compliant URLSearchParams parserTimothy Gu
2017-03-20url: restrict setting protocol to "file"Daijiro Wachi
2017-03-14url: spec-compliant URLSearchParams serializerTimothy Gu
2017-03-10url: prioritize toString when stringifyingTimothy Gu
2017-03-09url: remove invalid file protocol checkBrian White
2017-02-28url: enforce valid UTF-8 in WHATWG parserTimothy Gu
2017-02-16url: fix handling of ? in URLSearchParams creationTimothy Gu
2017-02-16url: implement URL.prototype.toJSONMichaël Zasso
2017-02-14url: fix surrogate handling in encodeAuth()Timothy Gu
2017-02-13benchmark: add url/url-searchparams-sort.jsTimothy Gu
2017-02-13url: add urlSearchParams.sort()Timothy Gu
2017-02-06fs: allow WHATWG URL and file: URLs as pathsJames M Snell
2017-02-03Revert "fs: allow WHATWG URL and file: URLs as paths"James M Snell
2017-02-03fs: allow WHATWG URL and file: URLs as pathsJames M Snell
2017-02-03url: fix setting `url.search` to the empty stringTimothy Gu
2017-02-02url: extend url.format to support WHATWG URLJames M Snell
2017-01-31url: extend URLSearchParams constructorTimothy Gu
2017-01-31url: make URLSearchParams/Iterator match specTimothy Gu
2017-01-28url: define @@toStringTag as a data propertyTimothy Gu
2017-01-28url: do not public expose inspect methods on URLTimothy Gu
2017-01-27url: stop exporting originFor()Timothy Gu
2017-01-23url: check forEach callback is a functionTimothy Gu
2017-01-22url: refactor lib/internal/url.jsRich Trott
2017-01-22url: export URLSearchParamsTimothy Gu
2017-01-19url: improving URLSearchParamsTimothy Gu
2017-01-09url: allow use of URL with http.request and https.requestJames M Snell
2017-01-05url: change null password handlingJames M Snell
2017-01-03url: set toStringTag for the URL classJames M Snell
2017-01-03url: TupleOrigin#toString use unicode by defaultJoyee Cheung