summaryrefslogtreecommitdiff
path: root/tests/auth-test.c
Commit message (Expand)AuthorAgeFilesLines
* new opaque type for message headers. Currently still a GHashTablelibsoup-bindingsDan Winship2007-11-301-2/+2
* 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