summaryrefslogtreecommitdiff
path: root/libsoup/soup-session.c
Commit message (Expand)AuthorAgeFilesLines
* Put the hostname into the reason_phrase with network errorsDan Winship2010-07-301-0/+36
* SoupSession: tweak cancellation againDan Winship2010-06-091-2/+4
* Fix a signal-handler leak in the too-many-redirects patchDan Winship2010-06-091-1/+1
* SoupSession: continue reorg, remove remaining signal-based flow controlDan Winship2010-06-091-28/+22
* SoupSession: bind connections to messages sooner, improve conn failure caseDan Winship2010-06-091-91/+22
* Add SoupMessageQueueItemState, remove SoupMessageIOStatusDan Winship2010-06-091-13/+32
* soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFnDan Winship2010-06-091-54/+4
* Make SoupConnection warn if disposed "incorrectly"Dan Winship2010-06-091-1/+1
* Fix (transfer) annotations on some non-transfer-full gettersDan Winship2010-06-091-7/+8
* SoupSession: count redirections and cancel the message after too manyJosé Millán Soto2010-06-081-2/+11
* Fix SoupSessionAsync to handle very early aborts betterDan Winship2010-05-161-4/+3
* Mark SoupSession as an abstract classLorenzo Gil2010-04-301-1/+1
* Add gobject-introspection supportAndreas Rottmann2010-04-261-4/+4
* Fix for proxies that close the connection when 407'ing a CONNECTDan Winship2010-04-101-0/+30
* Do not try to resolve URIs without a hostXan Lopez2010-04-031-1/+9
* Fix leaks found by valgrindDan Winship2010-03-131-0/+4
* Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatalDan Winship2010-02-211-0/+29
* SoupSession: Handle CONNECT failure without hangingDan Winship2009-12-191-3/+8
* Revert "Warn if the user tries to load a URI containing a fragment."Dan Winship2009-12-181-7/+0
* Warn if the user tries to load a URI containing a fragment.Dan Winship2009-12-171-0/+7
* Clean up accept-language-auto a bitDan Winship2009-12-171-59/+52
* New accept-language-auto property for SoupSessionMario Sanchez Prada2009-12-171-4/+141
* Provide a new 'accept-language' property for SoupSessionMario Sanchez Prada2009-12-171-0/+36
* Fix comment in previous commitDan Winship2009-12-141-4/+6
* Make connection-created and tunneling of SoupSession use a GObjectVincent Untz2009-12-031-2/+6
* Changes to SoupConnection and SoupSession for debuggingDan Winship2009-11-221-0/+25
* Add soup_session_prepare_for_uriDan Winship2009-11-211-6/+44
* Fix Request-Line in https over proxyDan Winship2009-11-211-3/+10
* Don't change HEAD to GET on 303 redirectDan Winship2009-11-051-4/+6
* Allow multiple pending connections to a server at onceDan Winship2009-10-111-7/+22
* Fix leaks, including a large one in SoupContentSnifferDan Winship2009-09-111-1/+4
* Avoid infinite loop trying to connect to host when the network is down.Dan Winship2009-08-221-12/+3
* Re-redo not-yet-used connection handlingDan Winship2009-08-221-2/+1
* Tweak SoupConnection handling a bit wrt "not yet used" connections.Dan Winship2009-08-181-1/+1
* Notice closed connections soonerDan Winship2009-08-171-18/+15
* Add SoupPasswordManager and SoupPasswordManagerGNOMEDan Winship2009-08-121-1/+12
* Port SoupAddress to use GResolver, remove soup-dnsDan Winship2009-08-101-0/+9
* Add soup_session_get_feature_for_message, remove _get_proxy_resolverDan Winship2009-08-091-38/+81
* soup-session: fix typo in documentationXan Lopez2009-08-051-1/+1
* Don't crash when a request is redirected to an invalid/non-http URIDan Winship2009-07-271-1/+1
* Fix POST 301 redirect behaviorDan Winship2009-06-221-1/+3
* Implement SoupProxyURIResolver, to replace SoupProxyResolverDan Winship2009-06-061-13/+27
* SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-061-90/+105
* Fix hostname resolution behaviorDan Winship2009-06-061-43/+18
* Bug 578809 – warnings in soup_address_equal_by_ipDan Winship2009-04-131-0/+3
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-1/+2
* add more detail to the doc commentDan Winship2009-03-111-3/+18
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+128
* add these to query session features. #565392.Dan Winship2008-12-231-0/+56
* don't remove the item from the queue here; it should already have happenedDan Winship2008-11-031-1/+0