summaryrefslogtreecommitdiff
path: root/libsoup/soup-session-sync.c
Commit message (Expand)AuthorAgeFilesLines
* Implement SoupProxyURIResolver, to replace SoupProxyResolverDan Winship2009-06-061-4/+21
* SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-061-29/+53
* Fix hostname resolution behaviorDan Winship2009-06-061-12/+0
* Bug 574957 - soup-session-sync doesn't unlock mutex on proxy errorMilan Crha2009-03-261-0/+1
* don't remove the item from the queue here; it should already have happenedDan Winship2008-11-031-2/+0
* don't leak the header stringDan Winship2008-11-031-4/+2
* Add libsoup-gnome, for new features that depend on GNOMEDan Winship2008-10-311-1/+0
* new abstract base class for a SoupSessionFeature that determines whatDan Winship2008-10-311-2/+19
* Change the SoupURI properties to SoupAddress properties.Dan Winship2008-10-031-0/+12
* Make this more complicated, with a SoupMessageQueueItem to keep track ofDan Winship2008-10-031-63/+67
* Add this to schedule a callback in a GMainContext "right away", as opposedDan Winship2008-07-261-2/+2
* Misc gtk-doc fix-upsDan Winship2008-02-101-1/+18
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-14/+23
* don't leak the async_contextDan Winship2007-11-211-6/+2
* Implement this by sending the message (synchronously) in another threadDan Winship2007-03-301-2/+53
* if soup_connection_connect_sync() returns SOUP_STATUS_TRY_AGAIN, then tryDan Winship2007-03-131-1/+3
* Add some missing "static"s. Patch from Matthias Clasen, #376387Dan Winship2006-11-201-2/+2
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-0/+16
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-30/+27
* Simplify this. If the message comes back from soup_connection_send_requestDan Winship2004-07-191-27/+1
* signal the "connections available" condition after the message finishes.Dan Winship2004-07-121-0/+3
* Lots of thread-safety stuff, primarly so you can disconnect a socket fromDan Winship2003-12-221-7/+12
* New. An interface for objects that want to act on every message passingDan Winship2003-12-191-1/+1
* Add gthread to glib checkDan Winship2003-12-171-0/+197