summaryrefslogtreecommitdiff
path: root/gio/gnetworkaddress.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Fix 'overide' typo in g_network_address_parse docChristophe Fergeau2018-02-281-1/+1
* gnetworkaddress: Fix minor memory leakPhilip Withnall2018-02-041-0/+2
* networkaddress: Add early sanity check to _g_uri_parse_authority()Bastien Nocera2018-02-011-3/+10
* networkaddress: Return an error from _g_uri_parse_authority()Bastien Nocera2018-02-011-16/+15
* gobject: fix typecasts via g_object_refChristian Hergert2017-12-041-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-1/+1
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+1
* gsocketconnectable: Add a to_string() virtual methodPhilip Withnall2015-10-131-0/+26
* networkaddress: use free_fullPaolo Borelli2015-07-191-9/+1
* gnetworkaddress: add return type annotation to parse methodsEvan Nemerson2015-05-111-2/+4
* gnetworkaddress: Add g_network_address_new_loopback() constructorDan Winship2014-11-291-0/+45
* Remove redundant checks before freeMarek Kasik2014-07-141-2/+1
* networkaddress: fix parsing of uri with @ after authorityWim Taymans2014-04-021-2/+9
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-6/+6
* gio: don't accept nonstandard IPv4 "numbers-and-dots" addressesDan Winship2014-02-151-20/+8
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gnetworkaddress: allow IPv6 scope ids in URIsDan Winship2013-08-191-7/+24
* gnetworkaddress: fix parsing of URIs with IPv6 literal and portDan Winship2013-08-191-0/+3
* gnetworkaddress: tweak to make Solaris happyDan Winship2013-07-241-0/+1
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-4/+2
* GNetworkAddress: drop cached addresses on resolver reloadDan Winship2013-02-201-19/+51
* GNetworkAddress: Build if AI_NUMERICSERV not definedAlexander Larsson2013-02-181-1/+5
* gnetworkaddress: preserve IPv6 scope ID in IP literalsDan Winship2013-02-151-26/+62
* gio: port networking classes from GSimpleAsyncResult to GTaskDan Winship2012-10-101-29/+32
* networkaddress: Fix userinfo parsing in urisMatthias Clasen2012-04-081-5/+5
* docs: Fix GNetworkAddress typoDavid King2012-02-211-1/+1
* GIO: add lots of annotations for Vala bindingsEvan Nemerson2012-01-111-1/+1
* gio static fixupsRyan Lortie2011-10-161-0/+1
* g_network_address_parse: deprecate symbolic port namesDan Winship2011-09-031-2/+6
* gio: Make enumerating a GNetworkAddress work more than onceBenjamin Otte2010-12-071-44/+50
* Use g_simple_async_result_{new_,}take_errorChristian Persch2010-11-031-2/+1
* Add a lot of missing annotationsJohan Dahlin2010-09-241-4/+4
* Fix IPv6 parsing in _g_uri_parse_authority, add _g_uri_from_authorityDan Winship2010-09-101-3/+46
* Implemented proxy_enumerate() for all ConnectablesNicolas Dufresne2010-08-191-2/+26
* Added proxy_enumerate method to GSocketConnectableNicolas Dufresne2010-08-191-1/+1
* Added method g_network_address_parse_uri()Nicolas Dufresne2010-08-191-0/+296
* Drop an unneeded ifMatthias Clasen2010-07-301-2/+1
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* Fix GNetworkAddress skipping addresses when enumeratingSjoerd Simons2009-09-111-5/+0
* Misc networking build fixesDan Winship2009-06-011-7/+1
* Fix make checkMatthias Clasen2009-05-281-1/+1
* Documentation and coding style fixupsMatthias Clasen2009-05-271-20/+24
* Include stdlib.h to avoid warningAlexander Larsson2009-05-151-0/+1
* Add g_network_address_parseAlexander Larsson2009-05-141-0/+164
* GResolver wrappers: GNetworkAddress, GNetworkService, GSocketConnectableDan Winship2009-04-221-0/+462