summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update architecture documentation (#206)Jan-Michael Brummer2023-05-031-1/+35
|
* Remove libpeas supportJan-Michael Brummer2023-03-302-9/+3
| | | | | | 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.
* Remove d-bus supportJan-Michael Brummer2023-03-291-18/+0
| | | | | | | | | | | | | | | | | | 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. ¯\_(ツ)_/¯
* Remove Konqueror sectionJan-Michael Brummer2023-03-281-5/+0
| | | | This section is outdated, remove it.
* Update URLsJan-Michael Brummer2023-03-271-3/+3
|
* Update documentation (#102)Jan-Michael Brummer2023-03-274-19/+18
| | | | Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
* Update Application matrix (#97)Jan-Michael Brummer2023-03-271-2/+0
| | | | Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
* Add application matrix (#93)Jan-Michael Brummer2023-03-273-0/+28
| | | | Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
* Add proxy authentication page (#92)Jan-Michael Brummer2023-03-272-0/+8
| | | | Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
* Add build step tutorial (#91)Jan-Michael Brummer2023-03-273-0/+86
| | | | Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
* Add architecture documentation (#85)Jan-Michael Brummer2023-03-273-1/+36
| | | | | | Fixes: https://github.com/janbrummer/libproxy2/issues/34 Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
* Various cleanups (#69)Jan-Michael Brummer2023-03-272-2/+2
|
* Add samples (#64)Jan-Michael Brummer2023-03-277-125/+111
| | | | | | | | * Change Namespace to Libproxy * Add samples Fixes: https://github.com/janbrummer/libproxy2/issues/33
* Add Configuration Logic page (#66)Jan-Michael Brummer2023-03-273-1/+96
|
* Add dependencies to documentation (#67)Jan-Michael Brummer2023-03-271-1/+30
|
* Make use of G_DEFINE_BOXED_TYPE (#60)Jan-Michael Brummer2023-03-273-566/+12
|
* Fix typo (#56)Michael Catanzaro2023-03-271-1/+1
|
* 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
* Initial commitJan-Michael Brummer2023-03-2713-0/+949