summaryrefslogtreecommitdiff
path: root/libgupnp
Commit message (Expand)AuthorAgeFilesLines
...
* service-proxy: Set params pointer in pre-parsingJens Georg2022-05-031-0/+1
* DeviceInfo: Make document property accessibleJens Georg2022-05-011-3/+1
* doc: Remove stray SoupURI from property docJens Georg2022-05-011-1/+1
* ServiceProxy: Parse response in call_finishJens Georg2022-04-023-167/+175
* 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
* tests: Add ServiceProxy testJens Georg2022-01-232-1/+4
* 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-203-618/+0
* Drop _valist variant of functionJens Georg2022-01-161-27/+3
* ServiceProxy: Fix double-free on ProxyActionJens Georg2022-01-091-1/+1
* ControlPoint: Don't load description on url errorJens Georg2022-01-091-0/+9
* ServiceProxy: Drop deprecated introspectionJens Georg2022-01-093-326/+121
* ServicceProxy: Do not leak unsubscribe messageJens Georg2022-01-091-10/+3
* 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-051-7/+55
* Service: Signal action_invoked if vfunc existsJens Georg2022-01-031-1/+2
* Remove stray g_print in the codeJens Georg2022-01-033-5/+0
* docs: Use gi-docgen instead of gtk-docJens Georg2022-01-0327-455/+665
* ServiceAction: Forward-port Action.return_successJens Georg2022-01-033-4/+6
* DeviceInfo: Rename virtual functionsJens Georg2022-01-034-22/+77
* XMLDoc: Do not leak pathJens Georg2022-01-021-0/+1
* 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-012-0/+20
* 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
* Context: Do not leak reference on ACL objectJens Georg2021-12-301-0/+1
* context: Remove useless check in host_path_handlerJens Georg2021-12-301-4/+1
* context: Remove duplicate defineJens Georg2021-12-301-2/+0
* tests: Add test for v6 URI rewritingJens Georg2021-12-301-0/+11
* ServiceProxy: Do not check calling proxy in actionJens Georg2021-12-301-5/+0
* tests: Make sure the session is cleaned properlyJens Georg2021-12-301-1/+1