summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: Do not pollute global factorywip/ciJens Georg2022-03-121-4/+7
* ServiceProxy: Fix double unref of idle sourceJens Georg2022-03-121-1/+2
* ci: Actually use the test multiplierJens Georg2022-02-121-1/+1
* ci: Update to F35 and libsoup3Jens Georg2022-02-121-219/+204
* ServiceProxy: Small g_clear_pointer useJens Georg2022-01-231-2/+1
* ServiceProxy: Use default reason phraseJens Georg2022-01-231-1/+1
* tests: Add ServiceProxy testJens Georg2022-01-234-2/+603
* ServiceProxy: Fix error propagation in sync callJens Georg2022-01-231-2/+1
* ServiceProxy: Use send_asyncJens Georg2022-01-231-12/+10
* ServiceProxy: Rename CallbackDataJens Georg2022-01-231-8/+8
* doc: Fix examples for gi-docgenJens Georg2022-01-231-12/+6
* ProxyAction: Propagate error from soup callJens Georg2022-01-201-0/+1
* ServicceProxy: Make pending notifies a queueJens Georg2022-01-201-11/+8
* ServiceProxy: Use Cancellable on shutdownJens Georg2022-01-201-34/+14
* ServiceProxyAction: Drop cancellableJens Georg2022-01-203-114/+4
* ServiceProxyAction: Remove proxyJens Georg2022-01-203-28/+7
* ServiceProxyAction: Do not leak response stringJens Georg2022-01-201-0/+2
* ServiceProxy: Remove deprecated APIJens Georg2022-01-206-799/+30
* Drop _valist variant of functionJens Georg2022-01-161-27/+3
* ServiceProxy: Fix double-free on ProxyActionJens Georg2022-01-092-1/+70
* ControlPoint: Don't load description on url errorJens Georg2022-01-091-0/+9
* ServiceProxy: Drop deprecated introspectionJens Georg2022-01-094-336/+135
* ServicceProxy: Do not leak unsubscribe messageJens Georg2022-01-091-10/+3
* tests: Adapt tests to proper shutdown soup serverJens Georg2022-01-091-19/+103
* ServiceAction: Do not leak answer bytesJens Georg2022-01-091-3/+3
* ControlPoint: Properly cancel pending get messagesJens Georg2022-01-091-29/+22
* ServiceProxy: Drop additional reference on messageJens Georg2022-01-052-4/+1
* ServiceProxy: Do not leak response on resendJens Georg2022-01-051-0/+3
* ServiceProxyAction: Do not leak responseJens Georg2022-01-051-0/+2
* ServiceProxy: Fix re-sending M-POST in sync callJens Georg2022-01-051-31/+22
* ServiceProxy: Properly re-queue if POST failedJens Georg2022-01-052-9/+214
* Revert "build: Do not write man page during test"Jens Georg2022-01-041-1/+0
* Service: Signal action_invoked if vfunc existsJens Georg2022-01-031-1/+2
* Remove stray g_print in the codeJens Georg2022-01-033-5/+0
* doc: Remove old gtk-doc filesJens Georg2022-01-039-1969/+0
* build: Distribute docsJens Georg2022-01-032-0/+23
* docs: Use gi-docgen instead of gtk-docJens Georg2022-01-0337-485/+1622
* build: Do not write man page during testJens Georg2022-01-031-0/+1
* ServiceAction: Forward-port Action.return_successJens Georg2022-01-035-9/+11
* DeviceInfo: Rename virtual functionsJens Georg2022-01-034-22/+77
* XMLDoc: Do not leak pathJens Georg2022-01-021-0/+1
* tests: Add test for gitlab issue #42Jens Georg2022-01-021-0/+28
* Device,Service,RootDevice: Fix use after freeJens Georg2022-01-023-69/+80
* ServiceProxy: Do not leak the action bodyJens Georg2022-01-011-4/+6
* ServiceProxyAction: Expose the set functionJens Georg2022-01-013-0/+21
* ServiceProxy: Fix access to uninitialized privJens Georg2022-01-011-1/+2
* Service: Return error if autoconnect failsJens Georg2021-12-303-1/+39
* Errors: Fix quark for ServiceIntrospectionErrorJens Georg2021-12-301-1/+1
* Service: Remove _valist functionsJens Georg2021-12-303-67/+6
* tests: Remove some compiler warningsJens Georg2021-12-301-13/+12