summaryrefslogtreecommitdiff
path: root/tests/auth-test.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-28Imported Upstream version 2.69.90upstream/2.69.90upstream/2.69.0Seonah Moon1-3/+3
2019-12-09Imported Upstream version 2.62.2upstream/2.62.2Seonah Moon1-16/+254
2014-11-04Imported Upstream version 2.46.0upstream/2.46.0Zhang zhengguang1-229/+173
2013-03-06SoupAuthManager: deal with "disappearing" auth headersDan Winship1-1/+77
2013-03-06SoupSession: break infinite loopsDan Winship1-0/+51
2013-02-19tests: do skipped tests properlyDan Winship1-0/+12
2012-12-04Better handle the failure of URI embedded credentialsMartin Robinson1-1/+4
2012-07-13Clean up includesDan Winship1-14/+2
2012-02-12valgrind run...Dan Winship1-0/+2
2011-11-13auth-test: add a test for server-closes-connection-during-authDan Winship1-0/+95
2011-11-13auth-test: reorganize this a bit to be more like other test programsDan Winship1-127/+136
2011-04-07Fix memory leaks, update libsoup.suppDan Winship1-2/+4
2010-12-09SoupAuthManager: implement subfeatures for adding/removing auth typesDan Winship1-12/+33
2010-11-14Add tests to auth-test for password-in-URISergio Villar Senin1-59/+123
2010-06-11Allow calling soup_test_server_new() multiple times in test programsDan Winship1-0/+1
2010-06-09tests/auth-test: clean up a bit and fix async auth test logicDan Winship1-18/+41
2009-09-11Fix leaks in test programs, update libsoup.suppDan Winship1-0/+4
2009-05-21Don't emit "authenticate" until a message is actually sent and fails.Dan Winship1-14/+58
2009-04-03 Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship1-3/+4
2009-03-27 Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship1-2/+2
2008-11-28Fix this so we choose the *strongest* auth type first, rather than theDan Winship1-0/+212
2008-09-30store the GSource in priv, don't ref the session. Otherwise the sessionDan Winship1-10/+5
2008-04-05 Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship1-4/+5
2008-03-16Define two new signals, request_queued and request_unqueued, to provided aDan Winship1-0/+51
2008-01-16Allow the session authenticate signal to be handled asynchronously, byDan Winship1-3/+152
2008-01-15Merge libsoup-2.4 branch to trunkDan Winship1-103/+207
2007-11-21don't leak the SoupAddress.Dan Winship1-0/+2
2007-10-28free proxy-related stuffDan Winship1-0/+3
2007-10-28Make these less verbose by default (to make it easier to see what failedDan Winship1-43/+52
2007-03-17get/set auth/proxy_auth info for a message.Dan Winship1-0/+82
2006-06-09Add tests for apache, output tests/httpd.confDan Winship1-79/+79
2003-12-17Add gthread to glib checkDan Winship1-37/+38
2003-09-22Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship1-1/+0
2003-09-17Replaces the three previous soup_connection_new* functions and usesDan Winship1-11/+11
2003-09-10Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship1-49/+115
2003-09-10Remove the "status" field from here, since it's mostly used byDan Winship1-1/+0
2003-09-09 Beginnings of improved synchronous API supportDan Winship1-2/+1
2003-09-05Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship1-5/+4
2003-09-03Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship1-10/+10
2003-09-02First draft at the new object to maintain formerly-global state. (Not yetDan Winship1-6/+8
2003-08-29Major rewrite. There is now only a single IO state object (instead of oneDan Winship1-1/+1
2003-08-25Take a uri string instead of a context. Also, swap the args (so the methodDan Winship1-10/+8
2003-08-20Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship1-1/+1
2003-08-12Make this an abstract GObject. Tweak some of the interfaces around aDan Winship1-2/+2
2003-08-12add gobject-2.0 to the PKG_CHECK_MODULES callDan Winship1-0/+2
2003-08-11These are all really SoupContext functions, so move them to soup-context.clibsoup-2-0-branch-baseDan Winship1-0/+273