| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
We prefer spaces now instead of tabs.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
The host name is not enough to identify the domain being authenticated,
we need the port too.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|