summaryrefslogtreecommitdiff
path: root/gio/gnetworkmonitornetlink.c
Commit message (Expand)AuthorAgeFilesLines
* Fix signedness warning in gio/gnetworkmonitornetlink.c:remove_network()Emmanuel Fleury2021-01-211-1/+1
* gio/gnetworkmonitornetlink.c: Add NULL check on dest before using itColin Walters2019-08-241-1/+1
* gnetworkmonitornetlink: Pass a GError into read_netlink_messages()Iain Lane2018-09-131-23/+55
* gnetworkmonitornetlink: Close the socket after disconnecting its GSourcesIain Lane2018-09-131-6/+6
* gnetworkmonitornetlink: Don't check if a passed-in GError ** is NULLIain Lane2018-09-131-1/+1
* gnetworkmonitor: Fix use-after-free when using from another threadMilan Crha2018-04-111-1/+4
* gnetworkmonitornetlink: Fix a memory leak in unusual circumstancesPhilip Withnall2018-02-281-0/+1
* gnetworkmonitornetlink: Fix memory leaks on error pathsPhilip Withnall2018-02-281-14/+9
* gnetworkmonitornetlink: Refactor some code to reduce duplicationPhilip Withnall2018-02-281-25/+26
* gnetworkmonitornetlink: Use a coarser-grained timer for dumpsPhilip Withnall2018-02-281-1/+1
* gnetworkmonitornetlink: Fix potential GMainContext issuePhilip Withnall2018-02-281-6/+7
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-3/+3
* gio/: LGPLv2+ -> LGPLv2.1+SĂ©bastien Wilmet2017-05-291-1/+1
* Fix memory leaks in GNetworkMonitorNetlinkMilan Crha2016-07-161-1/+4
* GNetworkMonitorNetlink: Fix check for non-kernel messagesAlexander Larsson2015-06-031-15/+15
* networkmonitornetlink: IN6_IS_ADDR_MC_LINKLOCAL is only guaranteed to work on...Olivier CrĂȘte2014-03-311-1/+4
* gnetworkmonitornetlink: filter out IPv6 LL MC changesDan Winship2014-02-011-0/+10
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add missing string.h includeMichael Forney2013-10-011-0/+1
* gnetworkmonitornetlink: handle default route via deviceDan Winship2013-07-121-9/+9
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-17/+14
* Add g_close(), use itColin Walters2013-01-291-2/+3
* GNetworkMonitorNetlink: make the netlink socket cloexecDan Winship2013-01-231-1/+1
* gsocket: add getsockopt/setsockopt wrappersDan Winship2012-12-121-11/+10
* gnetworkmonitornetlink: don't leak the list of networksDan Winship2012-05-171-1/+1
* gnetworkmonitornetlink.c: Fix a gsize->gssizeDan Winship2011-12-191-1/+1
* gnetworkmonitornetlink.c: Fix compilation on RHEL 6.2Christophe Fergeau2011-12-131-2/+5
* Whitespace fixesMatthias Clasen2011-12-101-105/+105
* gnetworkmonitornetlink.c: Make the error messages less geekyDan Winship2011-11-291-5/+5
* add GNetworkMonitor, for... monitoring the networkDan Winship2011-11-141-0/+465