summaryrefslogtreecommitdiff
path: root/libsoup/auth/soup-auth-manager.c
Commit message (Expand)AuthorAgeFilesLines
* auth-manager: Add a mutex to protect accessing the auth hostsCarlos Garcia Campos2022-06-081-2/+34
* soup-auth-manager: remove authenticate signalCarlos Garcia Campos2022-06-011-34/+0
* soup-auth-manager: SoupAuthNTLM has no 'host' propertyMilan Crha2022-05-241-1/+4
* docs: Port individual docs to gi-docgenMaximiliano Sandoval R2022-04-131-34/+21
* auth: Add support for multiple authentication challenges at oncePatrick Griffis2021-10-081-44/+70
* Use G_DECLARE_FINAL_TYPE when applicablePatrick Griffis2021-07-281-4/+4
* Use header fast paths internally whenever possibleCarlos Garcia Campos2021-06-041-7/+8
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* session: remove async-context propertyCarlos Garcia Campos2021-02-251-30/+3
* docs: remove since tags from documentationCarlos Garcia Campos2021-02-111-4/+0
* auth: Allow to authenticate using URI user info with no passwordcarlosgc/auth-no-passwordCarlos Garcia Campos2021-02-041-2/+4
* auth: do not pause the message when cancelled in the authenticate callbackCarlos Garcia Campos2021-02-041-1/+1
* docs: Misc fixupsPatrick Griffis2020-12-081-2/+2
* SoupSessionFeature: Change to private interfacePatrick Griffis2020-12-011-0/+1
* Update soup.h removing private headersPatrick Griffis2020-12-011-0/+1
* uri-utils: add soup_uri_copy()Carlos Garcia Campos2020-11-201-1/+1
* Replace SoupURI with GUriPatrick Griffis2020-11-141-15/+16
* Use the new SoupMessage flags APICarlos Garcia Campos2020-11-071-14/+10
* docs: Reach 100% documentation coveragePatrick Griffis2020-11-031-0/+6
* Make SoupAuthManager a final typePatrick Griffis2020-10-291-1/+4
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-6/+6
* auth: set the proxy host on SoupAuth instead of the requested oneCarlos Garcia Campos2020-10-281-9/+9
* Move authenticate signal from SoupSession to SoupMessageCarlos Garcia Campos2020-10-281-3/+34
* Remove property aliasesPatrick Griffis2020-10-281-1/+1
* Remove session parameter from SoupSessionFeature::request-queued/unqueuedCarlos Garcia Campos2020-10-251-4/+2
* Stop connecting to SoupSession::request-queued from SoupSessionFeatureCarlos Garcia Campos2020-10-251-6/+0
* session: remove soup_session_get_queueCarlos Garcia Campos2020-10-051-12/+1
* Modernize GObject declarationsPatrick Griffis2020-09-191-19/+16
* Reorganize source treePatrick Griffis2020-09-191-0/+862