summaryrefslogtreecommitdiff
path: root/libproxy/modules/config_pacrunner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove dynamic exception specificationsMichael Catanzaro2020-08-121-1/+1
| | | | | | | | | C++98 called and it wants its dynamic exception specifications back! We'd better comply. https://en.cppreference.com/w/cpp/language/except_spec Fixes #127
* config_pacrunner: update response parsingMartin Wilck2020-02-141-3/+7
| | | | | Use the same algorithm as pacrunner's own "shim" libproxy, and add support for socks4 and socks5.
* config_pacrunner: add test for pacrunner availability on D-BusMartin Wilck2020-02-141-1/+47
| | | | | If the "org.pacrunner" D-Bus name is owned, it's likely that pacrunner is running. Use this as test for the module.
* Add config module for querying PacRunnerDavid Woodhouse2020-02-141-0/+122