summaryrefslogtreecommitdiff
path: root/tests/auth-test.c
Commit message (Expand)AuthorAgeFilesLines
* Better handle the failure of URI embedded credentialsMartin Robinson2012-12-041-1/+4
* Clean up includesDan Winship2012-07-131-14/+2
* valgrind run...Dan Winship2012-02-121-0/+2
* auth-test: add a test for server-closes-connection-during-authDan Winship2011-11-131-0/+95
* auth-test: reorganize this a bit to be more like other test programsDan Winship2011-11-131-127/+136
* Fix memory leaks, update libsoup.suppDan Winship2011-04-071-2/+4
* SoupAuthManager: implement subfeatures for adding/removing auth typesDan Winship2010-12-091-12/+33
* Add tests to auth-test for password-in-URISergio Villar Senin2010-11-141-59/+123
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* tests/auth-test: clean up a bit and fix async auth test logicDan Winship2010-06-091-18/+41
* Fix leaks in test programs, update libsoup.suppDan Winship2009-09-111-0/+4
* Don't emit "authenticate" until a message is actually sent and fails.Dan Winship2009-05-211-14/+58
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-3/+4
* Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship2009-03-271-2/+2
* Fix this so we choose the *strongest* auth type first, rather than theDan Winship2008-11-281-0/+212
* store the GSource in priv, don't ref the session. Otherwise the sessionDan Winship2008-09-301-10/+5
* Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship2008-04-051-4/+5
* Define two new signals, request_queued and request_unqueued, to provided aDan Winship2008-03-161-0/+51
* Allow the session authenticate signal to be handled asynchronously, byDan Winship2008-01-161-3/+152
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-103/+207
* don't leak the SoupAddress.Dan Winship2007-11-211-0/+2
* free proxy-related stuffDan Winship2007-10-281-0/+3
* Make these less verbose by default (to make it easier to see what failedDan Winship2007-10-281-43/+52
* get/set auth/proxy_auth info for a message.Dan Winship2007-03-171-0/+82
* Add tests for apache, output tests/httpd.confDan Winship2006-06-091-79/+79
* Add gthread to glib checkDan Winship2003-12-171-37/+38
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-1/+0
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-171-11/+11
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-49/+115
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-1/+0
* Beginnings of improved synchronous API supportDan Winship2003-09-091-2/+1
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-5/+4
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-10/+10
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-6/+8
* Major rewrite. There is now only a single IO state object (instead of oneDan Winship2003-08-291-1/+1
* Take a uri string instead of a context. Also, swap the args (so the methodDan Winship2003-08-251-10/+8
* Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship2003-08-201-1/+1
* Make this an abstract GObject. Tweak some of the interfaces around aDan Winship2003-08-121-2/+2
* add gobject-2.0 to the PKG_CHECK_MODULES callDan Winship2003-08-121-0/+2
* These are all really SoupContext functions, so move them to soup-context.clibsoup-2-0-branch-baseDan Winship2003-08-111-0/+273