summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Client: Make get_host_ip fill an errorwip/property-cleanupJens Georg2022-08-056-17/+31
| | | | | Properly exit on error and pass on the reason instead of printing a warning on console and just carry on
* Client: Fix host-ip handlingJens Georg2022-08-051-21/+50
| | | | | Make host-ip construct-only (anything else does not make any sense anyway) and only fill host-addr from it after creation, in init
* Client: Make properties construct-onlyJens Georg2022-08-052-126/+117
| | | | | Move all properties which do not make sense to be changed after construction construct-only
* clang-format: Do not reflow commentsJens Georg2022-08-041-1/+1
| | | | This breaks GObject property annotations
* Fix version annotation for Client:portJens Georg2022-08-042-2/+2
| | | | Was Deprecated, should actually be Since
* Client: Expose Client:host_addr as propertyJens Georg2022-08-041-4/+31
|
* Enable global scope v6 addressesJens Georg2022-07-153-23/+16
|
* ci: Update to F36Jens Georg2022-06-041-32/+14
|
* ci: Add coverity scanJens Georg2022-06-041-0/+27
|
* Post-release version bumpJens Georg2022-06-031-1/+1
|
* Prepare GSSDP 1.5.1gssdp-1.5.1Jens Georg2022-06-031-0/+12
|
* socket-source: Allow interface index up to MAXINTOlivier CrĂȘte2022-05-251-1/+1
| | | | | | | I couldn't find anything that would prevent the ifindex to be above MAXINT16 and it seems the CI systems have higher one sometimes. Hopefully this should fix https://gitlab.gnome.org/GNOME/gupnp-igd/-/jobs/2021422
* client: Clean-up debug outputJens Georg2022-05-251-3/+4
|
* ci: Really disable libsoup docsJens Georg2022-04-241-1/+1
|
* ci: Properly disable docs for libsoupJens Georg2022-04-241-1/+1
|
* Post-release version bumpJens Georg2022-04-241-1/+1
|
* Prepare GSSDP 1.5.0gssdp-1.5.0-reallyJens Georg2022-04-241-0/+9
|
* ci: Switch CI back to fdo buildgssdp-1.5.0Jens Georg2022-02-122-279/+216
|
* Revert "ci: Enable doc build"Jens Georg2022-01-081-18/+2
| | | | This reverts commit 22e743823c189e8db8422cda66963a3a7bfca904.
* ci: Enable doc buildJens Georg2022-01-081-2/+18
|
* client: Avoid critical if address is NULLwip/libsoup3Jens Georg2021-12-291-2/+3
|
* ci: Switch to flatpak temporarilyJens Georg2021-11-212-200/+279
|
* build: Fix GIR and vapi dependency to libsoup3Jens Georg2021-11-212-2/+2
|
* Port GSSDP to libsoup3 APIJens Georg2021-10-284-21/+17
|
* SocketSource: Small code clean-upJens Georg2021-10-281-4/+3
|
* Client: Deprecate msearch-port propertyJens Georg2021-10-282-0/+39
|
* Bump API versionJens Georg2021-10-276-13/+18
|
* Prepare 1.4.0gssdp-1.4.0Jens Georg2021-09-182-1/+9
|
* Revert "build: Build docs by default"Jens Georg2021-09-021-1/+1
| | | | This reverts commit 652edd5c0145c0a542017840e3f3bc22b9ade159.
* build: Add missing ''Jens Georg2021-08-141-1/+1
|
* sniffer: Fix building as subprojectJens Georg2021-08-141-1/+1
|
* Prepare 1.3.1gssdp-1.3.1Jens Georg2021-08-142-1/+11
|
* build: Build docs by defaultJens Georg2021-08-141-1/+1
|
* Update .gitignoreJens Georg2021-08-141-0/+4
|
* win32: Implement interface index lookupJens Georg2021-07-041-2/+22
|
* win32: Add MAC lookupJens Georg2021-07-043-3/+95
| | | | This bumps the windows requirement to Vista
* doc: Fix dist for tarballJens Georg2021-07-031-1/+1
|
* Prepare 1.3.0gssdp-1.3.0Jens Georg2021-07-031-0/+18
|
* Remove dummy ChangeLog fileJens Georg2021-07-031-0/+0
|
* build: Bind library version to project versionJens Georg2021-07-032-1/+13
|
* Port sniffer to GTK4Jens Georg2021-06-206-351/+235
|
* net-posix: Disable deprecation warningJens Georg2021-06-201-0/+3
| | | | Used to fix deprecation warning for g_memdup2
* all: Add warning if using too new APIJens Georg2021-06-201-3/+8
| | | | | | There is a small issue with g_memdup2; we support it if glib is new enough, but it will trigger the warning, so it is not set to error for now
* all: Unconditionally include config.hJens Georg2021-06-207-15/+1
| | | | We always generate it with meson
* examples: Remove old GLib initializerJens Georg2021-06-202-8/+0
|
* all: LGPL-2.0 -> LGPL-2.1Jens Georg2021-06-2031-489/+148
| | | | Remove wall of text and use SPDX-License-Identifier everywhere
* doap: Fix some linksJens Georg2021-06-201-3/+3
|
* doc: Fix warnings regarding parametersJens Georg2021-06-202-6/+5
|
* build: Do not make config.h part of the dependencyJens Georg2021-06-194-9/+4
|
* build: Move config.h to private subdirectoryJens Georg2021-06-192-4/+7
| | | | | | This is necessary for using it as a submodule, see https://mesonbuild.com/Wrap-best-practices-and-tips.html#do-not-put-configh-in-external-search-path