summaryrefslogtreecommitdiff
path: root/libsoup/soup-session.h
Commit message (Expand)AuthorAgeFilesLines
* add these to query session features. #565392.Dan Winship2008-12-231-8/+12
* New interface type representing a feature that can be added to aDan Winship2008-04-081-0/+13
* Add a new property, SOUP_SESSION_IDLE_TIMEOUT, to specify a timeout afterDan Winship2008-03-181-1/+2
* use an underscore for struct definitions. Fixes bug #518317.Benjamin Otte2008-02-251-1/+1
* fix default connections-per-host again; it was defined in two places. AddDan Winship2008-02-031-0/+1
* Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr)Dan Winship2008-02-011-3/+4
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-26/+23
* don't leak the async_contextDan Winship2007-11-211-0/+2
* add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoupJonathon Jongsma2007-06-011-0/+3
* add a "timeout" property, which gets passed from server to socket, andVeerapuram Varadhan2006-02-241-0/+1
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-101-0/+1
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-4/+0
* New. An interface for objects that want to act on every message passingDan Winship2003-12-191-4/+5
* Add gthread to glib checkDan Winship2003-12-171-7/+30
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-231-0/+1
* free the hostent.Dan Winship2003-09-191-2/+2
* (soup_session_abort): New, to cancel all pending requests.Dan Winship2003-09-171-1/+3
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-171-18/+24
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-0/+6
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-1/+5
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-1/+1
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-0/+46