summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth-basic.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a slightly-erroneous comment in soup-auth-basic/soup-auth-ntlm.Dan Winship2013-05-221-1/+1
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-0/+11
* Clean up includesDan Winship2012-07-131-4/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-33/+28
* SoupAuthBasic: allow (some) non-ASCII usernames/passwordsDan Winship2011-11-131-1/+8
* Fix memory leaks, update libsoup.suppDan Winship2011-04-071-0/+4
* g_return_if_fail if either username or password is NULL. Noted on theDan Winship2008-08-141-3/+0
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-7/+20
* add "realm" field to the struct. (SoupAuthClass) remove "get_realm"Dan Winship2007-09-251-23/+4
* require glib 2.12. check for timegm().Dan Winship2007-03-171-1/+1
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-30/+21
* 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-13/+0
* Make this an abstract GObject. Tweak some of the interfaces around aDan Winship2003-08-121-0/+162