summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix gi-docgen.wrap wip/gi-docgenJens Georg2021-08-091-2/+6
|
* wip: More doc fixesJens Georg2021-08-0810-70/+233
|
* wipJens Georg2021-08-088-31/+840
|
* context-filter: Remove white-list referenceJens Georg2021-08-073-12/+9
|
* context-manager: Fix inverted boot-id logicJens Georg2021-08-071-1/+1
| | | | boot-id should only be sent when using UDA 1.1 or newer, not UDA 1.0
* context-manager: Do not leak reference on contextJens Georg2021-08-071-0/+2
| | | | | | Applying the filter will leak a reference on the context. Unref the context after use.
* Update gitignoreJens Georg2021-08-071-0/+2
|
* vapi: Revert API change.Jens Georg2021-08-052-3/+6
| | | | Delay this for 1.6 where we have to bump the API anyway
* Service: Do not leak address in subscription checkJens Georg2021-07-271-0/+1
|
* RootDevice: Do not leak context referenceJens Georg2021-07-271-4/+1
|
* white-list: Make wrapper around context_filterJens Georg2021-07-063-286/+66
|
* all: white_list -> context_filterJens Georg2021-07-063-117/+145
|
* context-filter: Introduce new classJens Georg2021-07-064-6/+537
|
* service-proxy: Unqueue finished action directlyJens Georg2021-07-061-3/+3
| | | | | | If done, remove from queue. Prevents crash on shutdown Fixes #56
* Prepare 1.3.0gupnp-1.3.0Jens Georg2021-07-031-0/+22
|
* service-proxy: Minor g_clear_pointer useJens Georg2021-07-031-4/+1
|
* service: Validate Host header in GENA handlersJens Georg2021-07-031-0/+14
| | | | Fixes #55
* service,context: Re-use is_ours from GSSDPJens Georg2021-07-034-40/+4
| | | | Drop the custom implementation in Context.
* build: Bind library version to project versionJens Georg2021-07-031-1/+6
|
* examples: Use varargs version in C exampleJens Georg2021-07-031-23/+5
|
* proxy-action: Remove one level of argument copyJens Georg2021-07-031-9/+28
| | | | | Instead of using _new_from_list for the vararg version, fill the hash and list directly
* ServiceProxyAction: Add method to set parametersJens Georg2021-07-032-1/+48
| | | | Fixes #18
* ServiceProxyAction: Clear old messageJens Georg2021-07-031-0/+1
|
* ServiceProxy: Set action->error for legacy callsJens Georg2021-07-032-38/+45
| | | | In the creation phase we can easily use "normal" GError propagation
* ServiceProxy: Do not leak cancellable in sync callJens Georg2021-07-031-0/+5
|
* ServiceProxy: Prevent possible null pointer derefJens Georg2021-07-031-1/+1
| | | | | If Proxy went down while soup message is still running, the weak reference will have nulled the pointer
* ServiceProxy: Change queueing of ProxyActionJens Georg2021-07-031-25/+36
| | | | | - Take weak reference on async operation only - Add to pending action list on async only
* ServiceProxyAction: Change serializationJens Georg2021-07-033-57/+100
| | | | | - Arguemnts are stored in the ServiceProxyAction - Serialization is done before creating the message
* doap: Use correct download linkJens Georg2021-06-201-1/+1
|
* doap: Fix some linksJens Georg2021-06-201-3/+3
|
* build: Move config.h to private folderJens Georg2021-06-193-5/+6
| | | | | This is necessary to use it nicely in a subproject, see https://mesonbuild.com/Wrap-best-practices-and-tips.html#do-not-put-configh-in-external-search-path
* build: Require meson 0.54 for override_dependencyJens Georg2021-06-191-1/+1
|
* build: Allow using gupnp as subprojectJens Georg2021-06-191-0/+2
|
* all: SPDX license identifierJens Georg2021-06-1025-330/+30
| | | | Forgot the C files in the last commit
* Revert "xml-doc: Temporarily disable transfer annotation"Jens Georg2021-06-101-1/+1
| | | | This reverts commit 0f0cfd2fc50efcbfe5fcc12d18eda0fe60ae6303.
* build: Bump project versionJens Georg2021-06-101-1/+1
|
* ci: There's actually no Rygel CI to trigger :(Jens Georg2021-06-101-7/+7
|
* ci: Trigger rygel after successful buildJens Georg2021-06-101-0/+8
|
* xml-doc: Temporarily disable transfer annotationJens Georg2021-06-101-1/+1
|
* all: Fix code formattingJens Georg2021-06-092-22/+22
|
* gi: Fix annotationsJens Georg2021-06-0912-67/+67
| | | | Mainly missing nullable on return values
* all: Minor simplicifcations and dead code removalJens Georg2021-06-094-36/+11
|
* doc: Minor fixesJens Georg2021-06-092-3/+3
|
* doc: Add/Fix Since: annotationsJens Georg2021-06-099-66/+52
| | | | | Add missing Since:, move existints ones from unstable versions to the first stable version to feature this function
* all: Fix minor compiler warningsJens Georg2021-06-0917-18/+17
|
* context-manager: Fix typoJens Georg2021-06-091-1/+1
|
* docs: Add description for newly added functionsJens Georg2021-06-091-0/+183
|
* doc: Fix some gtk-doc errorsJens Georg2021-06-094-7/+34
|
* Remove obsolete ChangeLog fileJens Georg2021-06-091-0/+0
|
* doc: Shuffle GFDL text around and include copyJens Georg2021-06-093-12/+482
|