Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/curl/curl

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
https://github.com/curl/curl

curl POP3 STAT shows 2 minute delay

ralfjunker opened this issue 5 months ago
ci: Update dependency ngtcp2/ngtcp2 to v1.7.0

renovate[bot] opened this pull request 5 months ago
ci: Update dependency ngtcp2/nghttp3 to v1.5.0

renovate[bot] opened this pull request 5 months ago
build: check OS-native IDN first, then libidn2

vszakats opened this pull request 5 months ago
configure: delete unused `CURL_DEFINE_UNQUOTED` function

vszakats opened this pull request 5 months ago
configure: delete unused `HAVE_OPENSSL3` macro

vszakats opened this pull request 5 months ago
build: delete unused `REQUIRE_LIB_DEPS`

vszakats opened this pull request 5 months ago
tests: tweak use of impacket in smbserver

dfandrich opened this pull request 5 months ago
cmake: `Libs.private` improvements

vszakats opened this pull request 5 months ago
GHA/macos: ignore flaky tests 2041 and 2037

vszakats opened this pull request 5 months ago
Mergify/okeamah/config update

OKEAMAH opened this pull request 5 months ago
CI: add a job to run cmakelint

dfandrich opened this pull request 5 months ago
lib, src: delete stray `curl_` prefix from printf calls

vszakats opened this pull request 5 months ago
README: refresh

bagder opened this pull request 5 months ago
Connection Pools

icing opened this pull request 5 months ago
GHA/windows: add Linux -> mingw-w64 cross-build (cmake, autotools)

vszakats opened this pull request 5 months ago
cmake: sync code between test/example targets

vszakats opened this pull request 5 months ago
cmake: expand `CURL_USE_PKGCONFIG` to non-cross `MINGW`

vszakats opened this pull request 5 months ago
urlapi: verify URL *decoded* hostname when set

bagder opened this pull request 5 months ago
curl_url_set fails for encoded hostname

muttalkadavul opened this issue 5 months ago
FEATURES.md: fix typo

bagder opened this pull request 5 months ago
CI: consolidate workflows for source and docs check

dfandrich opened this pull request 5 months ago
Typo in features

adoxa opened this issue 5 months ago
cmake: respect cflags/libdirs of native pkg-config detections

vszakats opened this pull request 5 months ago
cmake/FindGSS: bring closer to other Find modules

vszakats opened this pull request 5 months ago
GHA: add yamlcheck

vszakats opened this pull request 5 months ago
gha labeler: Make labeler.yml human-readable

jan2000 opened this pull request 5 months ago
src: replace copy of printf mappings with an include

vszakats opened this pull request 5 months ago
src: delete `curlx_m*printf()` aliases

vszakats opened this pull request 5 months ago
tidy-up: spelling WebSockets

vszakats opened this pull request 5 months ago
GHA: trim markdown headers before proselinting

bagder opened this pull request 5 months ago
Sync with official repo.

R1NC opened this pull request 5 months ago
printf: fix mingw-w64 format checks, turn C99 format strings into macro

vszakats opened this pull request 5 months ago
gtls: fix OCSP stapling management

bagder opened this pull request 5 months ago
cmake ignores Cflags.private

Andarwinux opened this issue 5 months ago
build: make `CURL_FORMAT_CURL_OFF_T[U]` work with mingw-w64 <=7.0.0

vszakats opened this pull request 5 months ago
ci: Update dependency awslabs/aws-lc to v1.34.2

renovate[bot] opened this pull request 5 months ago
ci: Update github/codeql-action digest to 2c779ab

renovate[bot] opened this pull request 5 months ago
CURLOPT_XFERINFOFUNCTION: clarify the callback return codes

bagder opened this pull request 5 months ago
cmake: tidy up option descriptions

vszakats opened this pull request 5 months ago
docs: Clarify OpenSSF Best Practices vs Scorecard

cpswan opened this pull request 5 months ago
test1521: verify setting options better

bagder opened this pull request 5 months ago
[TEST] testing mingw-w64 standalone

vszakats opened this pull request 5 months ago
src: fix potential macro confusion in cmake unity builds

vszakats opened this pull request 5 months ago
lib: delete stray undefs for `vsnprintf`, `vsprintf`

vszakats opened this pull request 5 months ago
cmake: re-robustify regexes

vszakats opened this pull request 5 months ago
setopt: allow CURLOPT_INTERFACE to be set to NULL

bagder opened this pull request 5 months ago
configure: fix indentation

vszakats opened this pull request 5 months ago
XFERINFOFUNCTION: Description of return values is confusing

