summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-service-proxy.c
Commit message (Expand)AuthorAgeFilesLines
* all: Drop xmlRecoverMemoryHEADmasterJens Georg2023-05-041-1/+5
* service-proxy: Set reference to proxy earlierJens Georg2023-04-151-3/+4
* Add gupnp_service_proxy_set_credentials ()Jan-Michael Brummer2023-04-021-0/+69
* ProxyAction: Re-introduce weak pointer to proxyJens Georg2023-02-171-12/+17
* all: Set log domains for easier filteringJens Georg2022-06-141-0/+2
* docs: Minor fixesJens Georg2022-06-141-2/+2
* ServiceProxy: Change subscription timeout pointJens Georg2022-06-141-2/+13
* ServiceProxy: Fix leak in subscribeJens Georg2022-06-101-0/+1
* ServiceProxy: Fix Soap error handling in sync callJens Georg2022-06-051-8/+10
* ServiceProxy: Parse response in call_finishJens Georg2022-04-021-5/+15
* ServiceProxy: Prevent critical on shutdownJens Georg2022-02-051-1/+2
* ServiceProxy: Small g_clear_pointer useJens Georg2022-01-231-2/+1
* ServiceProxy: Use default reason phraseJens Georg2022-01-231-1/+1
* 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
* 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-201-107/+4
* ServiceProxyAction: Remove proxyJens Georg2022-01-201-22/+7
* ServiceProxy: Remove deprecated APIJens Georg2022-01-201-536/+0
* ServiceProxy: Fix double-free on ProxyActionJens Georg2022-01-091-1/+1
* ServicceProxy: Do not leak unsubscribe messageJens Georg2022-01-091-10/+3
* ServiceProxy: Drop additional reference on messageJens Georg2022-01-051-4/+0
* ServiceProxy: Do not leak response on resendJens Georg2022-01-051-0/+3
* ServiceProxy: Fix re-sending M-POST in sync callJens Georg2022-01-051-31/+22
* ServiceProxy: Properly re-queue if POST failedJens Georg2022-01-051-7/+55
* Remove stray g_print in the codeJens Georg2022-01-031-1/+0
* docs: Use gi-docgen instead of gtk-docJens Georg2022-01-031-19/+23
* ServiceProxy: Do not leak the action bodyJens Georg2022-01-011-4/+6
* ServiceProxy: Fix access to uninitialized privJens Georg2022-01-011-1/+2
* ServiceProxy: Do not check calling proxy in actionJens Georg2021-12-301-5/+0
* all: Initial port to libsoup3 APIJens Georg2021-11-211-148/+233
* service-proxy: Unqueue finished action directlyJens Georg2021-07-061-3/+3
* service-proxy: Minor g_clear_pointer useJens Georg2021-07-031-4/+1
* ServiceProxyAction: Add method to set parametersJens Georg2021-07-031-1/+2
* ServiceProxyAction: Clear old messageJens Georg2021-07-031-0/+1
* ServiceProxy: Set action->error for legacy callsJens Georg2021-07-031-37/+44
* ServiceProxy: Do not leak cancellable in sync callJens Georg2021-07-031-0/+5
* ServiceProxy: Prevent possible null pointer derefJens Georg2021-07-031-1/+1
* ServiceProxy: Change queueing of ProxyActionJens Georg2021-07-031-25/+36
* ServiceProxyAction: Change serializationJens Georg2021-07-031-34/+26
* all: SPDX license identifierJens Georg2021-06-101-13/+1
* gi: Fix annotationsJens Georg2021-06-091-9/+9
* doc: Minor fixesJens Georg2021-06-091-2/+2
* doc: Add/Fix Since: annotationsJens Georg2021-06-091-7/+10
* all: Fix minor compiler warningsJens Georg2021-06-091-1/+1
* doc: Fix some gtk-doc errorsJens Georg2021-06-091-2/+2
* doc: An <-> a where applicableJens Georg2021-06-091-1/+1