summaryrefslogtreecommitdiff
path: root/libsoup/soup-misc.h
Commit message (Expand)AuthorAgeFilesLines
* logger: handle all possible HTTP versions in SoupHTTPVersionPatrick Griffis2021-05-091-0/+2
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* Replace SoupURI with GUriPatrick Griffis2020-11-141-6/+0
* Minor header reorganizationPatrick Griffis2020-11-131-5/+4
* Change soup_add_completion() to not return a GSourcePatrick Griffis2020-11-131-1/+1
* misc: Remove unused functionsPatrick Griffis2020-11-131-8/+0
* Delete SoupAddressPatrick Griffis2020-09-191-2/+0
* Move accept_languages_from_system() to soup-miscPatrick Griffis2020-09-191-0/+2
* Make more APIs privatePatrick Griffis2020-09-191-20/+39
* Reorganize source treePatrick Griffis2020-09-191-3/+1
* Do not include the header exclusion guards in the introspectionCorentin Noël2018-06-131-3/+3
* Mark all remaining methods with SOUP_AVAILABLE_IN_2_4Ignacio Casal Quinteiro2015-11-091-3/+9
* Add per-version deprecation/availability warningsDan Winship2012-11-081-1/+2
* Use GTlsDatabase, add new SoupSession properties for itDan Winship2011-09-291-10/+1
* soup-gnutls: return SOUP_SSL_ERROR, not G_IO_ERROR, on handshake failureDan Winship2010-05-221-1/+2
* Add macros for checking character classes. Eg, soup_char_is_token()Dan Winship2010-04-091-0/+15
* Changes to SoupConnection and SoupSession for debuggingDan Winship2009-11-221-0/+9
* _SOUP_ATOMIC_INTERN_STRING: cast result to (const char *)Dan Winship2009-09-111-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-0/+2
* libsoup/soup-auth-manager-ntlm.c libsoup/soup-auth-manager.cDan Winship2008-09-261-1/+1
* Add this to schedule a callback in a GMainContext "right away", as opposedDan Winship2008-07-261-0/+3
* remove prototype for soup_signal_connect_once, which is only used byDan Winship2008-02-091-5/+2
* mark the DES magic number arrays constDan Winship2008-02-091-1/+1
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-38/+10
* add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoupJonathon Jongsma2007-06-011-0/+4
* require glib 2.12. check for timegm().Dan Winship2007-03-171-1/+3
* new method to find a "real" (ie, not comment or whitespace) xml nodeDan Winship2006-11-061-0/+3
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-101-0/+14
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-2/+5
* Change G_LOG_DOMAIN to "libsoup". Remove unused defines.Dan Winship2003-11-181-1/+1
* declare soup_ssl_supported.Dan Winship2003-11-181-0/+4
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-231-11/+0
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-55/+34
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-10/+0
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-9/+0
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-8/+1
* Make this more like a struct sockaddr again (like it used to be). InDan Winship2003-08-181-0/+7
* Make this an abstract GObject. Tweak some of the interfaces around aDan Winship2003-08-121-8/+2
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-151-1/+1
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-051-4/+9
* Bump development version to 0.7.99.Alex Graveley2002-03-121-0/+28
* Call soup_auth_fn if we don't have auth data in the URI, then callAlex Graveley2001-10-301-0/+16
* Rewritten for the new apis, and to be more clean, and to have manyAlex Graveley2001-09-081-0/+2
* Fix headers for new layout. Ditto.Alex Graveley2001-08-291-4/+3
* impl. (soup_set_ssl_ca_dir): impl. (soup_set_ssl_cert_files): impl.Alex Graveley2001-08-261-0/+9
* Correctly note copyright for soup_base64_encode() to the FSF, and creditAlex Graveley2001-06-011-2/+2
* Fixed all gtk-doc moans in soup-core documentationDick Porter2001-05-171-1/+1
* remove hack to look at internals of GNET by using the new forked GNET :)Alex Graveley2001-03-221-1/+3
* glib idle callback which calls waitpid (nonblockingously) on all theAlex Graveley2001-02-281-8/+10