- 08 May, 2022 2 commits
-
-
Jens Georg authored
-
Jens Georg authored
g_clear_pointer seems to run on a NULL ptr
-
- 03 May, 2022 1 commit
-
-
Jens Georg authored
-
- 01 May, 2022 2 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
- 24 Apr, 2022 6 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
- 11 Apr, 2022 1 commit
-
-
Marvin Schmidt authored
Don't hardcode 'bin' (<prefix>/bin) but instead use the designated bindir option to get the install location for the binding tool
-
- 02 Apr, 2022 5 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
The error check was in the wrong position thus the test was not sensitive to the Browse action not being implemented
-
Jens Georg authored
So that all errors that are not related to getting parameters are handled when call_finish is called, including SOAP errors. This removes the weird necessity to call _get on actions to get the SOAP errors.
-
Jens Georg authored
-
- 12 Mar, 2022 7 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
- 05 Feb, 2022 1 commit
-
-
Jens Georg authored
If the notification timer ran, do not destroy the source twice
-
- 23 Jan, 2022 7 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
So we skip needlessly reading in the message body
-
Jens Georg authored
There are multiple callbacks that use data, so give it a proper name
-
Jens Georg authored
-
- 20 Jan, 2022 7 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
Instead of keeping all messages in a list, keep a common cancellable for all SoupMessages the server sends away that are not calls
-
Jens Georg authored
We don't need it anymore, we just use the cancellable from the call. Since GTask keeps a reference on the proxy, there cannot be a situation where the proxy is freed while there are still pending proxy calls.
-
Jens Georg authored
The task keeps a reference to the proxy, we do not need to keep a proxy reference ourselves
-
Jens Georg authored
-
Jens Georg authored
-
- 16 Jan, 2022 1 commit
-
-
Jens Georg authored
-