curl - Search results in mailing lists

2025-06-27 02:33:35 | [PATCH] OAuth: fix performance bug with stuck multiplexer events (Jacob Champion)

curl.c -- which links the sockets that Curl cares about into a single descriptor that

2025-04-15 23:22:25 | Re: pgsql: Non text modes for pg_dumpall, correspondingly change pg_restore (Álvaro Herrera)

curl "https:///message-id/attachment/175873/0001-remove-unnecessary-oid_string-list-stuff.patch" | git am - assuming you can get curl to run on a command

2025-04-01 00:54:30 | Re: pgsql: Add support for OAUTHBEARER SASL mechanism (Christoph Berg)

CURL *curl, curl_socket_t socket, int what, void *ctx, void *socketp) { #ifdef HAVE_SYS_EPOLL

2025-03-23 18:11:53 | Re: AIO v2.5 (Andres Freund)

curl, uuid, systemd, selinux and bonjour aren't listed. Not sure if it makes sense

2025-03-19 23:11:43 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Thomas Munro)

curl_easy_cleanup U curl_easy_escape U curl_easy_getinfo U curl_easy_init

2025-03-05 23:33:14 | Re: Remove curl installation from CI images (Andres Freund)

Hi, On 2025-03-05 21:27:45 +0100, Daniel Gustafsson wrote: Thanks. LGTM. Greetings

2025-03-05 18:44:25 | Re: Upgrade FreeBSD CI images to 14.2 (Andres Freund)

curl installations, it should be installed in the images where we're installing it in each

2024-12-11 20:37:32 | Re: Add support to TLS 1.3 cipher suites and curves lists (Jacob Champion)

Curl use "1.3" or "13" in the configuration as a differentiator.) Do you have a different

2024-10-29 20:40:06 | Re: RFC: Extension Packaging & Lookup (Tristan Partin)

curl -X POST https:///package \ -H 'Content-Type: application/json' \ -d '{ "extension": "pgvector", "tarball": "https://path

2024-10-10 20:54:13 | Re: Annoying build warnings from latest Apple toolchain (Mikael Sand)

curl \ perl \ make COPY <

2024-10-09 12:51:21 | Re: Build issue with postgresql 17 undefined reference to `pg_encoding_to_char' and `pg (Mikael Sand)

curl \ bash WORKDIR /app RUN curl -L https:///openssl/openssl/releases/download/openssl-3.3.2/openssl-3.3.2.tar.gz RUN mkdir openssl && tar --extract --file

2024-07-24 14:30:30 | pg_upgrade adds unexpected pg_constraint entries to pg_depend (Stan Hu)

curl -O https:///gitlab-org/gitlab/-/raw/16-11-stable-ee/db/structure.sql postgres -D /tmp/data.15 ``` 3. In another terminal, load this schema: ```shell

2024-06-27 09:27:45 | [PATCH] Fix docs to use canonical links (Joel Jacobson)

curl -s "$url" | sed -n 's/.*

2024-06-26 14:52:19 | Re: [PATCH] Add ACL (Access Control List) acronym (Joel Jacobson)

curl -s $url | sed -n 's/.*

2024-05-11 19:36:17 | Comments about TLS (no SSLRequest) and ALPN (AJ ONeal)

curl; require tls​ - -k, --insecure # same as curl: don't require verification​ Allow the user