SoupAuthManager: deal with "disappearing" auth headers
[platform/upstream/libsoup.git] / libsoup / soup-auth-manager.c
2013-03-06 Dan WinshipSoupAuthManager: deal with "disappearing" auth headers
2013-01-02 Dan Winshipsoup-auth-manager: make this thread-safe
2013-01-02 Dan Winshipsoup-auth-manager: add soup_auth_manager_use_auth()
2013-01-02 Dan WinshipSoupAuthManager: make this public
2013-01-02 Dan Winshipsoup-auth-manager: split out connection handling
2012-12-29 Dan WinshipReorganize NTLM authentication, fix ntlm_auth support
2012-12-05 Martin RobinsonBetter handle the failure of URI embedded credentials
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipReorganize files to need fewer forward declarations
2012-07-13 Dan WinshipUse g_clear_object(), g_clear_pointer()
2012-07-13 Dan WinshipUse g_ptr_array_new_with_free_func()
2012-07-13 Dan WinshipReplace g_hash_table_foreach() with GHashTableIter
2012-02-24 Dan WinshipSoupAuthManagerNTLM: fix don't-fallback-to-Basic code
2012-02-08 Dan WinshipUse Makefile.glib
2010-12-09 Dan WinshipSoupAuthManager: implement subfeatures for adding/remov...
2010-11-14 Dan Winshipsoup-auth-manager: make URI username/password override...
2009-06-07 Dan WinshipImplement SoupProxyURIResolver, to replace SoupProxyRes...
2009-06-07 Dan WinshipFix hostname resolution behavior
2009-05-21 Dan WinshipDon't emit "authenticate" until a message is actually...
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2009-02-06 Dan WinshipFix crash when getting a 407 when using SoupProxyResolv...
2008-11-28 Dan WinshipFix this so we choose the *strongest* auth type first...
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-09-26 Dan Winshiplibsoup/soup-auth-manager-ntlm.c libsoup/soup-auth...
2008-04-08 Dan WinshipMake this a GObject and specifically a SoupSessionFeatu...
2008-03-16 Dan WinshipDefine two new signals, request_queued and request_unqu...
2008-01-16 Dan WinshipAllow the session authenticate signal to be handled...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk