Add tests for apache, output tests/httpd.conf
[platform/upstream/libsoup.git] / libsoup / soup-session.c
2006-06-09 Dan WinshipAdd tests for apache, output tests/httpd.conf
2006-05-22 Dan WinshipDon't free the hosts while holding host_lock; that...
2006-02-24 Veerapuram Varadhanadd a "timeout" property, which gets passed from server...
2005-11-10 Dan Winshipbump version to 2.2.90. This will not be officially...
2005-07-15 Dan WinshipAllow relative URIs, since some servers are lame. Based...
2005-06-14 Dan Winshipadd/fix gtk-doc comments, make functions match prototyp...
2005-06-07 Dan Winshiplock host_lock around this, since it can be called...
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-07-14 Dan WinshipIf the connection attempt succeeded, reserve the connec...
2004-02-06 Dan WinshipRef the filter when adding it. (soup_session_remove_fil...
2004-02-03 Dan WinshipCall soup_message_io_stop so we don't get a callback...
2004-01-09 Joe ShawInclude the libgnutls.m4 file.
2003-12-20 Joe ShawIf const_path is NULL un the non-proxy case, then use...
2003-12-19 Dan WinshipNew. An interface for objects that want to act on every...
2003-12-17 Dan WinshipAdd gthread to glib check
2003-12-16 Joe ShawOnly set up a tunnel if the destination protocol is...
2003-12-10 Dan Winshipif we receive an HTTP/1.0 response to an HTTP/1.1 reque...
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-19 Dan Winshipfree the hostent.
2003-09-18 Dan WinshipAdd wrote_informational and got_informational signals.
2003-09-17 Dan Winship (soup_session_abort): New, to cancel all pending requests.
2003-09-17 Dan WinshipFix two bugs (one that pruned too little, one that...
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-10 Dan WinshipAdd "authenticate" and "reauthenticate" signals. (inval...
2003-09-10 Dan WinshipRemove the "status" field from here, since it's mostly...
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-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
2003-09-02 Dan WinshipFirst draft at the new object to maintain formerly...