Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Parse and format PAC response (#36) | Jan-Michael Brummer | 2023-03-27 | 1 | -6/+48 | |
| | | | | Fixes: https://github.com/janbrummer/libproxy2/issues/32 | |||||
* | Filesystem cleanups | Jan-Michael Brummer | 2023-03-27 | 1 | -1/+1 | |
| | | | | | | | - Name documentation libproxy-1.0 - Do not install pxbackend gir file Fixes: https://github.com/janbrummer/libproxy2/issues/28 | |||||
* | Make pac parsing more robust (#27) | Jan-Michael Brummer | 2023-03-27 | 4 | -12/+19 | |
| | | | | Ensure that the pac data is NULL-terminated and handle pac parser error. | |||||
* | Add initial KDE plugin (#19) | Jan-Michael Brummer | 2023-03-27 | 5 | -0/+290 | |
| | ||||||
* | Add dbus service files (#21) | Jan-Michael Brummer | 2023-03-27 | 2 | -0/+38 | |
| | | | | Add proxyd service file and install it to systemd user dir. | |||||
* | Add network monitor support (#18) | Jan-Michael Brummer | 2023-03-27 | 1 | -0/+18 | |
| | ||||||
* | Enforce check-code-style as pre-commit-hook (#16) | Jan-Michael Brummer | 2023-03-27 | 6 | -16/+17 | |
| | ||||||
* | Fix CI pipeline (#17) | Jan-Michael Brummer | 2023-03-27 | 1 | -1/+1 | |
| | ||||||
* | Add download curl plugin (#14) | Jan-Michael Brummer | 2023-03-27 | 5 | -0/+180 | |
| | ||||||
* | Add initial wpad test (#15) | Jan-Michael Brummer | 2023-03-27 | 1 | -4/+6 | |
| | ||||||
* | Add download plugin (#4) | Jan-Michael Brummer | 2023-03-27 | 9 | -20/+266 | |
| | | | | | | | Move PAC downloading into an own plugin so that CURL does not depend on soup. Relates: https://github.com/janbrummer/libproxy2/issues/2 | |||||
* | Add initial config GNOME test (#12) | Jan-Michael Brummer | 2023-03-27 | 1 | -1/+1 | |
| | ||||||
* | Add PAC configuration tests (#9) | Jan-Michael Brummer | 2023-03-27 | 1 | -0/+1 | |
| | ||||||
* | Filter config-plugins only (#11) | Jan-Michael Brummer | 2023-03-27 | 1 | -1/+1 | |
| | ||||||
* | Fix sysconfig test on msys2 (#10) | Jan-Michael Brummer | 2023-03-27 | 1 | -3/+4 | |
| | | | | Remove trailing \r and fix length check for proxy enable. | |||||
* | Improve config_env (#6) | Jan-Michael Brummer | 2023-03-27 | 3 | -25/+74 | |
| | | | | | - Move environment reading to init - Treat no_proxy as a list with asterisk handling | |||||
* | Fix memory leak in PxManager | Jan-Michael Brummer | 2023-03-27 | 1 | -0/+1 | |
| | | | | | | Recently introduced config_plugin property has a mem leak. Fix it. | |||||
* | Fix review findings | Jan-Michael Brummer | 2023-03-27 | 1 | -7/+23 | |
| | | | | Relates: https://github.com/janbrummer/libproxy2/issues/2 | |||||
* | Initial commit | Jan-Michael Brummer | 2023-03-27 | 36 | -0/+2625 | |