summaryrefslogtreecommitdiff
path: root/libsoup/soup-uri.c
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy "*" alias supportPatrick Griffis2020-09-191-4/+1
* Make more APIs privatePatrick Griffis2020-09-191-1/+1
* soup-uri: Check string lengths before reading bytes of %-encoded charsPhilip Withnall2020-07-021-2/+10
* soup: Fix nonnull parameter issues found by Coverity Scan and clangMilan Crha2018-06-251-1/+1
* SoupURI: make soup_uri_new_with_base a constructorCorentin Noël2018-06-131-2/+2
* Always use "wss" as an alias for "https"Nirbheek Chauhan2017-08-071-4/+8
* Fix out-of-bounds read in URI parsingDan Winship2017-08-071-1/+1
* SoupSession: give password to GSimpleProxyResolverJonathan Lebon2016-10-271-2/+6
* uri: better document that host can be NULLMichael Catanzaro2016-10-131-1/+1
* Improve documentation of soup_uri_normalizeMichael Catanzaro2016-02-091-1/+2
* Include config.h if needed in the files that do not include it yetIgnacio Casal Quinteiro2015-11-041-0/+4
* soup-uri.c: Add (allow-none) to soup_uri_normalizeJens Georg2015-09-151-1/+1
* uri: add support for WebSocket schemesLionel Landwerlin2015-03-011-2/+25
* Add missing (nullable) annotations, assorted minor introspection fixesEvan Nemerson2014-11-231-2/+2
* soup_uri_to_string: document that passwords are never outputDan Winship2014-01-181-0/+3
* soup-uri: minor code reorg/renamingDan Winship2013-10-101-11/+14
* SoupServer: add :http-aliases and :https-aliases propertiesDan Winship2013-08-261-0/+43
* More IPv6 scope ID fixesDan Winship2013-08-191-3/+18
* soup-uri: fix URI scheme parsingDan Winship2013-07-131-2/+5
* Add/fix some annotationsDan Winship2013-06-291-23/+0
* soup-address: fix proxy enumerator implementationDan Winship2013-04-181-16/+23
* data: URL requests should serve the whole decoded URLZan Dobersek2013-03-111-5/+8
* Revert "SoupURI: replace NULL password with "" on http"Dan Winship2013-01-211-2/+0
* SoupURI: replace NULL password with "" on httpDan Winship2013-01-121-0/+2
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-0/+51
* soup-uri: don't decode %00 in URIsDan Winship2012-12-101-1/+1
* Add per-version deprecation/availability warningsDan Winship2012-11-081-3/+3
* soup-request: Add support to handle gresource URI requestsCarlos Garcia Campos2012-10-201-1/+12
* soup_uri_normalize: more fixesDan Winship2012-07-171-3/+8
* soup-uri: fix uri_normalized_copy to not always do fixupDan Winship2012-07-161-6/+7
* Clean up includesDan Winship2012-07-131-3/+1
* Use G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPEDan Winship2012-07-131-15/+1
* SoupURI: fix fallback handling of soup_uri_set_path(uri, NULL)Dan Winship2012-02-251-0/+6
* soup-uri: revert some of the previously-added return-if-failsDan Winship2012-02-101-22/+42
* soup-uri: fix the scheme parsing to require alpha, not alphanumericDan Winship2012-02-091-5/+1
* soup_uri_new: do not allow invalid URIs to be returned, except via soup_uri_n...Simon McVittie2012-02-061-2/+3
* SoupURI: add SOUP_URI_IS_VALID() and use it for basic precondition checksSimon McVittie2012-02-061-13/+88
* soup_uri_copy_host: always set the path to something non-NULLSimon McVittie2012-02-061-3/+1
* soup_uri_new: annotate uri_string as nullableSimon McVittie2012-02-031-1/+1
* soup_uri_uses_default_port: correct documentationSimon McVittie2012-02-031-1/+1
* SoupURI: give "foo:" a non-NULL path memberSimon McVittie2012-02-031-1/+3
* soup-session: fix some http-aliases/https-aliases problemsDan Winship2011-12-011-4/+0
* soup-uri: %-encode non-ASCII characters when parsing URIsDan Winship2011-11-121-8/+8
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-2/+2
* SoupConnection: do TLS handshake at connection timeDan Winship2011-08-071-1/+1
* Soup-2.4.gir: add missing introspection data from Vala bindingsEvan Nemerson2011-08-041-4/+5
* soup_uri_to_string: print port numbers as unsigned integersSergio Villar Senin2011-04-151-1/+1
* soup_request_data_send: data URL decoding fixSergio Villar Senin2011-04-071-2/+2
* Fix parsing/generation of URI queries that aren't HTML formsDan Winship2010-11-091-3/+4
* SoupURI: never return NULL from soup_uri_decode/soup_uri_normalizeDan Winship2010-11-091-28/+23