summaryrefslogtreecommitdiff
path: root/gio/gsimpleproxyresolver.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "gsimpleproxyresolver: Make explicit that a port is needed for HTTP/HT...Michael Catanzaro2022-12-221-4/+0
* gsimpleproxyresolver: Make explicit that a port is needed for HTTP/HTTPSChris Talbot2022-12-061-0/+4
* gsimpleproxyresolver: ensure default proxy is validMichael Catanzaro2022-06-271-0/+1
* gsimpleproxyresolver: default_proxy should be consistently nullableMichael Catanzaro2022-06-271-2/+2
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* g_simply_proxy_resolver_set_ignore_hosts: add missing GIR annotationsBart Jacobs2021-09-281-2/+2
* Fix signedness warning in gio/gsimpleproxyresolver.c:ignore_host()Emmanuel Fleury2021-01-121-2/+6
* guri: Make G_URI_FLAGS_PARSE_STRICT the defaultPhilip Withnall2020-08-071-1/+1
* gio: use g_uri_split_network() in g_simple_proxy_resolver_lookup()Marc-André Lureau2020-07-281-3/+4
* networkaddress: Return an error from _g_uri_parse_authority()Bastien Nocera2018-02-011-1/+1
* simpleproxyresolver: Don't crash on invalid hostnameBastien Nocera2018-02-011-2/+4
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-2/+2
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+1
* GSimpleProxyResolver: convert docs to markdownMatthias Clasen2014-02-011-47/+29
* gio: Add missing transfer annotation to g_simple_proxy_resolver_newRico Tzschichholz2014-01-231-1/+1
* Document g_simple_proxy_resolver_set_ignore_hostsMatthias Clasen2013-07-091-2/+15
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-5/+2
* GSimpleProxyResolver: add missing includeDan Winship2013-02-171-0/+1
* GSimpleProxyResolver: fix for the case where the default proxy is NULLDan Winship2013-02-151-0/+2
* GSimpleProxyResolver: new simple GProxyResolver classDan Winship2013-02-141-0/+593