New, split out from soup-context and made into a GObject.
[platform/upstream/libsoup.git] / libsoup / soup-context.c
2003-08-14 Dan WinshipNew, split out from soup-context and made into a GObject.
2003-08-14 Dan WinshipFix a spelling mistake.
2003-08-12 Dan WinshipMake this an abstract GObject. Tweak some of the interf...
2003-08-12 Dan Winshipadd gobject-2.0 to the PKG_CHECK_MODULES call
2003-08-12 Dan Winship Pull over some new test programs from the soup-refacto...
2003-08-11 Dan WinshipThese are all really SoupContext functions, so move... libsoup-2-0-branch-base
2003-07-29 Dan Winship1.99.25 ("Potato and Leek Soup") LIBSOUP_1_99_25
2003-05-09 Dan WinshipIf the auth status is PENDING, return an NTLM request...
2003-04-11 Dan WinshipNew function to close all idle connections. (Needed...
2003-04-07 Dan WinshipRevert Joe's changes. We can't release the connection...
2003-04-02 Joe ShawOnly drop the connection if we get an error condition...
2003-04-02 Joe ShawJust call soup_connection_release() from here and retur...
2003-03-07 Joe ShawBump up to 1.99.13.
2003-02-27 Joe ShawTry to apply some order to the iochannel refcounting...
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-11-02 Alex GraveleyAdd death_tag to _SoupConnection.
2001-11-02 Alex GraveleyRemove old fixed FIXME.
2001-11-01 Alex GraveleyDrop connection count of connect failed. (soup_context_...
2001-10-19 Alex GraveleyThis is the first attempt at authentication inheritence...
2001-09-11 Alex GraveleyRemove windows \r newlines
2001-09-11 Alex GraveleyBuild fixes for Windows.
2001-09-08 Alex GraveleyRewritten for the new apis, and to be more clean, and...
2001-08-28 Alex GraveleyRemove mega FIXME.
2001-08-28 Joe ShawJust return NULL from this function for now. There...
2001-07-30 Alex Graveleystrdup response_phrase.
2001-07-26 Joe ShawDon't display the SOAPAction header if it's either...
2001-07-17 Alex GraveleyAdd querysting to hash. (soup_context_uri_equal): Compa...
2001-07-10 Alex GraveleyReplace SOUP_PROTOCOL_SHTTP with SOUP_PROTOCOL_HTTPS...
2001-07-10 Alex GraveleyUse g_strncasecmp.
2001-07-09 Alex GraveleyNew client authentication (basic/digest) code from...
2001-07-05 Alex GraveleyUse const uris.
2001-06-20 Alex GraveleyUse soup_context_uri_hash and soup_context_uri_equal...
2001-06-18 Alex GraveleyRemove accidental \r's. No more commiting from windows.
2001-06-15 Alex Graveleyadd check for unistd.h
2001-05-16 JP Rosevearg_strdup the response headers when adding them to the...
2001-05-11 alex/tmp/cvsmFCOKf
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-13 Alex Graveleyrenamed to soup_ssl_get_iochannel.
2001-02-13 Alex Graveleywork around fact that data available in the socket...
2001-01-23 alexcheck environment for SOUP_NO_ASYNC_CONNECT, and if...
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...
2001-01-11 alexappend a '?' between path and query string in request...
2001-01-09 alexCommited alpha authentication interface. Don't expect...
2001-01-08 alexchunked encoding support finalized, fixed a few small...
2000-12-26 alexMade SoupConnection wrap Gnet's TcpSocket. This means...
2000-12-20 alexHeader parsing works according to spec, including multi...
2000-12-13 alexBeginnings of test-suite added.
2000-12-12 alexAlso changed the passing of a gchar** to a gchar* in
2000-12-12 alexInternal rehash of handling cases where the connection...
2000-12-11 alexRewrote the connection pool logic, and cleaned up the...
2000-12-06 alexInitial version