summaryrefslogtreecommitdiff
path: root/gio/gnetworkingprivate.h
Commit message (Expand)AuthorAgeFilesLines
* networkaddress: Return an error from _g_uri_parse_authority()Bastien Nocera2018-02-011-1/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GNetworkAddress: drop cached addresses on resolver reloadDan Winship2013-02-201-0/+2
* GNetworkMonitorNetlink: make the netlink socket cloexecDan Winship2013-01-231-0/+5
* Add gnetworking.hDan Winship2012-12-121-54/+1
* gio: move resolver utils from gresolver.c to gthreadedresolver.cDan Winship2012-12-121-34/+0
* win32: define _WIN32_WINNT globallyDan Winship2012-11-151-1/+0
* Add support for MX, TXT, NS and SOA records to GResolverStef Walter2012-04-161-2/+8
* GSocket: Add possibility to join a multicast group only on a specific interfaceSebastian Dröge2012-01-161-0/+1
* Fix compile warnings on OpenBSD.Antoine Jacoutot2011-05-281-5/+5
* Fix usage of _GNU_SOURCEDan Winship2011-05-031-18/+4
* Fix IPv6 parsing in _g_uri_parse_authority, add _g_uri_from_authorityDan Winship2010-09-101-0/+4
* Added proxy_enumerate method to GSocketConnectableNicolas Dufresne2010-08-191-0/+5
* Bug 617483 – Credentials passingDavid Zeuthen2010-07-201-0/+8
* add missing #endif from last patchRyan Lortie2010-04-231-0/+1
* GSocket: define CMSG_LEN and CMSG_SPACE if the system doesn'tDan Winship2010-04-231-0/+11
* GResolver: fix Windows 2000 workaroundDan Winship2010-03-031-0/+8
* Fix UnixWare build by not using "sa_len" as a variable nameDan Winship2009-12-181-1/+1
* Re-run res_init() when resolv.conf changesDan Winship2009-08-191-0/+4
* Misc networking build fixesDan Winship2009-06-011-1/+7
* Bump _WIN32_WINNT to 0x0501Tor Lillqvist2009-06-011-1/+1
* Replace FIXME with proper SDK version defineHans Breuer2009-05-301-1/+1
* Fix the networking stuff on (current) OS XDan Winship2009-04-261-2/+4
* Add GResolver, a glib-ish interface to DNSDan Winship2009-04-221-0/+32
* Add network address and socket typesDan Winship2009-04-221-0/+53