summaryrefslogtreecommitdiff
path: root/lib/internal/url.js
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-17tls: change loop var to letXavier Redondo
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-24url: remove usage of require('util')toshi1127
2019-03-21lib: move extra properties into error creationRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28lib: don't use `util.inspect()` internalsRuben Bridgewater
2019-02-26url: handle quasi-WHATWG URLs in urlToOptions()cjihrig
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