summaryrefslogtreecommitdiff
path: root/libsoup/auth/soup-auth.h
Commit message (Collapse)AuthorAgeFilesLines
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
| | | | We prefer spaces now instead of tabs.
* Remove all 2.x version macrosPatrick Griffis2020-11-251-19/+19
|
* Replace SoupURI with GUriPatrick Griffis2020-11-141-2/+2
|
* Make SoupConnectionAuth privatePatrick Griffis2020-10-301-0/+17
|
* auth: replace host property with authorityCarlos Garcia Campos2020-10-281-2/+2
| | | | | The host name is not enough to identify the domain being authenticated, we need the port too.
* Move authenticate signal from SoupSession to SoupMessageCarlos Garcia Campos2020-10-281-0/+8
| | | | | | | | | In case of tunneling the authenticate signal is emitted in the original message, since the tunneling message is an internal implementation detail. The authenticate signal is now true handled, and SoupAuthManager automatically pauses and unpauses the message when handled asynchronously. soup_auth_cancel() has been added to complete an async authentication when no credentials are provided.
* Remove property aliasesPatrick Griffis2020-10-281-6/+0
| | | | | | | | | | | This was an oddity of libsoup that no other GObject library does. The downsides are mostly that tooling doesn't expect it so its easy to not document them or not define them and developers don't expect them so they don't realize the defines are just property names or search codebases for one but miss the other. It just doesn't follow convention.
* Modernize GObject declarationsPatrick Griffis2020-09-191-39/+7
|
* Reorganize source treePatrick Griffis2020-09-191-0/+130