Fix auto-Accept-Language in locales that use "," for decimals
[platform/upstream/libsoup.git] / libsoup / soup-session.c
2010-08-11 Dan WinshipFix auto-Accept-Language in locales that use "," for...
2010-07-30 Dan WinshipPut the hostname into the reason_phrase with network...
2010-06-09 Dan WinshipSoupSession: tweak cancellation again
2010-06-09 Dan WinshipFix a signal-handler leak in the too-many-redirects...
2010-06-09 Dan WinshipSoupSession: continue reorg, remove remaining signal...
2010-06-09 Dan WinshipSoupSession: bind connections to messages sooner, impro...
2010-06-09 Dan WinshipAdd SoupMessageQueueItemState, remove SoupMessageIOStatus
2010-06-09 Dan Winshipsoup-message-io: use SoupMessageQueueItems and add...
2010-06-09 Dan WinshipMake SoupConnection warn if disposed "incorrectly"
2010-06-09 Dan WinshipFix (transfer) annotations on some non-transfer-full...
2010-06-08 José Millán SotoSoupSession: count redirections and cancel the message...
2010-05-16 Dan WinshipFix SoupSessionAsync to handle very early aborts better
2010-04-30 Lorenzo GilMark SoupSession as an abstract class
2010-04-26 Andreas RottmannAdd gobject-introspection support
2010-04-10 Dan WinshipFix for proxies that close the connection when 407...
2010-04-03 Xan LopezDo not try to resolve URIs without a host
2010-03-13 Dan WinshipFix leaks found by valgrind
2010-02-21 Dan WinshipAdd SOUP_SESSION_SSL_STRICT, to control whether SSL...
2009-12-19 Dan WinshipSoupSession: Handle CONNECT failure without hanging
2009-12-18 Dan WinshipRevert "Warn if the user tries to load a URI containing...
2009-12-17 Dan WinshipWarn if the user tries to load a URI containing a fragment.
2009-12-17 Dan WinshipClean up accept-language-auto a bit
2009-12-17 Mario Sanchez PradaNew accept-language-auto property for SoupSession
2009-12-17 Mario Sanchez PradaProvide a new 'accept-language' property for SoupSession
2009-12-14 Dan WinshipFix comment in previous commit
2009-12-03 Vincent UntzMake connection-created and tunneling of SoupSession...
2009-11-22 Dan WinshipChanges to SoupConnection and SoupSession for debugging
2009-11-22 Dan WinshipAdd soup_session_prepare_for_uri
2009-11-21 Dan WinshipFix Request-Line in https over proxy
2009-11-05 Dan WinshipDon't change HEAD to GET on 303 redirect
2009-10-11 Dan WinshipAllow multiple pending connections to a server at once
2009-09-11 Dan WinshipFix leaks, including a large one in SoupContentSniffer
2009-08-22 Dan WinshipAvoid infinite loop trying to connect to host when...
2009-08-22 Dan WinshipRe-redo not-yet-used connection handling
2009-08-18 Dan WinshipTweak SoupConnection handling a bit wrt "not yet used...
2009-08-18 Dan WinshipNotice closed connections sooner
2009-08-12 Dan WinshipAdd SoupPasswordManager and SoupPasswordManagerGNOME
2009-08-10 Dan WinshipPort SoupAddress to use GResolver, remove soup-dns
2009-08-09 Dan WinshipAdd soup_session_get_feature_for_message, remove _get_p...
2009-08-05 Xan Lopezsoup-session: fix typo in documentation
2009-07-28 Dan WinshipDon't crash when a request is redirected to an invalid...
2009-06-22 Dan WinshipFix POST 301 redirect behavior
2009-06-07 Dan WinshipImplement SoupProxyURIResolver, to replace SoupProxyRes...
2009-06-07 Dan WinshipSoupConnection/SoupSession reorg and cleanup
2009-06-07 Dan WinshipFix hostname resolution behavior
2009-04-13 Dan Winship Bug 578809 – warnings in soup_address_equal_by_ip
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2009-03-11 Dan Winshipadd more detail to the doc comment
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2008-12-23 Dan Winshipadd these to query session features. #565392.
2008-11-03 Dan Winshipdon't remove the item from the queue here; it should...
2008-11-03 Dan WinshipFix the signal handler disconnection here: for "finishe...
2008-10-31 Dan Winshipnew abstract base class for a SoupSessionFeature that...
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-10-03 Dan WinshipMake this more complicated, with a SoupMessageQueueItem...
2008-10-01 Dan Winshipdoc fixups
2008-09-30 Dan Winshipstore the GSource in priv, don't ref the session. Other...
2008-09-24 Dan Winship2.24.0.1
2008-09-07 Dan Winshipa 302 response to HEAD (or any other safe method) shoul...
2008-08-25 Dan Winshipnew macro to check if a URI is a valid http or https...
2008-04-08 Dan WinshipMake this a GObject and specifically a SoupSessionFeatu...
2008-04-08 Dan WinshipNew interface type representing a feature that can...
2008-04-03 Dan Winship Be more aggressive about closing unused persistent...
2008-03-18 Dan WinshipAdd a new property, SOUP_SESSION_IDLE_TIMEOUT, to speci...
2008-03-16 Dan WinshipDefine two new signals, request_queued and request_unqu...
2008-03-13 Xan Lopez Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_p...
2008-02-28 Dan Winship (redirect_handler): PROPFIND is defined to be "safe and
2008-02-28 Dan Winshipfree priv->user_agent. #518798, Wouter Cloetens.
2008-02-11 Dan WinshipMisc gtk-doc fix-ups
2008-02-10 Dan WinshipMisc gtk-doc fix-ups
2008-02-03 Dan Winshipfix default connections-per-host again; it was defined...
2008-02-03 Dan WinshipMisc fixes: don't redirect on "300 Multiple Choices...
2008-01-27 Dan Winshipfix to not sometimes read beyond the end of the string.
2008-01-16 Dan WinshipAllow the session authenticate signal to be handled...
2008-01-15 Dan WinshipReplaces SoupConnectionNTLM; now works as a SoupSession...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-21 Dan Winshipdon't leak the async_context
2007-11-21 Dan Winshipdon't leak the SoupAddress.
2007-10-28 Dan Winshipfree proxy-related stuff
2007-09-25 Dan Winshipadd "realm" field to the struct. (SoupAuthClass) remove...
2007-04-16 Dan WinshipMake a real SoupSSLCredentials type rather than just...
2007-03-30 Dan WinshipImplement this by sending the message (synchronously...
2007-03-17 Dan Winshipget/set auth/proxy_auth info for a message.
2006-12-05 Dan WinshipFree ssl_creds. Pointed out by Chris Austin.
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...
next