Add SoupSession:proxy-resolver
[platform/upstream/libsoup.git] / libsoup / soup-misc.h
2012-11-08 Dan WinshipAdd per-version deprecation/availability warnings
2011-09-29 Dan WinshipUse GTlsDatabase, add new SoupSession properties for it
2010-05-22 Dan Winshipsoup-gnutls: return SOUP_SSL_ERROR, not G_IO_ERROR...
2010-04-09 Dan WinshipAdd macros for checking character classes. Eg, soup_cha...
2009-11-22 Dan WinshipChanges to SoupConnection and SoupSession for debugging
2009-09-11 Dan Winship_SOUP_ATOMIC_INTERN_STRING: cast result to (const char *)
2009-07-31 Dan WinshipRe-fix _SOUP_ATOMIC_INTERN_STRING to not cause strict...
2009-07-03 Dan WinshipFix the SOUP_METHOD_* and SOUP_URI_SCHEME_* defines...
2008-09-26 Dan Winshiplibsoup/soup-auth-manager-ntlm.c libsoup/soup-auth...
2008-07-26 Dan WinshipAdd this to schedule a callback in a GMainContext ...
2008-02-09 Dan Winshipremove prototype for soup_signal_connect_once, which...
2008-02-09 Dan Winshipmark the DES magic number arrays const
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-06-01 Jonathon Jongsmaadd G_BEGIN_DECLS / G_END_DECLS to all installed header...
2007-03-17 Dan Winshiprequire glib 2.12. check for timegm().
2006-11-06 Dan Winshipnew method to find a "real" (ie, not comment or whitesp...
2005-11-10 Dan Winshipbump version to 2.2.90. This will not be officially...
2005-06-14 Dan Winshipadd/fix gtk-doc comments, make functions match prototyp...
2003-11-18 Dan WinshipChange G_LOG_DOMAIN to "libsoup". Remove unused defines.
2003-11-18 Dan Winshipdeclare soup_ssl_supported.
2003-09-23 Dan WinshipRemove refcounting, but note whether or not the CA...
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-10 Dan WinshipAdd "authenticate" and "reauthenticate" signals. (inval...
2003-09-05 Dan WinshipMove a bunch of logic here from soup-context. Now the...
2003-09-02 Dan WinshipFirst draft at the new object to maintain formerly...
2003-08-18 Dan WinshipMake this more like a struct sockaddr again (like it...
2003-08-12 Dan WinshipMake this an abstract GObject. Tweak some of the interf...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2001-10-30 Alex GraveleyCall soup_auth_fn if we don't have auth data in the...
2001-09-08 Alex GraveleyRewritten for the new apis, and to be more clean, and...
2001-08-29 Alex GraveleyFix headers for new layout. Ditto.
2001-08-26 Alex Graveleyimpl. (soup_set_ssl_ca_dir): impl. (soup_set_ssl_cert_f...
2001-06-01 Alex GraveleyCorrectly note copyright for soup_base64_encode() to...
2001-05-17 Dick PorterFixed all gtk-doc moans in soup-core documentation
2001-03-22 Alex Graveleyremove hack to look at internals of GNET by using the...
2001-02-28 Alex Graveleyglib idle callback which calls waitpid (nonblockingousl...
2001-02-20 Alex Graveleycleaned up to no longer link with an SSL library. Added...
2001-02-15 Alex Graveleyupdate to return void from the callback. (main): do...
2001-01-12 alexsimple config file loading. Passing NULL as the config...
2000-12-11 alexRewrote the connection pool logic, and cleaned up the...