Benjamin-Riefenstahl-mecom opened this issue 5 months ago
cmake: honor custom `CMAKE_UNITY_BUILD_BATCH_SIZE`

vszakats opened this pull request 5 months ago
GHA: add a checksrc job

bagder opened this pull request 5 months ago
unit1300: fix checksrc longline warnings

jay opened this pull request 5 months ago
http2: fix GOAWAY message sent to server

jay opened this pull request 5 months ago
buildconf.bat: fix tool_hugehelp.c generation

jay opened this pull request 5 months ago
sectransp: fix setting tls version

jan2000 opened this pull request 5 months ago
GHA/macos: enable brotli and zstd in autotools and cmake jobs

vszakats opened this pull request 5 months ago
build: add `iphlpapi` lib for libssh on Windows

vszakats opened this pull request 5 months ago
version: fix shadowing a `libssh.h` symbol

vszakats opened this pull request 5 months ago
docs/SSLCERTS: rewrite

bagder opened this pull request 5 months ago
mbedtls: fix incorrect macro condition mbed_dump_cert_info

jan2000 opened this pull request 5 months ago
cmake: drop libssh CONFIG-style detection

vszakats opened this pull request 5 months ago
tidy-up: spelling 'built-in'

vszakats opened this pull request 5 months ago
ssh: deduplicate SSH backend includes (and fix libssh cmake unity build)

vszakats opened this pull request 5 months ago
tests: constrain http pytest to tests/http directory

jan2000 opened this pull request 5 months ago
cmake: minor tidy-ups

vszakats opened this pull request 5 months ago
cmake: add `find_package()` missing from `USE_MSH3` option

vszakats opened this pull request 5 months ago
ci: Update github/codeql-action digest to 883d858

renovate[bot] opened this pull request 5 months ago
GHA/windows: unblock TFTP MQTT WebSockets SMTP FTP tests

vszakats opened this pull request 5 months ago
Fix KEEPALIVE_FACTOR being set to 1000 for windows builds using setsockopt

samjessup opened this pull request 5 months ago
tidy-up: spelling quiche and Rustls

vszakats opened this pull request 5 months ago
KNOWN_BUGS: Heimdal memory leaks

bagder opened this pull request 5 months ago
Ccache tidy

icing opened this pull request 5 months ago
tidy-up: adjust casing of project names (continued)

vszakats opened this pull request 5 months ago
cmake: rename Find modules

vszakats opened this pull request 5 months ago
curl: find curlrc in XDG_CONFIG_HOME without leading dot

bagder opened this pull request 5 months ago
cmake: fix Find module and package names

vszakats opened this pull request 5 months ago
build: use -Wno-format-overflow

bagder opened this pull request 5 months ago
pingpong: drain the input buffer when reading responses

bagder opened this pull request 5 months ago
cmake/FindNettle: log message when found via `pkg-config`

vszakats opened this pull request 5 months ago
cmake: adjust GSSAPI option description

vszakats opened this pull request 5 months ago
try fix for 1299 1613 with MSYS2

vszakats opened this pull request 5 months ago
CI/azure: disable parallel tests, allow IDN tests

vszakats opened this pull request 5 months ago
cURL Segmentation fault

RealYukiSan opened this issue 5 months ago
mbedtls: no longer use MBEDTLS_SSL_VERIFY_OPTIONAL

jan2000 opened this pull request 5 months ago
tests: add test_17_09_ssl_min_max

jan2000 opened this pull request 5 months ago
tests: improve test_17_07_ssl_ciphers

jan2000 opened this pull request 5 months ago
mbedtls: fix setting tls version

jan2000 opened this pull request 5 months ago
wolfssl: fix setting tls version

jan2000 opened this pull request 5 months ago
rustls: fix setting tls version

jan2000 opened this pull request 5 months ago
bearssl: fix setting tls version

jan2000 opened this pull request 5 months ago
cmake/FindNettle: skip `pkg-config` for custom configs

vszakats opened this pull request 5 months ago
cmake: fix `cmakelint` warnings

vszakats opened this pull request 5 months ago
curl: add options for safe/no CA bundle search (Windows)

vszakats opened this pull request 5 months ago
appveyor: drop uploading artifacts

vszakats opened this pull request 5 months ago
cmakelint warnings

dfandrich opened this issue 5 months ago
cmake: tidy up more in Find modules

vszakats opened this pull request 5 months ago
`--curves` parameter should not be applied for DoH transfer

chengr28 opened this issue 5 months ago
cmake: tidy up around ngtcp2 and wolfSSL

vszakats opened this pull request 5 months ago
cmake: limit `pkg-config` to UNIX and MSVC+vcpkg by default

vszakats opened this pull request 5 months ago