summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth-domain-digest.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up includesDan Winship2012-07-131-3/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-69/+55
* Safeguard against NULL in strcmpMark Nauwelaerts2012-02-081-1/+1
* soup_header_g_string_append_param: if @value is a token, don't quote itDan Winship2010-04-091-1/+1
* SoupAuthDigest, SoupAuthDomainDigest: follow the spec more preciselyDan Winship2009-12-191-1/+1
* [SoupAuthDomainDigest] fix nc parsingDan Winship2009-11-301-1/+1
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-1/+2
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+12
* Update these to deal with RFC2231-encoded UTF-8 header paramsDan Winship2008-10-011-9/+4
* don't crash if the auth_callback returns NULL (meaning "unrecognizedDan Winship2008-03-251-2/+6
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions.Xan Lopez2008-03-131-0/+2
* add a new generic auth callback that can be used with any subclass to doDan Winship2008-01-181-114/+99
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-0/+454