summaryrefslogtreecommitdiff
path: root/gio/gnetworkingprivate.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-02-20GNetworkAddress: drop cached addresses on resolver reloadDan Winship1-0/+2
2013-01-23GNetworkMonitorNetlink: make the netlink socket cloexecDan Winship1-0/+5
2012-12-12Add gnetworking.hDan Winship1-54/+1
2012-12-12gio: move resolver utils from gresolver.c to gthreadedresolver.cDan Winship1-34/+0
2012-11-15win32: define _WIN32_WINNT globallyDan Winship1-1/+0
2012-04-16Add support for MX, TXT, NS and SOA records to GResolverStef Walter1-2/+8
2012-01-16GSocket: Add possibility to join a multicast group only on a specific interfaceSebastian Dröge1-0/+1
2011-05-28Fix compile warnings on OpenBSD.Antoine Jacoutot1-5/+5
2011-05-03Fix usage of _GNU_SOURCEDan Winship1-18/+4
2010-09-10Fix IPv6 parsing in _g_uri_parse_authority, add _g_uri_from_authorityDan Winship1-0/+4
2010-08-19Added proxy_enumerate method to GSocketConnectableNicolas Dufresne1-0/+5
2010-07-20Bug 617483 – Credentials passingDavid Zeuthen1-0/+8
2010-04-23add missing #endif from last patchRyan Lortie1-0/+1
2010-04-23GSocket: define CMSG_LEN and CMSG_SPACE if the system doesn'tDan Winship1-0/+11
2010-03-03GResolver: fix Windows 2000 workaroundDan Winship1-0/+8
2009-12-18Fix UnixWare build by not using "sa_len" as a variable nameDan Winship1-1/+1
2009-08-19Re-run res_init() when resolv.conf changesDan Winship1-0/+4
2009-06-01Misc networking build fixesDan Winship1-1/+7
2009-06-01Bump _WIN32_WINNT to 0x0501Tor Lillqvist1-1/+1
2009-05-30Replace FIXME with proper SDK version defineHans Breuer1-1/+1
2009-04-26Fix the networking stuff on (current) OS XDan Winship1-2/+4
2009-04-22Add GResolver, a glib-ish interface to DNSDan Winship1-0/+32
2009-04-22Add network address and socket typesDan Winship1-0/+53