curl / curl-for-win

Reproducible curl binaries for Linux, macOS and Windows
https://curl.se/windows/
MIT License
686 stars 207 forks source link

support Linux and macOS curl binaries #53

Closed vszakats closed 11 months ago

vszakats commented 11 months ago

Add the ability to create Linux and macOS binaries. We are keeping the name curl-for-win though. Non-Windows binaries are experimental at this point and they are not official curl binaries for these platforms.

Highlights:

Caveats:

Linux:

Protocols: dict file ftp ftps gopher gophers http https imap imaps            mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli       HSTS HTTP2 HTTP3 HTTPS-proxy     IPv6          Largefile libz          NTLM            SSL      threadsafe UnixSockets zstd

macOS (quictls + SecureTransport):

Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli       HSTS HTTP2 HTTP3 HTTPS-proxy     IPv6          Largefile libz MultiSSL NTLM            SSL      threadsafe UnixSockets zstd

Closes #53

Merge without squashing!

vszakats commented 11 months ago

Merged with a07dc751452dd648d992c8f58b6bb69a2f03ef09 (and the 146 commits before it).