summaryrefslogtreecommitdiff
path: root/libsoup/soup-uri.h
Commit message (Expand)AuthorAgeFilesLines
* Add per-version deprecation/availability warningsDan Winship2012-11-081-0/+11
* soup-request: Add support to handle gresource URI requestsCarlos Garcia Campos2012-10-201-6/+7
* SoupURI: add SOUP_URI_IS_VALID() and use it for basic precondition checksSimon McVittie2012-02-061-0/+1
* Add get methods for SoupCookie, SoupDate, and SoupURI fieldsDan Winship2010-04-281-49/+57
* Fix defines of SOUP_URI_SCHEME_FTP etcDan Winship2009-12-201-3/+3
* [SoupURI] add a bit of ftp URI supportDan Winship2009-12-181-0/+5
* SOUP_URI_VALID_FOR_HTTP: update to check uri->path tooDan Winship2009-11-211-1/+1
* Re-fix _SOUP_ATOMIC_INTERN_STRING to not cause strict-aliasing warningsDan Winship2009-07-311-1/+1
* Fix the SOUP_METHOD_* and SOUP_URI_SCHEME_* defines to be threadsafeDan Winship2009-07-021-2/+3
* Fix hostname resolution behaviorDan Winship2009-06-061-0/+5
* Mark soup_uri_set_query_from_fields with G_GNUC_NULL_TERMINATEDRoss Burton2009-05-081-1/+1
* new macro to check if a URI is a valid http or https URI.Dan Winship2008-08-251-0/+2
* use an underscore for struct definitions. Fixes bug #518317.Benjamin Otte2008-02-251-1/+1
* Fix these so that direct comparisons against them actually *are* fasterDan Winship2008-02-021-2/+3
* newDan Winship2008-02-011-40/+43
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-55/+55
* add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoupJonathon Jongsma2007-06-011-0/+4
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-0/+18
* Add flag "broken_encoding" to SoupUri.Dan Winship2004-08-091-0/+3
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-6/+0
* Beginnings of improved synchronous API supportDan Winship2003-09-091-0/+1
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-271-3/+3
* Higher-than-soup-message-io-level functions to do client-side IO. (CodeDan Winship2003-08-261-16/+18
* Remove this. RC doesn't let you configure it, and no one has complained,Dan Winship2003-08-191-2/+0
* Pull over some new test programs from the soup-refactoring branch,Dan Winship2003-08-121-27/+32
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-151-19/+1
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-051-1/+2
* Bump development version to 0.7.99.Alex Graveley2002-03-121-1/+3
* Use soup_uri_set_auth().Alex Graveley2001-10-261-3/+9
* Replace SOUP_PROTOCOL_SHTTP with SOUP_PROTOCOL_HTTPS. Ditto. Ditto.Alex Graveley2001-07-101-1/+1
* /tmp/cvsmFCOKfalex2001-05-111-0/+2
* SoupSocketConnectFn no longer takes a SoupAddress argument, as it can beAlex Graveley2001-04-231-13/+17
* SOCKS version 4 and version 5 support. This code is not very simplealex2001-01-141-1/+1
* Beginnings of test-suite added.alex2000-12-131-5/+6
* Rewrote the connection pool logic, and cleaned up the request queueingalex2000-12-111-13/+6
* Initial versionalex2000-12-061-0/+63