summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/urlmatch.py
AgeCommit message (Expand)Author
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-12-30Add additional spelling checksFlorian Bruhin
2020-10-29mypy: use from-import for typing in `utils`Tim Brown
2020-10-28Update urlmatch.py commitFlorian Bruhin
2020-07-01urlmatch: Update for pathless URL handlingFlorian Bruhin
2020-07-01urlmatch: Handle whitespace hostsFlorian Bruhin
2020-07-01urlmatch: Update whitespace handlingFlorian Bruhin
2020-07-01urlmatch: Remove TLD wildcard handlingFlorian Bruhin
2020-07-01urlmatch: Improve testsFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-02Fix remaining issuesFlorian Bruhin
2019-11-27Simplify getting host from patternFlorian Bruhin
2019-11-27Merge remote-tracking branch 'origin/pr/4707' into domain-mappingFlorian Bruhin
2019-10-22mypy: Remove now unneeded type: ignore commentsFlorian Bruhin
2019-10-11Fix lintFlorian Bruhin
2019-10-11Add type annotations for utils.urlmatchFlorian Bruhin
2019-10-01pylint: Enable emptystring extensionFlorian Bruhin
2019-10-01pylint: Remove protected-access ignores in special methodsFlorian Bruhin
2019-04-10Use a domain mapping to reduce complexity of per-domain lookupsJay Kamat
2019-03-13Eschew the extraneous elsesFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-09-02Handle :// as URL patternFlorian Bruhin
2018-08-10removing useless bracketsJesko
2018-08-08changing suggested flawsJesko
2018-08-08now declining more wrong ipv6 addresses and cleaning up codeJesko
2018-08-08match minimizes ipv6 urlsJesko
2018-03-06Make UrlPattern._DEFAULT_PORT privateFlorian Bruhin
2018-03-06Allow lightweight URL patterns without a schemeFlorian Bruhin
2018-03-06Make path optional in URL patternsFlorian Bruhin
2018-02-20urlmatch: Make it possible to leave off trailing slashFlorian Bruhin
2018-02-20urlmatch: Fix equality with non-UrlPattern typesFlorian Bruhin
2018-02-20Fix and test UrlPattern/configutils.Values stringificationFlorian Bruhin
2018-02-19Fix lintFlorian Bruhin
2018-02-19Initial implementation of per-URL setting storageFlorian Bruhin
2018-02-19urlmatch: Remove dead codeFlorian Bruhin
2018-02-19urlmatch: Improve port error outputFlorian Bruhin
2018-02-15urlmatch: Remove performance FIXMEFlorian Bruhin
2018-02-15urlmatch: Postpone checking schemeFlorian Bruhin
2018-02-15urlmatch: Fix lintFlorian Bruhin
2018-02-15urlmatch: Fix and test port handlingFlorian Bruhin
2018-02-15urlmatch: Add tests for file://Florian Bruhin
2018-02-15urlmatch: Make sure URLs are validFlorian Bruhin
2018-02-15urlmatch: Add support for data: and javascript:Florian Bruhin
2018-02-15urlmatch: Get rid of scheme whitelistFlorian Bruhin
2018-02-15urlmatch: Use None for match-all pathFlorian Bruhin
2018-02-15urlmatch: Fix handling of *:// as schemeFlorian Bruhin
2018-02-15urlmatch: Implement correct IP matchingFlorian Bruhin