summaryrefslogtreecommitdiff
path: root/gio/gproxyresolver.c
Commit message (Expand)AuthorAgeFilesLines
* gproxyresolver: lookup_finish() should better parallel lookup_async()Michael Catanzaro2022-11-011-0/+3
* gproxyresolver: add asserts to ensure error is setMichael Catanzaro2022-06-271-2/+10
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* giomodule: Don’t mandatorily cache GIOModule implementationsPhilip Withnall2021-01-201-3/+14
* Document that the get_default() functions for the various GIO modules will ne...Sebastian Dröge2020-11-141-1/+2
* guri: Make G_URI_FLAGS_PARSE_STRICT the defaultPhilip Withnall2020-08-071-2/+2
* gio: use g_uri_is_valid()Marc-André Lureau2020-07-281-3/+10
* resolver: Return early if URI is invalidBastien Nocera2018-02-011-0/+14
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* docs: Fix typosKrzesimir Nowak2017-05-101-1/+1
* Small documentation additionsMatthias Clasen2017-05-021-0/+4
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-2/+2
* gio: fix a leftover GSimpleAsyncResult usageDan Winship2015-08-071-1/+0
* docs: fix up docs issues in gio/Xavier Claessens2015-02-051-0/+13
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-4/+4
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-2/+2
* Docs: replace <literal> by `Matthias Clasen2014-02-061-6/+6
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add _g_io_module_get_default(), use to simplify other *_get_default()sDan Winship2011-10-041-49/+3
* Fix some socket docs issues, remove unused typedefsDan Winship2011-06-061-1/+1
* Add GI annotations to Gio DNS resolution classesPavel Holejsovsky2010-12-291-8/+10
* Add a lot of missing annotationsJohan Dahlin2010-09-241-3/+3
* Implemented proxy-resolver extension pointNicolas Dufresne2010-08-191-0/+241