summaryrefslogtreecommitdiff
path: root/lib/internal/url.js
AgeCommit message (Expand)Author
2019-01-11url: return backslashes from fileURLToPath on winKevin Smith
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-14url: remove an eslint-disable commentcjihrig
2018-12-05url: support LF, CR and TAB in pathToFileURLCharles Samborski
2018-12-01url: simplify native URL object constructionTimothy Gu
2018-12-01url: reuse existing context in href setterTimothy Gu
2018-12-01Revert "url: make the context non-enumerable"Timothy Gu
2018-11-20lib: move encodeStr function to internal for reusableZYSzys
2018-11-09url: make the context non-enumerableJoyee Cheung
2018-10-15lib: removed unused variableLong Nguyen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-07url: move process.binding('url') to internalBindingWeijia Wang
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-05-18querystring: lazy loadedRuben Bridgewater
2018-05-18url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta
2018-05-07url: fix WHATWG host formatting errorYichao 'Peak' Ji
2018-04-10url: make urlToOptions() handle IPv6 literalsLuigi Pinca
2018-04-10url: use existing handlers instead of duplicated codeSergey Golovin
2018-04-10url: fix error typeBenjamin Gruenbaum
2018-04-05url: replace "magic" numbers by constantsSergey Golovin
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-23url: remove redundant functionSergey Golovin
2018-03-23url: refactor "escapeParam" function to make it commonSergey Golovin
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-02-11url: simplify constructor URLSearchParams. Remove needless check nullMihail Bodrov
2018-02-08fs: throw errors on invalid paths synchronouslyJoyee Cheung
2018-01-24lib: add internal removeColors helperRuben Bridgewater
2017-12-13url: added space to class string of iterator objectsHaejin Jo
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-14module: allow loading files with % in the nameGuy Bedford
2017-10-10url: using util._extend for improving profermaceWeijia Wang
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-08-01url: update sort() behavior with no paramsTimothy Gu
2017-07-05url: normalize port on scheme changeTimothy Gu
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