Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-misc.c
2012-08-13 Dan WinshipSoupSessionAsync: fix the idle_run_queue source handlin...
2012-07-13 Dan WinshipClean up includes
2011-09-29 Dan WinshipUse GTlsDatabase, add new SoupSession properties for it
2010-09-13 Dan WinshipFixes and additions for new introspection scanner
2010-08-20 Dan Winshipadd a few missing introspection annotations
2010-04-09 Dan WinshipAdd macros for checking character classes. Eg, soup_cha...
2009-06-07 Dan WinshipSoupConnection/SoupSession reorg and cleanup
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
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-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
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...
2006-11-03 Dan Winshipfix lots of warnings. Partially from patches from Andre...
2005-11-10 Dan Winshipmake this build
2005-11-10 Dan Winshipbump version to 2.2.90. This will not be officially...
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2004-05-11 Dan WinshipDo this less kludgefully, using the magic of GClosure...
2003-11-18 Dan Winshipfix last fix
2003-11-18 Dan WinshipChange G_LOG_DOMAIN to "libsoup". Remove unused defines.
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-09 Dan Winship Beginnings of improved synchronous API support
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-19 Dan WinshipRemove this. RC doesn't let you configure it, and no...
2003-08-18 Dan WinshipMake this more like a struct sockaddr again (like it...
2003-08-14 Dan WinshipNew, split out from soup-context and made into a GObject.
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-26 Alex Graveleyimpl. (soup_config_ssl_ca_directory): impl. (soup_confi...
2001-08-26 Alex Graveleyimpl. (soup_set_ssl_ca_dir): impl. (soup_set_ssl_cert_f...
2001-08-23 Alex GraveleyUpdate Chris Blizzard's email address.
2001-07-30 Alex GraveleyFix bug where only the first valid config token is...
2001-07-10 Alex GraveleyUse g_strncasecmp.
2001-06-15 Joe ShawIf we're passing in NULL (to reset the proxy), don...
2001-06-06 Joe ShawImplement. Sets the HTTP method for a given message...
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-05-16 Alex GraveleyDocument. Needs more details and descriptions from...
2001-04-23 Alex GraveleySoupSocketConnectFn no longer takes a SoupAddress argum...
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-12 alexadd items left before a release.
2001-02-06 alexuse absolute paths for soup headers
2001-01-17 alexwarn the user if a config file entry is not allowed...
2001-01-15 alexFix a typo
2001-01-15 alexhacked to support permissions in the global config...
2001-01-14 alexoops, forgot to mention that user local config file...
2001-01-14 alexSOCKS version 4 and version 5 support. This code is...
2001-01-12 alexsimple config file loading. Passing NULL as the config...
2000-12-26 alexMade SoupConnection wrap Gnet's TcpSocket. This means...
2000-12-13 alexBeginnings of test-suite added.
2000-12-11 alexRewrote the connection pool logic, and cleaned up the...