summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Collapse)AuthorAgeFilesLines
...
* Parse and format PAC response (#36)Jan-Michael Brummer2023-03-271-6/+48
| | | | Fixes: https://github.com/janbrummer/libproxy2/issues/32
* Filesystem cleanupsJan-Michael Brummer2023-03-271-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 Brummer2023-03-274-12/+19
| | | | Ensure that the pac data is NULL-terminated and handle pac parser error.
* Add initial KDE plugin (#19)Jan-Michael Brummer2023-03-275-0/+290
|
* Add dbus service files (#21)Jan-Michael Brummer2023-03-272-0/+38
| | | | Add proxyd service file and install it to systemd user dir.
* Add network monitor support (#18)Jan-Michael Brummer2023-03-271-0/+18
|
* Enforce check-code-style as pre-commit-hook (#16)Jan-Michael Brummer2023-03-276-16/+17
|
* Fix CI pipeline (#17)Jan-Michael Brummer2023-03-271-1/+1
|
* Add download curl plugin (#14)Jan-Michael Brummer2023-03-275-0/+180
|
* Add initial wpad test (#15)Jan-Michael Brummer2023-03-271-4/+6
|
* Add download plugin (#4)Jan-Michael Brummer2023-03-279-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 Brummer2023-03-271-1/+1
|
* Add PAC configuration tests (#9)Jan-Michael Brummer2023-03-271-0/+1
|
* Filter config-plugins only (#11)Jan-Michael Brummer2023-03-271-1/+1
|
* Fix sysconfig test on msys2 (#10)Jan-Michael Brummer2023-03-271-3/+4
| | | | Remove trailing \r and fix length check for proxy enable.
* Improve config_env (#6)Jan-Michael Brummer2023-03-273-25/+74
| | | | | - Move environment reading to init - Treat no_proxy as a list with asterisk handling
* Fix memory leak in PxManagerJan-Michael Brummer2023-03-271-0/+1
| | | | | | Recently introduced config_plugin property has a mem leak. Fix it.
* Fix review findingsJan-Michael Brummer2023-03-271-7/+23
| | | | Relates: https://github.com/janbrummer/libproxy2/issues/2
* Initial commitJan-Michael Brummer2023-03-2736-0/+2625