summaryrefslogtreecommitdiff
path: root/libsoup/soup-uri.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a crash when resolving URIs with both spaces and non-UTF8 charsDan Winship2010-09-131-13/+15
* Do not uppercase percent-encoded triplets when normalizing URIsSergio Villar Senin2010-09-031-2/+6
* Annotate all hash table parameters and return values for introspectionGustavo Noronha Silva2010-05-241-1/+1
* Add get methods for SoupCookie, SoupDate, and SoupURI fieldsDan Winship2010-04-281-3/+131
* Add macros for checking character classes. Eg, soup_char_is_token()Dan Winship2010-04-091-26/+3
* Fix a crash in the whitespace-stripping code in soup_uri_newDan Winship2010-03-131-1/+1
* [SoupURI] further fixes to CRLF-strippingDan Winship2010-02-201-3/+8
* [SoupURI] additional fixes to previous commitDan Winship2010-02-141-0/+2
* [SoupURI] tolerate bad %-encoding and other common sorts of URI lossageDan Winship2010-02-141-50/+51
* Unnecessary initializationGustavo Noronha Silva2009-12-281-1/+1
* [SoupURI] add a bit of ftp URI supportDan Winship2009-12-181-1/+13
* SOUP_URI_VALID_FOR_HTTP: update to check uri->path tooDan Winship2009-11-211-2/+2
* SoupURI: an empty query is distinct from no queryDan Winship2009-09-071-8/+6
* Re-fix _SOUP_ATOMIC_INTERN_STRING to not cause strict-aliasing warningsDan Winship2009-07-311-1/+1