summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth-digest.c
Commit message (Expand)AuthorAgeFilesLines
* compare WWW-Authenticate auth schemes case-insensitively.Dan Winship2008-03-191-17/+19
* cast the second arg to g_checksum_update to (guchar *) to avoid warningsDan Winship2008-01-171-24/+24
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-204/+274
* add "realm" field to the struct. (SoupAuthClass) remove "get_realm"Dan Winship2007-09-251-33/+8
* require glib 2.12. check for timegm().Dan Winship2007-03-171-2/+2
* fix lots of warnings. Partially from patches from Andrew W. Nosenko, andDan Winship2006-11-031-3/+3
* 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