summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-linux-context-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Do not leak RtmAddrInfoJens Georg2022-12-081-0/+2
* linux-cm: Improve address handlingJens Georg2022-12-071-158/+225
* linux-cm: Fix IFA_FLAGS detectionJens Georg2022-10-251-2/+4
* Linux-CM: Do not filter out global scope v6Jens Georg2022-07-151-8/+3
* docs: Use gi-docgen instead of gtk-docJens Georg2022-01-031-1/+1
* linux-cm: Fix typoRobert Tiemann2021-09-021-1/+1
* linux-cm: Fix filtering for address familiesRobert Tiemann2021-09-021-3/+3
* all: SPDX license identifierJens Georg2021-06-101-13/+1
* all: Fix minor compiler warningsJens Georg2021-06-091-1/+1
* linux-cm: Fds can be 0Jens Georg2021-05-111-5/+6
* gupnp-linux-context-manager.c: fix {linux,net}/if.h redefinitionFabrice Fontaine2019-08-011-1/+2
* linux-cm: Pass family to created contextsJens Georg2019-02-041-0/+3
* linux-cm: UDA version is not a pointerJens Georg2019-01-131-4/+4
* linux-cm: Pass on UDA version to GUPnP contextJens Georg2019-01-131-1/+6
* linux-cm: Avoid static receive bufferJakub Adam2019-01-101-6/+10
* linux-cm: Fix potential double-freeJens Georg2018-11-291-0/+2
* linux-cm: Fix compiling if wireless.h is missingJens Georg2018-11-291-0/+1
* linux-cm: Fix address filtering by scopeJens Georg2018-11-201-13/+12
* linux-cm: Pass network mask when creating contextJens Georg2018-11-191-6/+22
* linux-cm: Fix Netmask calculationJens Georg2018-11-041-9/+27
* linux-cm: Implement filtering for address familiesJens Georg2018-11-021-2/+9
* linux-cm: Support IPv6Jens Georg2018-11-021-10/+34
* all: Port to new GLib type macrosJens Georg2018-11-021-58/+101
* linux-cm: Avoid unterminated stringwip/hadess/defectsBastien Nocera2018-07-241-1/+1
* Fix bitwise ! and logical &Jens Georg2018-02-131-2/+2
* linux-cm: Fix compiler warning about negative shiftJens Georg2016-10-151-1/+1
* linux-cm: ifdef IFA_FLAGS useJens Georg2016-02-051-0/+2
* linux-cm: Style fixesJens Georg2015-12-311-5/+3
* linux-cm: Pass on network to contextJens Georg2015-12-311-8/+40
* linux-cm: Fix various issues with DHCPJens Georg2015-12-081-25/+49
* linux-cm: Add netlink debuggingJens Georg2015-12-081-8/+117
* linux-cm: No need to look up device nameJens Georg2015-12-081-27/+39
* Use proper macros for accessing NL address messageJens Georg2015-12-051-4/+5
* context-manager: Fix a memory leak of network devicesPhilip Withnall2014-04-241-0/+2
* Some Linux CM docsJens Georg2013-10-191-0/+36
* Style fixes in Linux CMJens Georg2013-10-191-25/+22
* Minor include fixes for Linux CMJens Georg2013-10-191-0/+1
* Properly include gio.h for GSocketJens Georg2013-10-181-0/+2
* Fix compilation with -Wall -WextraJens Georg2013-05-291-6/+10
* Use unix CM as fall-back if netlink isn't thereJens Georg2013-05-291-0/+15
* Don't leak GError in linux cmMarcin Nowakowski2012-12-091-0/+2
* Update license headersJens Georg2012-08-311-2/+2
* Add support for device aliasesJens Georg2012-08-191-42/+112
* Declare more linux cm internal functions staticAndreas Henriksson2012-04-121-2/+2
* Don't leak internal linux contex manager symbolAndreas Henriksson2012-04-121-1/+1
* Prevent possible crash if device disappearsJens Georg2011-08-291-1/+4
* Drop main-context property.Jens Georg2011-07-301-15/+2
* Add a Linux context managerJens Georg2011-06-221-0/+736