summaryrefslogtreecommitdiff
path: root/libgssdp
Commit message (Expand)AuthorAgeFilesLines
* client,socket-source: Propagate random portJens Georg2022-11-202-11/+43
* Client: Check scope ID only if IPv6Jens Georg2022-11-071-1/+2
* client: Do not accept multicast packets on loJens Georg2022-11-021-8/+18
* net-posix: Do not leak mask if already providedJens Georg2022-11-021-2/+10
* Net-Posix: Use correct macro to parse netlink msgsJens Georg2022-10-231-2/+2
* Revert "client: Do not accept multicast packets on lo"Jens Georg2022-10-131-18/+8
* client: Do not accept multicast packets on loJens Georg2022-09-181-8/+18
* net-posix: Add missing breakJens Georg2022-08-071-0/+1
* Client: Add new convenience constructorsJens Georg2022-08-053-12/+96
* Client: Make get_host_ip fill an errorwip/property-cleanupJens Georg2022-08-055-16/+30
* Client: Fix host-ip handlingJens Georg2022-08-051-21/+50
* Client: Make properties construct-onlyJens Georg2022-08-051-126/+109
* Fix version annotation for Client:portJens Georg2022-08-041-1/+1
* Client: Expose Client:host_addr as propertyJens Georg2022-08-041-4/+31
* Enable global scope v6 addressesJens Georg2022-07-153-23/+16
* socket-source: Allow interface index up to MAXINTOlivier CrĂȘte2022-05-251-1/+1
* client: Clean-up debug outputJens Georg2022-05-251-3/+4
* client: Avoid critical if address is NULLwip/libsoup3Jens Georg2021-12-291-2/+3
* build: Fix GIR and vapi dependency to libsoup3Jens Georg2021-11-211-1/+1
* Port GSSDP to libsoup3 APIJens Georg2021-10-283-17/+13
* 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-271-9/+11
* win32: Implement interface index lookupJens Georg2021-07-041-2/+22
* win32: Add MAC lookupJens Georg2021-07-041-3/+66
* build: Bind library version to project versionJens Georg2021-07-031-1/+6
* net-posix: Disable deprecation warningJens Georg2021-06-201-0/+3
* all: Unconditionally include config.hJens Georg2021-06-207-15/+1
* all: LGPL-2.0 -> LGPL-2.1Jens Georg2021-06-2023-301/+23
* doc: Fix warnings regarding parametersJens Georg2021-06-202-6/+5
* build: Do not make config.h part of the dependencyJens Georg2021-06-192-4/+2
* Error: Add short taglineJens Georg2021-06-191-0/+3
* resource-group: Fix intrspection and docsJens Georg2021-06-191-36/+48
* resource-browser: Update docs and introspectionJens Georg2021-06-191-39/+53
* client: Update docs and introspectionJens Georg2021-06-192-56/+69
* all: Minor scan-build fixesJens Georg2021-05-291-3/+1
* build: Add gir build dirJens Georg2021-05-221-0/+1
* Revert "build: Remove add_global_arguments"Jens Georg2021-05-221-3/+1
* build: fix deprecated pkg.generate callJens Georg2021-05-221-1/+2
* build: Remove add_global_argumentsJens Georg2021-05-221-1/+3
* build: Add override for being used as subprojectJens Georg2021-05-221-0/+2
* client: Remove unused variableJens Georg2021-05-211-1/+0
* net-posix: Replace g_memdup if availableJens Georg2021-05-211-0/+4
* client: Some docimprovementsJens Georg2021-05-201-4/+24
* client: Add can_reach convenience functionJens Georg2021-05-203-8/+40
* doc: Various cleanupsJens Georg2021-05-121-2/+7
* client: Add missing prototype for get_address_maskJens Georg2020-06-161-0/+3
* client: Add getter for maskJens Georg2020-06-161-1/+19
* socket-source: ::1 Should not set mcast interfaceJens Georg2020-04-131-10/+14
* net: Fix critical if device does not existJens Georg2020-04-131-1/+3