summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-context.c
Commit message (Expand)AuthorAgeFilesLines
* context: Fix getting port if port was randomJens Georg2022-11-201-2/+3
* all: Fix build against Soup 3.1.2 and laterJens Georg2022-08-161-0/+8
* Context: Add new convenience constructorsJens Georg2022-08-071-2/+68
* all: Coverity fixesJens Georg2022-06-051-0/+6
* Remove stray g_print in the codeJens Georg2022-01-031-2/+0
* docs: Use gi-docgen instead of gtk-docJens Georg2022-01-031-22/+21
* 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
* tests: Make sure the session is cleaned properlyJens Georg2021-12-301-1/+1
* tests: Check context creation failsJens Georg2021-11-211-0/+3
* Context: Unref server if listen failsJens Georg2021-11-211-1/+2
* all: Initial port to libsoup3 APIJens Georg2021-11-211-133/+181
* Context: Remove property setJens Georg2021-10-291-4/+0
* Context: Use port property from GSSDP.ClientJens Georg2021-10-271-71/+10
* service,context: Re-use is_ours from GSSDPJens Georg2021-07-031-26/+0
* all: SPDX license identifierJens Georg2021-06-101-13/+1
* gi: Fix annotationsJens Georg2021-06-091-4/+4
* doc: Minor fixesJens Georg2021-06-091-1/+1
* doc: Add/Fix Since: annotationsJens Georg2021-06-091-5/+5
* all: Fix minor compiler warningsJens Georg2021-06-091-1/+1
* Tests: Add test for host header validationwip/24Jens Georg2021-05-241-4/+21
* service: Validate host headerJens Georg2021-05-241-0/+51
* context: Small code cleanupJens Georg2021-05-191-8/+2
* service: Style fixesJens Georg2020-06-171-2/+2
* service: Check subscribtion target addressJens Georg2020-06-161-0/+26
* service: Use SoupURI in call-backsJens Georg2020-06-161-10/+46
* all: Style fixesJens Georg2019-02-051-4/+1
* all: Documentation fixesJens Georg2019-02-051-0/+9
* all: Documentation updateJens Georg2019-02-041-1/+1
* context: Make headers use proper UPnP/x.x versionJens Georg2019-02-041-13/+21
* all: Use proper address for link-localJens Georg2018-11-201-0/+42
* win32: Fix some platform-specific warningsJens Georg2018-11-111-1/+1
* context: Fix listening on link-local socketsJens Georg2018-11-021-4/+18
* all: Port to new GLib type macrosJens Georg2018-11-021-77/+129
* Propagate User-Agent to message from cacheJens Georg2017-04-301-4/+21
* Avoid a crash in gupnp_root_device_constructor()Sven Neumann2017-04-301-1/+4
* Remove custom marshallersJens Georg2016-10-151-1/+0
* Remove deprecated functionsJens Georg2016-10-151-27/+1
* Fix agent cache maintenanceJens Georg2016-04-021-2/+1
* Cache user agents per IPJens Georg2016-04-021-7/+44
* Remove gnome-commonJens Georg2015-06-131-6/+13
* Stop using the deprecated SoupSessionAsyncSven Neumann2015-01-031-9/+1
* gupnp-context: port to new libsoup API (requires libsoup 2.48)Sven Neumann2015-01-031-49/+43
* Add missing function declarationJens Georg2014-06-291-3/+1
* Avoid redefinition of GUPnPDevice and GUPnPServiceJens Georg2014-06-291-0/+1
* Unref root device in ACL server handlerJens Georg2014-05-251-0/+4
* Update "Since" documentation tagsJens Georg2014-05-241-0/+18
* g_free is NULL-safeJens Georg2014-05-241-10/+3