soup-auth-digest: fix a leak on re-auth
[platform/upstream/libsoup.git] / libsoup / soup-auth-digest.c
2013-01-12 Dan Winshipsoup-auth-digest: fix a leak on re-auth
2012-12-28 Dan Winshipdocs: Lots of minor fixes and additions
2012-09-03 Kalev LemberFix the win32 build
2012-07-26 Paweł ForysiukFix building with MinGW compiler
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipReorganize files to need fewer forward declarations
2012-07-13 Dan WinshipUse g_clear_object(), g_clear_pointer()
2010-04-09 Dan Winshipsoup_header_g_string_append_param: if @value is a token...
2009-12-19 Dan WinshipSoupAuthDigest, SoupAuthDomainDigest: follow the spec...
2009-12-16 Dan Winship[SoupAuthDigest] don't crash if the server supports...
2009-06-02 Dan WinshipInclude the (optional) algorithm param in Digest auth...
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2008-10-01 Dan WinshipUpdate these to deal with RFC2231-encoded UTF-8 header...
2008-07-26 Dan Winshipif the server response doesn't include an algorithm...
2008-03-19 Dan Winshipcompare WWW-Authenticate auth schemes case-insensitively.
2008-01-17 Dan Winshipcast the second arg to g_checksum_update to (guchar...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-09-25 Dan Winshipadd "realm" field to the struct. (SoupAuthClass) remove...
2007-03-17 Dan Winshiprequire glib 2.12. check for timegm().
2006-11-03 Dan Winshipfix lots of warnings. Partially from patches from Andre...
2006-04-10 Dan Winshipg_return_if_fail if these get called after the IO is...
2006-04-02 Dan Winshipfix most signed/unsigned mismatch warnings
2006-04-02 Dan Winshipreplace locale-ish strcasecmps with g_ascii_strcasecmp
2005-08-01 Dan WinshipFinalize a SoupMD5Context and write out the digest...
2005-04-19 Tor LillqvistCall AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automak...
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-10 Dan WinshipAdd "authenticate" and "reauthenticate" signals. (inval...
2003-09-10 Dan WinshipRemove the "status" field from here, since it's mostly...
2003-08-25 Dan WinshipTake a uri string instead of a context. Also, swap...
2003-08-12 Dan WinshipMake this an abstract GObject. Tweak some of the interf...