summaryrefslogtreecommitdiff
path: root/gio/gnetworkaddress.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all nicks and blurbs from param specswip/sophie-h/remove-nick-blurbSophie Herold2023-04-281-9/+3
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-1/+1
* guri: Make G_URI_FLAGS_PARSE_STRICT the defaultPhilip Withnall2020-08-071-1/+1
* gio: remove _g_uri_parse_authority()Marc-André Lureau2020-07-281-246/+0
* gio: use g_uri_split_network() in g_network_address_parse_uri()Marc-André Lureau2020-07-281-11/+13
* gio: replace _g_uri_from_authority() with g_uri_join()Marc-André Lureau2020-07-281-44/+8
* doc: Hide some internal functionXavier Claessens2019-07-101-1/+1
* gnetworkaddress: fix "happy eyeballs" logicAllison Karlitskaya2019-06-041-6/+1
* gnetworkaddress: Fix parallel enumerations interfering with eachotherPatrick Griffis2019-05-101-98/+136
* docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’Philip Withnall2019-04-261-1/+1
* general: Remove a few unhelpful references to ‘master’Philip Withnall2019-04-251-1/+1
* docs: Fix pluralised links to symbolsPhilip Withnall2019-03-151-1/+1
* gnetworkaddress: Never end enumeration before resolving completesPatrick Griffis2019-02-111-13/+43
* gnetworkaddress: Factor out initializing address list into functionPatrick Griffis2019-02-111-36/+44
* gnetworkaddress: Fix incorrect error propagation when resolving addressesPatrick Griffis2019-02-071-8/+19
* gnetworkaddress: fix use-after-free for network addressChristian Hergert2019-01-251-0/+5
* gsocketaddressenumerator: Make it an error to call next_async before finishPatrick Griffis2018-12-111-0/+4
* gnetworkaddress: Interleave ipv4 and ipv6 addressesPatrick Griffis2018-12-111-14/+143
* gnetworkaddress: Implement parallel ipv4 and ipv6 dns lookupsPatrick Griffis2018-12-111-46/+177
* Fix a couple typos in doc commentsMichael Catanzaro2018-10-171-1/+1
* 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