curl - Search results , p.4

2025-03-04 20:08:00 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)

Curl's talking to something else. sockstat confirms that I completely forgot to listen on IPv6

2025-03-04 07:10:49 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Thomas Munro)

curl, if it gets a failure in an unexpected place like that and gets confused

2025-03-04 03:07:35 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)

Curl reconnects via IPv6 -- this time succeeding -- but then the response gets mangled in some

2025-02-28 20:37:29 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)

curl_multi_socket_action(CURL_SOCKET_TIMEOUT), and repeat until that flag is no longer

2025-02-28 16:43:52 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Thomas Munro)

curl_multi_socket_action, rather than returning all the way up the * stack only to come

2025-02-21 20:18:57 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Andres Freund)

CURL_VERSION_ASYNCHDNS: Is it a good idea to support that? We e.g. rely on libpq

2025-02-14 00:23:01 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)

Curl survey covers that, unfortunately. On Wed, Feb 12, 2025 at 6:59 AM Peter

2025-02-07 23:12:34 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Daniel Gustafsson)

curl and not postgres? I have a feeling I'm stockholm syndromed by knowing the internals

2024-12-17 03:51:53 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)

Curl builds. Hmm, I wonder if Meson supports alternative names for pkg-config. Though I guess

2024-12-16 01:18:39 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Daniel Gustafsson)

There's also the curl-config utility which should be in all packaged versions. -- Daniel Gustafsson

2024-11-19 14:05:29 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Peter Eisentraut)

curl, which means, use curl for all your http needs. Because if we later add other

2024-11-08 12:21:07 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Peter Eisentraut)

curl and -Dcurl). These build options usually just say, use this library. We don't spell

2024-10-29 19:40:21 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)

Curl, and likely never will. So if you want to support that on a Windows

2024-10-18 08:51:21 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Antonin Houska)

curl.c. * Does PQdefaultAuthDataHook() have to be declared extern and exported via libpq/exports.txt ? Even if the user

2024-09-27 20:58:19 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Antonin Houska)

curl -X GET "https:///oauth2/v3/userinfo" -H "Authorization: Bearer $TOKEN" and getting the userid (e.g. email