cURL / Mailing Lists / curl-library
curl-library Archives
- Thursday, 1 January
- Tuesday, 26 August
- [PATCH] Implement --pinnedpubkey option which will take a path to a public key in DER format and only connect if it matches (currently only implemented with OpenSSL). Extract a public RSA key from a website like so: openssl s_client -connect google.com:443 2>&1 < /dev/null | sed -n '/-----BEGIN/,/-----END/p' | openssl x509 -noout -pubkey | openssl rsa -pubin -outform DER > google.com.der moparisthebest
- Friday, 1 August
- Re: curl-users Digest, Vol 107, Issue 12 Daniel Stenberg
- [PATCH] docs/SSLCERTS: update the section about NSS database Kamil Dudka
- [PATCH] HTTP2: Support expect: 100-continue Tatsuhiro Tsujikawa
- [PATCH] Break if is_empty_data is true at the end of the while loop Tatsuhiro Tsujikawa
- Re: [PATCH] docs/SSLCERTS: update the section about NSS database Von Hawkins
- Saturday, 2 August
- [PATCH] Update docs for recent SPNEGO and GSS-API changes Michael Osipov
- [PATCH] docs: Update SPNEGO and GSS-API related doc sections Michael Osipov
- Freeing CURLFORM_BUFFERPTR David Siebörger
- Re: Freeing CURLFORM_BUFFERPTR Daniel Stenberg
- Re: [PATCH] HTTP2: Support expect: 100-continue Daniel Stenberg
- Re: [PATCH] Break if is_empty_data is true at the end of the while loop Daniel Stenberg
- Sunday, 3 August
- Re: [PATCH] Break if is_empty_data is true at the end of the while loop Tatsuhiro Tsujikawa
- Re: [PATCH] docs: Update SPNEGO and GSS-API related doc sections Dan Fandrich
- Re: [PATCH] docs: Update SPNEGO and GSS-API related doc sections Michael Osipov
- Re: [PATCH] docs: Update SPNEGO and GSS-API related doc sections Dan Fandrich
- Re: [PATCH] docs: Update SPNEGO and GSS-API related doc sections Michael Wood
- Re: [PATCH] docs: Update SPNEGO and GSS-API related doc sections Michael Osipov
- Re: [PATCH] docs: Update SPNEGO and GSS-API related doc sections Dan Fandrich
- Re: [PATCH] Break if is_empty_data is true at the end of the while loop Daniel Stenberg
- Re: Re: [PATCH] docs: Update SPNEGO and GSS-API related doc sections Michael Osipov
- Re: [PATCH] docs/SSLCERTS: update the section about NSS database Kamil Dudka
- Monday, 4 August
- Re: [PATCH] docs: Update SPNEGO and GSS-API related doc sections Dan Fandrich
- Re: Re: [PATCH] docs: Update SPNEGO and GSS-API related doc sections Michael Osipov
- [PATCH v2] docs: Update SPNEGO and GSS-API related doc sections Michael Osipov
- [PATCH v2] Update docs for recent SPNEGO and GSS-API changes Michael Osipov
- [PATCH] curl_darwinssl.c: unsafe use of strtok Toby Peterson
- Re: [PATCH] curl_darwinssl.c: unsafe use of strtok Toby Peterson
- Tuesday, 5 August
- curl giving errors with the followup url Madhurima Das
- Re: curl giving errors with the followup url David Chapman
- Re: [PATCH] curl_darwinssl.c: unsafe use of strtok Daniel Stenberg
- HTTPS connection from libcurl client to proxy Girish Aher
- Re: HTTPS connection from libcurl client to proxy Daniel Stenberg
- Re: HTTPS connection from libcurl client to proxy Girish Aher
- curl_easy_perform hangs in poll() when other side closes connection Dominic Weinberger
- Fwd: curl giving errors with the followup url Madhurima Das
- Re: curl giving errors with the followup url Madhurima Das
- fallback from HTTP 1.1 to HTTP 1.0 for multiple curl sessions Girish Aher
- Wednesday, 6 August
- curl library's uninitialization is got hang shine
- Re: curl library's uninitialization is got hang Dan Fandrich
- Re: fallback from HTTP 1.1 to HTTP 1.0 for multiple curl sessions Dan Fandrich
- Re: fallback from HTTP 1.1 to HTTP 1.0 for multiple curl sessions Girish Aher
- [curl:bugs] #1404 Certificate verification fails using DarwinSSL (fwd) Daniel Stenberg
- RE: http_negotiate_sspi.c in CURL 7.21.7 doesn't allow to pass user/password Steve Holme
- RE: [PATCH] docs: Update SPNEGO and GSS-API related doc sections Steve Holme
- RE: curl_easy_perform error CURLE_UNSUPPORTED_PROTOCOL Steve Holme
- Thursday, 7 August
- Re: [curl:bugs] #1404 Certificate verification fails using DarwinSSL (fwd) Nick Zitzmann
- Re: [curl:bugs] #1404 Certificate verification fails using DarwinSSL (fwd) Vilmos Nebehaj
- Re: [PATCH] docs: Update SPNEGO and GSS-API related doc sections Dan Fandrich
- Re: Patches to make testing external proxies more convenient Dan Fandrich
- curl progress function dltotal same as ultotal Robert Wojciechowski
- Re: Patches to make testing external proxies more convenient Fabian Keil
- encoding of file:// URL on Windows clinton_at_elemtech.com
- [PATCH 1/2] HTTP/2: Move :authority before non-pseudo header fields Tatsuhiro Tsujikawa
- [PATCH 2/2] HTTP/2: Reset promised stream, not its associated stream. Tatsuhiro Tsujikawa
- Re: [PATCH 2/2] HTTP/2: Reset promised stream, not its associated stream. Daniel Stenberg
- Friday, 8 August
- Re: dead connections are not cleaned up on new requests (follow-up) Jonatan Vela
- [PATCH] configure.ac: Add support for recent GSS-API implementations for HP-UX Michael Osipov
- [PATCH] Make HP-UX aware of krb5-config Michael Osipov
- Re: encoding of file:// URL on Windows Pierre Joye
- Re: encoding of file:// URL on Windows Dan Fandrich
- Re: encoding of file:// URL on Windows Clinton Stimpson
- Extending pipelining to non-GET HTTP requests m brandenberg
- Re: encoding of file:// URL on Windows Pierre Joye
- Saturday, 9 August
- RE: [PATCH v2] Update docs for recent SPNEGO and GSS-API changes Steve Holme
- RE: [PATCH v2] Update docs for recent SPNEGO and GSS-API changes Steve Holme
- Re: add cookie "LOAD" (was Re: Fix deadlock patch in "FLUSH" cookie and more) Yousuke Kimoto
- Re: [bagder/curl] f18737: sasl_sspi: Fixed SPN not being converted to wchar ... Gisle Vanem
- RE: [bagder/curl] f18737: sasl_sspi: Fixed SPN not being converted to wchar ... Steve Holme
- RE: [bagder/curl] f18737: sasl_sspi: Fixed SPN not being converted to wchar ... Steve Holme
- Re: dead connections are not cleaned up on new requests (follow-up) Daniel Stenberg
- Re: curl progress function dltotal same as ultotal Daniel Stenberg
- Sunday, 10 August
- Re: [bagder/curl] f18737: sasl_sspi: Fixed SPN not being converted to wchar ... Gisle Vanem
- Re: [PATCH v2] Update docs for recent SPNEGO and GSS-API changes Michael Osipov
- Re: [PATCH v2] Update docs for recent SPNEGO and GSS-API changes Michael Osipov
- RE: [bagder/curl] f18737: sasl_sspi: Fixed SPN not being converted to wchar ... Steve Holme
- RE: [PATCH v2] Update docs for recent SPNEGO and GSS-API changes Steve Holme
- Re: add cookie "LOAD" (was Re: Fix deadlock patch in "FLUSH" cookie and more) Daniel Stenberg
- Monday, 11 August
- Re: timeout return value in Curl_poll, Curl_wait_ms Peter Wang
- Re: dead connections are not cleaned up on new requests (follow-up) Daniel Stenberg
- Re: RE: [PATCH v2] Update docs for recent SPNEGO and GSS-API changes Michael Osipov
- Re: curl_easy_perform hangs in poll() when other side closes connection Daniel Stenberg
- Re: timeout return value in Curl_poll, Curl_wait_ms Daniel Stenberg
- Re: [PATCH] docs/SSLCERTS: update the section about NSS database Kamil Dudka
- Re: Extending pipelining to non-GET HTTP requests Daniel Stenberg
- RE: RE: [PATCH v2] Update docs for recent SPNEGO and GSS-API changes Steve Holme
- Tuesday, 12 August
- RE: RE: [PATCH v2] Update docs for recent SPNEGO and GSS-API changes Daniel Stenberg
- Re: [PATCH] http: fix parsing of Content-Range, don't go past '/' char Daniel Stenberg
- Failure traversing an http proxy using 'negotiate' authentication Bernardo Pastorelli
- RE: Failure traversing an http proxy using 'negotiate' authentication Steve Holme
- Re: dead connections are not cleaned up on new requests (follow-up) Jonatan Vela
- How to handle errors related to limit on multiple connections from same client Vishakha Vaidya
- Wednesday, 13 August
- Re: dead connections are not cleaned up on new requests (follow-up) Daniel Stenberg
- Instruction not clear Mathieu Fregeau
- Patch for curl OpenSSL --version report Jose Alf.
- How to make SSL peer_verify work on Android? Robert Chou
- Re: Patch for curl OpenSSL --version report Daniel Stenberg
- multi interface proxy issue with NTLM authentication Krishna S
- RE: How to handle errors related to limit on multiple connections from same client Vishakha Vaidya
- NTLM authentication fails... Paras S
- Re: Patch for curl OpenSSL --version report Jose Alf.
- feature window is now closed Daniel Stenberg
- Q: curl: IPv6 zone identifiers / RFC6874 / OpenWrt Bastian Bittorf
- Connecting pipes to curl Bernhard Reiter
- Thursday, 14 August
- RE: feature window is now closed Steve Holme
- RE: feature window is now closed Daniel Stenberg
- RE: feature window is now closed Steve Holme
- Re: Q: curl: IPv6 zone identifiers / RFC6874 / OpenWrt Bastian Bittorf
- Re: mk-ca-bundle: certdata.txt pulled from soon to be EOL URL Daniel Stenberg
- Re: Connecting pipes to curl Daniel Stenberg
- Re: feature window is now closed Michael Osipov
- RE: feature window is now closed Steve Holme
- Using FTP's REST COMMAND in LIBCURL Munirathinam Yuvaraj
- Re: Using FTP's REST COMMAND in LIBCURL Daniel Stenberg
- libcurl 7.37.1 and OpenSSL 1.0.1h: crashes on initialization on certain Windows 7 systems Ulrich Telle
- Re: mk-ca-bundle: certdata.txt pulled from soon to be EOL URL Ed Morley
- Re: libcurl 7.37.1 and OpenSSL 1.0.1h: crashes on initialization on certain Windows 7 systems Ray Satiro
- Re: libcurl 7.37.1 and OpenSSL 1.0.1h: crashes on initialization on certain Windows 7 systems Ulrich Telle
- Friday, 15 August
- Re: libcurl 7.37.1 and OpenSSL 1.0.1h: crashes on initialization on certain Windows 7 systems Jan Ehrhardt
- Download from Url malformed? antispammbox-debian
- Re: libcurl 7.37.1 and OpenSSL 1.0.1h: crashes on initialization on certain Windows 7 systems [solved] Ulrich Telle
- Re: libcurl 7.37.1 and OpenSSL 1.0.1h: crashes on initialization on certain Windows 7 systems [solved] Daniel Stenberg
- Re: libcurl 7.37.1 and OpenSSL 1.0.1h: crashes on initialization on certain Windows 7 systems [solved] Jan Ehrhardt
- Re: libcurl 7.37.1 and OpenSSL 1.0.1h: crashes on initialization on certain Windows 7 systems [solved] Ulrich Telle
- Re: Download from Url malformed? Daniel Stenberg
- Saturday, 16 August
- Sunday, 17 August
- Monday, 18 August
- Tuesday, 19 August
- Wednesday, 20 August
- RE: Call for libcurl cmake users/maintainers! Daniel Stenberg
- Re: SMTP: compatibility concerns with bug #1389 Jacob Champion
- Regarding file listing in remote sftp server Koka Leela Siva Kumar
- curl-library Koka Leela Siva Kumar
- Re: curl-library Jeff Pohlmeyer
- Re: curl-library Koka Leela Siva Kumar
- Bug with cleaning up connection cache Paras S
- Re: curl-library Jeff Pohlmeyer
- Re: Bug with cleaning up connection cache Daniel Stenberg
- Re: Extending pipelining to non-GET HTTP requests m brandenberg
- Re: SMTP: compatibility concerns with bug #1389 Jacob Champion
- [PATCH] CURLOPT_USERPWD doesn't handle "" (empty string) anymore Toby Peterson
- libcurl test 530 and 584 failures with XCode 4.6.3 on Darwin 10.8.5 Campion Loong
- [PATCH] Fixed WinSock 2 #if Haris Okanovic
- Re: SMTP: compatibility concerns with bug #1389 Daniel Stenberg
- Re: libcurl test 530 and 584 failures with XCode 4.6.3 on Darwin 10.8.5 Daniel Stenberg
- Thursday, 21 August
- Re: [PATCH] CURLOPT_USERPWD doesn't handle "" (empty string) anymore Daniel Stenberg
- Re: [PATCH] Fixed WinSock 2 #if Daniel Stenberg
- RE: Bug with cleaning up connection cache Paras S
- Re: libcurl test 530 and 584 failures with XCode 4.6.3 on Darwin 10.8.5 Fabian Keil
- RE: Bug with cleaning up connection cache Daniel Stenberg
- Re: Bug with cleaning up connection cache Daniel Stenberg
- Re: Bug with cleaning up connection cache dev
- Wuery regarding "CURLOPT_FOLLOWLOCATION" option of libCurl Arif Ali Saiyed
- Re: Bug with cleaning up connection cache Daniel Stenberg
- Re: Bug with cleaning up connection cache dev
- lib1513 returned 7, when expecting 42 dev
- Re: Bug with cleaning up connection cache Daniel Stenberg
- Re: Wuery regarding "CURLOPT_FOLLOWLOCATION" option of libCurl Daniel Stenberg
- Re: Wuery regarding "CURLOPT_FOLLOWLOCATION" option of libCurl Arif Ali Saiyed
- Re: lib1513 returned 7, when expecting 42 Ray Satiro
- Re: lib1513 returned 7, when expecting 42 Ray Satiro
- RE: libcurl test 530 and 584 failures with XCode 4.6.3 on Darwin 10.8.5 Campion Loong
- Problems starting server (was Re: lib1513 returned 7, when expecting 42) Dan Fandrich
- Re: lib1513 returned 7, when expecting 42 Daniel Stenberg
- Friday, 22 August
- Re: Problems starting server (was Re: lib1513 returned 7, when expecting 42) dev
- Re: Wuery regarding "CURLOPT_FOLLOWLOCATION" option of libCurl Arif Ali Saiyed
- Re: lib1513 returned 7, when expecting 42 dev
- RE: Bug with cleaning up connection cache Paras S
- RE: Bug with cleaning up connection cache Daniel Stenberg
- Re: Wuery regarding "CURLOPT_FOLLOWLOCATION" option of libCurl Daniel Stenberg
- Re: NTLM request loops when CURLOPT_FORBID_REUSE is set Frank Meier
- Re: NTLM request loops when CURLOPT_FORBID_REUSE is set Daniel Stenberg
- curl-java Eric Klumpp
- Re: curl-java Daniel Stenberg
- Re: SMTP: compatibility concerns with bug #1389 Jacob Champion
- Bug: cURL should check Content-Length before assuming the server does not support resume Robert Xiao
- Re: Bug: cURL should check Content-Length before assuming the server does not support resume m brandenberg
- Re: Bug: cURL should check Content-Length before assuming the server does not support resume Robert Xiao
- Sunday, 24 August
- Monday, 25 August
- RE: Bug with cleaning up connection cache Paras S
- RE: Bug with cleaning up connection cache Daniel Stenberg
- Re: multi_addtimeout has a long timeout list Daniel Stenberg
- Re: multi_addtimeout has a long timeout list Daniel Stenberg
- Re: Bug: cURL should check Content-Length before assuming the server does not support resume Daniel Stenberg
- Does libcurl support signal-sent event (SSE)? Bruno BARRUCAND
- Re: Does libcurl support signal-sent event (SSE)? Daniel Stenberg
- RE: Call for libcurl cmake users/maintainers! Daniel Stenberg
- RE: Call for libcurl cmake users/maintainers! Jakub Zakrzewski
- Re: [PATCH] configure.ac: Add support for recent GSS-API implementations for HP-UX Daniel Stenberg
- An I-use-this-version-function (was Re: SMTP: compatibility concerns with bug #1389) Daniel Stenberg
- RE: Does libcurl support signal-sent event (SSE)? Bruno BARRUCAND
- [PATCH] Compile with latest nghttp2 Tatsuhiro Tsujikawa
- Re: HTTPS connection from libcurl client to proxy Vijay Panghal
- Experimental feature: cURL over TURN Guilherme Versiani
- Re: Call for libcurl cmake users/maintainers! Ray Satiro
- credits in the curl project Daniel Stenberg
- Tuesday, 26 August
- Re: An I-use-this-version-function Jacob Champion
- Ftp upload resume issuw with very big files. dushyant kumar
- Problems linking ssl when cross-compiling curl Anders Palm
- Re: Call for libcurl cmake users/maintainers! Ray Satiro
- RE: Does libcurl support signal-sent event (SSE)? Daniel Stenberg
- Re: HTTPS connection from libcurl client to proxy Daniel Stenberg
- Re: Experimental feature: cURL over TURN Daniel Stenberg
- Re: Problems linking ssl when cross-compiling curl Daniel Stenberg
- Re: Ftp upload resume issuw with very big files. Daniel Stenberg
- Re: [PATCH] Compile with latest nghttp2 Daniel Stenberg
- Re: HTTPS connection from libcurl client to proxy Von Hawkins
- Networking Question : Windows vs *Unix Jon Torrey
- Re: [PATCH] Compile with latest nghttp2 Tatsuhiro Tsujikawa
- [PATCH] Implement Public Key Pinning moparisthebest
- Re: Ftp upload resume issuw with very big files. Gisle Vanem
- multi curl hangs during DNS resolution on FreeBSD Kevin Day
- Re: [PATCH] Compile with latest nghttp2 Gisle Vanem
- Re: [PATCH] Compile with latest nghttp2 Tatsuhiro Tsujikawa
- Re: [PATCH] Compile with latest nghttp2 Tatsuhiro Tsujikawa
- Re: Experimental feature: cURL over TURN Guilherme Versiani
- Re: [PATCH] Compile with latest nghttp2 Daniel Stenberg
- Re: Ftp upload resume issuw with very big files. Daniel Stenberg
- Re: Networking Question : Windows vs *Unix Daniel Stenberg
- Re: [PATCH] Implement Public Key Pinning Daniel Stenberg
- Wednesday, 27 August
- Re: HTTPS connection from libcurl client to proxy Vijay Panghal
- Problems using libcurl with c-ares Spork Schivago
- Problems with FTP upload and 502 SIZE John Coffey
- Re: Problems with FTP upload and 502 SIZE Daniel Stenberg
- Re: Problems using libcurl with c-ares Daniel Stenberg
- Re: multi curl hangs during DNS resolution on FreeBSD Daniel Stenberg
- [PATCH] Use -1, not 0, to reset values of progress.size_dl and progress.size_ul Brandon Casey
- Re: Ftp upload resume issuw with very big files. dushyant kumar
- Re: Networking Question : Windows vs *Unix Jon Torrey
- Re: Problems with FTP upload and 502 SIZE John Coffey
- Suggestion for curl_formadd() Wolf Ihlenfeldt
- Re: [PATCH] Implement Public Key Pinning moparisthebest
- Re: Problems using libcurl with c-ares Spork Schivago
- A darwinssl-related bug again Daniel Stenberg
- Thursday, 28 August
- Re: Problems with FTP upload and 502 SIZE Daniel Stenberg
- Re: Problems with FTP upload and 502 SIZE John Coffey
- Re: A darwinssl-related bug again Nick Zitzmann
- Re: A darwinssl-related bug again Vilmos Nebehaj
- Re: Problems using libcurl with c-ares Spork Schivago
- Re: curl library's uninitialization is got hang shine
- Re: curl library's uninitialization is got hang Daniel Stenberg
- Re: curl library's uninitialization is got hang shine
- Re: Problems using libcurl with c-ares Daniel Stenberg
- Re: curl library's uninitialization is got hang shine
- Re: curl library's uninitialization is got hang Daniel Stenberg
- Pb with FTP transfert Eric Bouxirot
- Re: Pb with FTP transfert Daniel Stenberg
- Query regarding SSL certificates not about libCurl Arif Ali Saiyed
- Re: Query regarding SSL certificates not about libCurl Daniel Stenberg
- Friday, 29 August
- Re: [PATCH] Use -1, not 0, to reset values of progress.size_dl and progress.size_ul Daniel Stenberg
- Re: A darwinssl-related bug again Vilmos Nebehaj
- Re: A darwinssl-related bug again Nick Zitzmann
- Re: A darwinssl-related bug again Vilmos Nebehaj
- how to use CURL if a want to get data from FTP server Rabia Altaf
- Re: A darwinssl-related bug again Rabia Altaf
- Re: A darwinssl-related bug again Daniel Stenberg
- Re: A darwinssl-related bug again Rabia Altaf
- Re: Suggestion for curl_formadd() Daniel Stenberg
- Re: Pb with FTP transfert Eric Bouxirot
- Problem with NTLM proxy authentication Ulrich Telle
- Re: Pb with FTP transfert Eric Bouxirot
- RE: Problem with NTLM proxy authentication Steve Holme
- [PATCH v2 1/2] Ensure progress.size_dl/progress.size_ul are always >= 0 Brandon Casey
- [PATCH v2 2/2] Use -1, not 0, to reset values of progress.size_dl and progress.size_ul Brandon Casey
- Saturday, 30 August
- Sunday, 31 August
- Last message date: 2014-08-31
- Archived on: 2015-06-18 CEST