gstreamer/subprojects/gst-plugins-bad/ext/curl
Pablo García 380a947155 curl: use CURL_SOCKET_BAD to ensure cross-platform
Solves this error in Windows build:
        ../ext/curl/gstcurlbasesink.c:1154:14: error: comparison of unsigned
        expression in '< 0' is always false [-Werror=type-limits]
        1154 |   if (curlfd < 0) {

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8615>
2025-05-09 00:16:11 +00:00
..
curltask.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstcurl.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstcurlbasesink.c curl: use CURL_SOCKET_BAD to ensure cross-platform 2025-05-09 00:16:11 +00:00
gstcurlbasesink.h curlbasesink: gst_curl_base_sink_transfer_thread_close is internal 2022-08-29 09:40:23 +00:00
gstcurldefaults.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstcurlelement.c Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
gstcurlelements.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstcurlfilesink.c curl: Fix build with MSVC 2025-05-07 00:52:16 +00:00
gstcurlfilesink.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstcurlftpsink.c curl: replace #if with #ifdef (part 2) 2025-03-06 13:44:33 +00:00
gstcurlftpsink.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstcurlhttpsink.c curl: Fix build with MSVC 2025-05-07 00:52:16 +00:00
gstcurlhttpsink.h curlhttpsink: Don't set Content-Length to 0 for proxy 2024-12-09 08:40:19 +00:00
gstcurlhttpsrc.c curlhttpsrc: Free various props before set & during cleanup 2025-03-27 09:03:18 +00:00
gstcurlhttpsrc.h curl: remove unnecesary reference to unistd.h 2025-03-05 15:13:35 +01:00
gstcurlqueue.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstcurlqueue.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstcurlsftpsink.c curl: remove unnecesary reference to unistd.h 2025-03-05 15:13:35 +01:00
gstcurlsftpsink.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstcurlsmtpsink.c curl: Fix build with MSVC 2025-05-07 00:52:16 +00:00
gstcurlsmtpsink.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstcurlsshsink.c curl: remove unnecesary reference to unistd.h 2025-03-05 15:13:35 +01:00
gstcurlsshsink.h curlsftpsink: Add support for sha256 fingerprint 2021-10-26 12:18:40 +00:00
gstcurltlssink.c curl: replace #if with #ifdef (part 2) 2025-03-06 13:44:33 +00:00
gstcurltlssink.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
meson.build docs: port plugins to explicit sources 2025-01-13 19:17:13 +01:00