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