summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/urlutils.py
AgeCommit message (Expand)Author
2019-05-24Reformat URL segmentsFlorian Bruhin
2019-05-21Fix flake8user202729
2019-05-21Exclude percent encoded bytes in URL from incdec with regexuser202729
2019-05-21Pretty decode all segments of the URL to avoid loss of datauser202729
2019-05-21Fix a typo in error messageuser202729
2019-05-21Disallow decrement URL to negative valueuser202729
2019-04-10Use a domain mapping to reduce complexity of per-domain lookupsJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-11-29Wrap url quoting into new lineThorsten Wißmann
2018-11-29Encode slashes in search terms for searchenginesThorsten Wißmann
2018-06-07Make sure external schemes are clickable via hintsFlorian Bruhin
2018-03-09rewrite testsgammelon
2018-03-05Use QUrl for parsing, add testsgammelon
2018-02-20Remove unnecessary try, rephrase to imperative moodgammelon
2018-02-17Add Option url.open_base_urlgammelon
2018-02-05Update copyright yearsFlorian Bruhin
2018-01-24fixup! fixup! incdec_number: add support for portDaniel Hahler
2018-01-22fixup! incdec_number: add support for portDaniel Hahler
2018-01-22incdec_number: add support for portDaniel Hahler
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-12-11Modify usage of re.match to fit re.fullmatch or re.search.George Edward Bulmer
2017-11-07Add missing path assignmentFlorian Bruhin
2017-11-07Remove unneeded backslashFlorian Bruhin
2017-11-07Merge remote-tracking branch 'origin/pr/3177'Florian Bruhin
2017-11-06Work around QUrl::query() not being available with PyQt 5.9.1Florian Bruhin
2017-10-22Log when url contains characters not present in current locale.Christopher Pezley
2017-10-21Fix issue where opening a file whose name contains characters notChristopher Pezley
2017-09-11Merge branch 'master' into new-configFlorian Bruhin
2017-09-11Move coverage to QtWebEngine environment with PyPI-PyQtFlorian Bruhin
2017-07-04Add PACFetcher.fetchFlorian Bruhin
2017-07-04Add an url. group to settingsFlorian Bruhin
2017-07-04More config fixesFlorian Bruhin
2017-07-04Fix lint and old config optionsFlorian Bruhin
2017-07-02Initial configexc refactoringFlorian Bruhin
2017-07-02Get rid of configtypes.AutoSearch and IgnoreCaseFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-04-24typo fix (in comment)Marcel Schilling
2017-04-24Rename urlutils.safe_display_url to safe_display_stringFlorian Bruhin
2017-04-24Show Punycode URL for IDN pages in addition to decoded oneFlorian Bruhin
2017-02-21Allow pac+file proxy scheme to load PAC file from local filesystemKirill A. Shutemov
2017-02-05Replace all GitHub linksFlorian Bruhin
2017-01-03proxy_from_url: fix PACFetcher constructionNikolay Amiantov
2016-12-22Move proxy/pac out of QtWebKit folderFlorian Bruhin
2016-12-22Add urlutils.proxy_for_urlFlorian Bruhin
2016-11-15Add urlutils.data_urlFlorian Bruhin
2016-09-15Check for spaces in URLs with explicit schemeFlorian Bruhin
2016-09-15Initial implementation of new messagesFlorian Bruhin
2016-08-23Don't treat "Hello." as URL with auto-search=naiveFlorian Bruhin