| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
As we no longer have further dependencies like glib for accessing the
standard linux configurations and the other are platform specific. Let's
remove peas all together. Plugins are now built-in.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We tried hard to make the D-Bus service a thing, but we failed.
Beside all the advantages we do have problems which couldn't be solved
reliable:
- Dependency impact in containers (which adds D-Bus)
- Environment Variables couldn't be used anymore
- Two services had to be created (session/system) for users without a
desktop environment
- ...
Alternatives like using private d-bus connections would lead to
additional processes per app/lib using libproxy. Even with a timeout
this looks akward.
Let's remove it. ¯\_(ツ)_/¯
|
|
|
|
| |
This section is outdated, remove it.
|
| |
|
|
|
|
| |
Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
|
|
|
|
| |
Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
|
|
|
|
| |
Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
|
|
|
|
| |
Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
|
|
|
|
| |
Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
|
|
|
|
|
|
| |
Fixes: https://github.com/janbrummer/libproxy2/issues/34
Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
|
| |
|
|
|
|
|
|
|
|
| |
* Change Namespace to Libproxy
* Add samples
Fixes: https://github.com/janbrummer/libproxy2/issues/33
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Name documentation libproxy-1.0
- Do not install pxbackend gir file
Fixes: https://github.com/janbrummer/libproxy2/issues/28
|
|
|