summaryrefslogtreecommitdiff
path: root/libsoup/soup-session.c
Commit message (Expand)AuthorAgeFilesLines
* Add tests for apache, output tests/httpd.confDan Winship2006-06-091-2/+6
* Don't free the hosts while holding host_lock; that's not allowed and canDan Winship2006-05-221-1/+7
* add a "timeout" property, which gets passed from server to socket, andVeerapuram Varadhan2006-02-241-0/+22
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-101-0/+21
* Allow relative URIs, since some servers are lame. Based on a patch fromDan Winship2005-07-151-1/+5
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-1/+56
* lock host_lock around this, since it can be called from set_property().Dan Winship2005-06-071-0/+2
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-113/+132
* If the connection attempt succeeded, reserve the connection beforeDan Winship2004-07-141-12/+25
* Ref the filter when adding it. (soup_session_remove_filter): And unref itDan Winship2004-02-061-0/+2
* Call soup_message_io_stop so we don't get a callback on the io after it'sDan Winship2004-02-031-2/+1
* Include the libgnutls.m4 file.Joe Shaw2004-01-091-1/+30
* If const_path is NULL un the non-proxy case, then use the root ("/").Joe Shaw2003-12-201-0/+3
* New. An interface for objects that want to act on every message passingDan Winship2003-12-191-18/+94
* Add gthread to glib checkDan Winship2003-12-171-268/+284
* Only set up a tunnel if the destination protocol is HTTPS.Joe Shaw2003-12-161-19/+87
* if we receive an HTTP/1.0 response to an HTTP/1.1 request, downgrade theDan Winship2003-12-101-2/+10
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-231-1/+29
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-1/+2
* free the hostent.Dan Winship2003-09-191-4/+63
* Add wrote_informational and got_informational signals.Dan Winship2003-09-181-6/+2
* (soup_session_abort): New, to cancel all pending requests.Dan Winship2003-09-171-8/+29
* Fix two bugs (one that pruned too little, one that pruned too much).Dan Winship2003-09-171-5/+9
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-171-38/+171
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-43/+59
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-29/+11
* Beginnings of improved synchronous API supportDan Winship2003-09-091-13/+10
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-44/+501
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-30/+25
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-0/+341