summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/network/pac.py
AgeCommit message (Expand)Author
2022-04-24wipnew-stubsFlorian Bruhin
2021-04-01Work around QNAM logging hangsFlorian Bruhin
2021-03-07Added utils/resources.py and changed calls to util.read_file*Lembrun
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2020-10-27mypy: use from-import for typing in remaining files in `browser`Tim Brown
2020-10-09Remove now unneeded type ignoreFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Add ignore for pyqtSlot result typeFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-22mypy: Fix new issues in network.pacFlorian Bruhin
2019-10-15mypy: check_untyped_defs for most of qutebrowser.browserFlorian Bruhin
2019-10-01pylint: Remove protected-access ignores in special methodsFlorian Bruhin
2019-03-13Eschew the extraneous elsesFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2019-02-21Disallow PAC proxies with QtWebEngineFlorian Bruhin
2019-01-14Make console available in PAC filesFlorian Bruhin
2018-11-28Remove unnecessary pass statementsFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15Add missing docstringsFlorian Bruhin
2017-07-04Fix pylintFlorian Bruhin
2017-07-04Add PACFetcher.fetchFlorian Bruhin
2017-07-04Fix lint and old config optionsFlorian Bruhin
2017-07-04Add __eq__ and __repr__ for PACFetcherFlorian Bruhin
2017-05-19Merge commit '3d9729839d6d9b5ee5d38afdf6ddf410dfca2027' into abbradar/pac-fixFlorian Bruhin
2017-05-18Fix crash on PAC evaluation errorNikolay Amiantov
2017-05-09Finally update copyrights...Florian Bruhin
2017-03-29Fix #2476, recognize SOCKS5, SOCKS4 in proxy.Amos Bird
2017-03-01Don't strip info when loading PAC from a fileFlorian Bruhin
2017-03-01Remove UserInfo and path/query for PAC URLsFlorian Bruhin
2017-02-04Remove unnecessary inheritance on Python 3Florian Bruhin
2016-12-22Move proxy/pac out of QtWebKit folderFlorian Bruhin