summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth.h
Commit message (Expand)AuthorAgeFilesLines
* Add G_{BEGIN,END}_DECLS guards to public headers.Xan Lopez2009-03-141-0/+4
* use an underscore for struct definitions. Fixes bug #518317.Benjamin Otte2008-02-251-1/+1
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-8/+28
* add "realm" field to the struct. (SoupAuthClass) remove "get_realm"Dan Winship2007-09-251-3/+3
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-1/+1
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-4/+1
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-271-3/+1
* Make this an abstract GObject. Tweak some of the interfaces around aDan Winship2003-08-121-34/+41
* These are all really SoupContext functions, so move them to soup-context.clibsoup-2-0-branch-baseDan Winship2003-08-111-30/+28
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-151-1/+1
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-051-7/+17
* Call soup_auth_fn if we don't have auth data in the URI, then callAlex Graveley2001-10-301-10/+11
* This is the first attempt at authentication inheritence, it still needsAlex Graveley2001-10-191-7/+33
* Call soup_message_get_header_list.Alex Graveley2001-10-041-7/+7
* Fix headers for new layout. Ditto.Alex Graveley2001-08-291-3/+3
* Take an old_auth argument, if auth_types do not match always return TRUE.Alex Graveley2001-08-231-2/+3
* Initial WebDAV server support.Alex Graveley2001-08-171-2/+1
* New client authentication (basic/digest) code from Joe ShawAlex Graveley2001-07-091-0/+29