summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth-digest.c
Commit message (Expand)AuthorAgeFilesLines
* g_return_if_fail if these get called after the IO is done. This isn'tDan Winship2006-04-101-2/+4
* fix most signed/unsigned mismatch warningsDan Winship2006-04-021-2/+2
* replace locale-ish strcasecmps with g_ascii_strcasecmpDan Winship2006-04-021-1/+1
* Finalize a SoupMD5Context and write out the digest in hex digits.Dan Winship2005-08-011-18/+3
* Call AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automake conditionalTor Lillqvist2005-04-191-4/+6
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-90/+80
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-1/+0
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-12/+0
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-39/+45
* Take a uri string instead of a context. Also, swap the args (so the methodDan Winship2003-08-251-8/+8
* Make this an abstract GObject. Tweak some of the interfaces around aDan Winship2003-08-121-0/+453